コード例 #1
0
 public function genModel()
 {
     $model = new spModel();
     $this->tpl_prefix = $GLOBALS['G_SP']["db"]['prefix'];
     $this->tpl_tables = $model->findSql('SHOW TABLES;');
     $this->display('codeBuilder/genModel.html');
 }
コード例 #2
0
ファイル: BaseModel.php プロジェクト: eon-hong/anypay
 public function __destruct()
 {
     parent::__destruct();
     // 这是必须的
 }