ActiveRecordSqlMapTest::__construct PHP Метод

__construct() публичный Метод

public __construct ( )
    function __construct()
    {
        parent::__construct();
        $this->initSqlMap();
        TActiveRecordManager::getInstance()->setDbConnection($this->getConnection());
        //$this->initScript('account-init.sql');
    }