コード例 #1
0
ファイル: entitygenerator.php プロジェクト: padamgurung/daphe
 function __construct()
 {
     $this->envars = array();
     $this->enclass = '';
     $this->baseclass = 'Model';
     $this->pkeys = array();
     $this->fkeys = array();
     $this->aikeys = array();
     $this->adapter = new FactoryPDOAdapter(MySQLPDOAdapter::getInstance());
 }
コード例 #2
0
ファイル: BaseModelMapper.php プロジェクト: padamgurung/daphe
 function __construct()
 {
     $this->adapter = new FactoryPDOAdapter(MySQLPDOAdapter::getInstance());
 }