Class Laika_Abstract_Singleton_Model

Description

Implements interfaces:

Abstract Laika_Abstract_Singleton_Model class.

  • abstract:
  • extends: Laika_Singleton

Located in /library/core/abstract/Abstract_Singleton_Model.php (line 23)

Laika
   |
   --Laika_Singleton
      |
      --Laika_Abstract_Singleton_Model
Direct descendents
Class Description
Laika_Account Laika_Account class.
Laika_Active_Session Laika_Active_Session class.
Laika_Active_User Laika_Active_User class.
Variable Summary
static mixed $instance
mixed $accessibles
mixed $created
mixed $id
mixed $model
mixed $table
mixed $updated
Method Summary
static void accessible ()
static void add ()
static void collection (mixed $array)
static void count ()
static void delete (mixed $object)
static void find (mixed $param, mixed $value)
static void find_with_offset (mixed $params, mixed $offset, mixed $limit)
static void first ()
static void get_map ()
static void init ()
static void last ()
static void load (mixed $id)
static void map_to_string (mixed $ignore_id)
static void offset (mixed $offset, mixed $limit)
static void paginate (int $limit)
static void prep_conditions (mixed $params)
void created_to_date ()
void created_to_time ()
mixed dget (string $property)
void dset (string $property, mixed $value)
void exists (mixed $conditions)
void updated_to_date ()
void updated_to_time ()
Variables
static mixed $instance (line 25)
  • access: protected

Redefinition of:
Laika_Singleton::$instance
instance

Redefined in descendants as:
mixed $accessibles = array() (line 28)
  • access: protected

Redefined in descendants as:
mixed $created (line 31)
  • access: protected

Redefined in descendants as:
mixed $id (line 30)
  • access: protected

Redefined in descendants as:
mixed $model (line 26)
  • access: protected

Redefined in descendants as:
mixed $table (line 27)
  • access: protected

Redefined in descendants as:
mixed $updated (line 32)
  • access: protected

Redefined in descendants as:
Methods
static method accessible (line 390)

accessible function.

  • access: public
static void accessible ()

Implementation of:
Laika_Interface_Model::accessible()
static method add (line 182)

add function.

  • access: public
static void add ()

Implementation of:
Laika_Interface_Model::add()
static method collection (line 375)

collection function.

  • access: public
static void collection (mixed $array)
  • mixed $array

Implementation of:
Laika_Interface_Model::collection()
static method count (line 214)

count function.

  • access: public
static void count ()

Implementation of:
Laika_Interface_Model::count()
static method delete (line 195)

delete function.

  • access: public
static void delete (mixed $object)
  • mixed $object

Implementation of:
Laika_Interface_Model::delete()
static method find (line 136)

find function.

  • access: public
static void find (mixed $param, mixed $value)
  • mixed $param
  • mixed $value

Implementation of:
Laika_Interface_Model::find()
static method find_with_offset (line 308)

find_with_offset function.

  • access: public
static void find_with_offset (mixed $params, mixed $offset, mixed $limit)
  • mixed $params
  • mixed $offset
  • mixed $limit

Implementation of:
Laika_Interface_Model::find_with_offset()
static method first (line 249)

first function.

  • access: public
static void first ()

Implementation of:
Laika_Interface_Model::first()
static method get_map (line 166)

get_map function.

  • access: public
static void get_map ()

Implementation of:
Laika_Interface_Model::get_map()
static method init (line 45)

init function.

  • access: public
static void init ()

Redefinition of:
Laika_Singleton::init()
init function.

Redefined in descendants as:
static method last (line 233)

last function.

  • access: public
static void last ()

Implementation of:
Laika_Interface_Model::last()
static method load (line 110)

load function.

  • access: public
static void load (mixed $id)
  • mixed $id

Implementation of:
Laika_Interface_Model::load()
static method map_to_string (line 150)

map_to_string function.

  • access: public
static void map_to_string (mixed $ignore_id)
  • mixed $ignore_id

Implementation of:
Laika_Interface_Model::map_to_string()
static method offset (line 267)

offset function.

  • access: public
static void offset (mixed $offset, mixed $limit)
  • mixed $offset
  • mixed $limit

Implementation of:
Laika_Interface_Model::offset()
static method paginate (line 343)

paginate function.

  • access: public
static void paginate (int $limit)
  • int $limit

Implementation of:
Laika_Interface_Model::paginate()
static method prep_conditions (line 324)

prep_conditions function.

  • access: public
static void prep_conditions (mixed $params)
  • mixed $params
created_to_date (line 400)
  • access: public
void created_to_date ()
created_to_datetime (line 406)
  • access: public
void created_to_datetime ()
created_to_shortdate (line 403)
  • access: public
void created_to_shortdate ()
created_to_time (line 409)
  • access: public
void created_to_time ()
dget (line 87)

dbget function.

  • access: public
mixed dget (string $property)
  • string $property

Implementation of:
Laika_Interface_Model::dget()
dset (line 70)

dbset function.

  • access: public
void dset (string $property, mixed $value)
  • string $property
  • mixed $value

Implementation of:
Laika_Interface_Model::dset()
exists (line 433)

exists function.

  • access: public
void exists (mixed $conditions)
  • mixed $conditions
updated_to_date (line 413)
  • access: public
void updated_to_date ()
updated_to_datetime (line 419)
  • access: public
void updated_to_datetime ()
updated_to_shortdate (line 416)
  • access: public
void updated_to_shortdate ()
updated_to_time (line 422)
  • access: public
void updated_to_time ()

Inherited Methods

Inherited From Laika_Singleton

Laika_Singleton::__construct()
Laika_Singleton::from_array()
Laika_Singleton::get()
Laika_Singleton::init()
Laika_Singleton::serialize_me()
Laika_Singleton::set()
Laika_Singleton::switch_instance()
Laika_Singleton::to_array()
Laika_Singleton::unserialize_me()
Laika_Singleton::__call()
Laika_Singleton::__clone()

Inherited From Laika

Laika::__construct()
Laika::from_array()
Laika::img()
Laika::link_to()
Laika::pop_assoc()
Laika::pop_index()
Laika::redirect_to()
Laika::reflect()
Laika::release()
Laika::to_array()
Laika::version()
Laika::__call()
Laika::__get()
Laika::__set()
Class Constants

Inherited Constants

Inherited from Laika

Laika::LAIKA_RELEASE
Laika::LAIKA_VERSION

Documentation generated on Sat, 19 May 2012 02:16:55 -0400 by phpDocumentor 1.4.4