Exemplo n.º 1
0
 public function __init()
 {
     parent::__init();
     $this->_printHeader();
 }
Exemplo n.º 2
0
Arquivo: Db.php Projeto: LWFeng/hush
 public function __init()
 {
     parent::__init();
     $this->_printHeader();
     $this->db_config = new MysqlConfig();
 }
Exemplo n.º 3
0
 /**
  * Document cli class instruction
  * @return void
  */
 public function helpAction()
 {
     parent::__init();
     $this->_printHeader();
     echo "hush doc build\n";
 }
Exemplo n.º 4
0
 public function __init()
 {
     parent::__init();
     $this->init_sql_be = realpath(__ROOT . '/doc/sql/ihush_core.sql');
     $this->init_sql_fe = realpath(__ROOT . '/doc/sql/ihush_apps.sql');
 }