public function __init() { parent::__init(); $this->init_sql = realpath(__ROOT . '/doc/install/mysql.sql'); }
public function __init() { parent::__init(); $this->_printHeader(); $this->db_config = new MysqlConfig(); }