Class Laika_Mysql_Driver

Description

Implements interfaces:

Laika_Mysql class.

Database wrapper object using mysqli

Unimplemented.

Located in /library/util/Mysql_Driver.php (line 24)

Laika
   |
   --Laika_Singleton
      |
      --Laika_Mysql_Driver
Variable Summary
static mixed $connection
static mixed $instance
Method Summary
static void connect ()
static void disconnect ()
void add ()
void create ()
void delete ()
void insert ()
void select_all ( $table)
void select_by ()
void update ()
Variables
static mixed $connection (line 27)
  • access: private
static mixed $instance (line 26)
  • access: protected

Redefinition of:
Laika_Singleton::$instance
instance
Methods
static method connect (line 29)
  • access: public
static void connect ()

Implementation of:
Laika_Interface_DB_Driver::connect()
static method disconnect (line 34)
  • access: public
static void disconnect ()

Implementation of:
Laika_Interface_DB_Driver::disconnect()
add (line 42)
  • access: public
void add ()

Implementation of:
Laika_Interface_DB_Driver::add()
create (line 41)
  • access: public
void create ()

Implementation of:
Laika_Interface_DB_Driver::create()
delete (line 43)
  • access: public
void delete ()

Implementation of:
Laika_Interface_DB_Driver::delete()
insert (line 40)
  • access: public
void insert ()

Implementation of:
Laika_Interface_DB_Driver::insert()
select_all (line 37)
  • access: public
void select_all ( $table)
  • $table

Implementation of:
Laika_Interface_DB_Driver::select_all()
select_by (line 36)
  • access: public
void select_by ()

Implementation of:
Laika_Interface_DB_Driver::select_by()
update (line 39)
  • access: public
void update ()

Implementation of:
Laika_Interface_DB_Driver::update()

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:17:02 -0400 by phpDocumentor 1.4.4