示例#1
0
 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
 function __construct()
 {
     $this->adapter = new FactoryPDOAdapter(MySQLPDOAdapter::getInstance());
 }