コード例 #1
0
ファイル: AdminMapper.class.php プロジェクト: pars5555/hqv
 /**
  * Initializes DBMS pointers and table name private class member.
  */
 function __construct()
 {
     // Initialize the dbms pointer.
     parent::__construct();
     // Initialize table name.
     $this->tableName = "admin";
 }
コード例 #2
0
ファイル: DemoMapper.class.php プロジェクト: pars5555/crm
 function __construct()
 {
     // Initialize the dbmc pointer.
     AbstractMysqlMapper::__construct();
 }