Esempio n. 1
0
 /**
  * Initializes DBMS pointers and table name private class member.
  */
 function __construct()
 {
     // Initialize the dbms pointer.
     parent::__construct();
     // Initialize table name.
     $this->tableName = "admin";
 }
Esempio n. 2
0
 function __construct()
 {
     // Initialize the dbmc pointer.
     AbstractMysqlMapper::__construct();
 }