__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();
 }