PhpMyObject
[ class tree: PhpMyObject ] [ index: PhpMyObject ] [ all elements ]

Class: PMO_Dbms_Mysqli

Source Location: /fichiers/v0.15/PMO_core/PMO_Dbms_Mysqli.php

Class Overview

PMO_MyDbms
   |
   --PMO_Dbms_Mysqli

This class implements a MySqli driver.


Methods


Inherited Variables

Inherited Methods

Class: PMO_MyDbms

PMO_MyDbms::delete()
deletes the data row corresponding to the PMO_Object from the database table All primary key must be fill.
PMO_MyDbms::factory()
returns a reference to the PMO_Dbms object If it does not already exists a new object is created and retained for future use
PMO_MyDbms::getDb()
Returns the DB link or DB object
PMO_MyDbms::getLog()
retrieves thee query verbose log
PMO_MyDbms::insert()
inserts new data into the database table corresponding to the PMO_Object all primary keys must be fill.
PMO_MyDbms::killInstance()
kills the current PMO_Dbms object
PMO_MyDbms::load()
Load a data row from the database and fills the PMO_Object with it
PMO_MyDbms::setDb()
Set the DB link or DB object
PMO_MyDbms::setLog()
sets the query verbose log
PMO_MyDbms::translateType()
converts the attribute types from database to PHP primary types: string, float, or int
PMO_MyDbms::update()
updates the database table corresponding to the PMO_Object All primary keys must be fill.

Class Details

[line 43]
This class implements a MySqli driver.



[ Top ]


Class Methods


constructor __construct [line 45]

PMO_Dbms_Mysqli __construct( [ $mysqllink = NULL])



Tags:

access:  public


Parameters:

   $mysqllink  

[ Top ]

destructor __destruct [line 58]

void __destruct( )



Tags:

access:  public


[ Top ]

method beginTransaction [line 94]

void beginTransaction( )



Tags:

access:  public


[ Top ]

method commit [line 102]

void commit( )



Tags:

access:  public


[ Top ]

method connect [line 50]

void connect( $authdb)



Tags:

access:  public


Parameters:

array   $authdb  

[ Top ]

method fetchArray [line 70]

void fetchArray( )



Tags:

access:  public


[ Top ]

method getLastId [line 90]

void getLastId( )



Tags:

access:  public


[ Top ]

method getTableDesc [line 74]

void getTableDesc( $table)



Tags:

access:  public


Parameters:

   $table  

[ Top ]

method query [line 62]

void query( $query)



Tags:

access:  public


Parameters:

   $query  

[ Top ]

method rollback [line 98]

void rollback( )



Tags:

access:  public


[ Top ]


Documentation generated on Wed, 15 Oct 2008 09:15:46 -0400 by phpDocumentor 1.4.1