__construct() 공개 메소드

public __construct ( )
예제 #1
0
 function __construct()
 {
     parent::__construct();
     $this->initSqlMap();
     TActiveRecordManager::getInstance()->setDbConnection($this->getConnection());
     //$this->initScript('account-init.sql');
 }
예제 #2
0
 function __construct()
 {
     parent::__construct();
     $this->initSqlMap();
     //force autoload
     new Account();
 }
예제 #3
0
 function __construct()
 {
     parent::__construct();
     $this->initSqlMap();
     new Order();
     new LineItemCollection();
     new Account();
 }
예제 #4
0
 function __construct()
 {
     parent::__construct();
     $this->initSqlMap();
     //force autoload
     new Account();
     new Order();
     new LineItem();
     new LineItemCollection();
     new A();
     new B();
     new C();
     new D();
     new E();
     new F();
 }
예제 #5
0
 function __construct()
 {
     parent::__construct();
     $this->initSqlMap();
     $this->initScript('documents-init.sql');
 }
예제 #6
0
 function __construct()
 {
     parent::__construct();
     $this->initSqlMap();
 }