public function index() { //列表过滤器,生成查询Map对象 $map = $this->_search (); if (method_exists ( $this, '_filter' )) { $this->_filter ( $map ); } $this->assign ( 'gametype', C('gametype') ); $this->assign ( 'gametype_two', C('gametype_two') ); $name=$this->getActionName(); $model = D($name); if (! empty ( $model )) { $this->_list ( $model, $map ); } $this->display (); return; }
設定ファイルは正しく変更されていますか?
設定ファイルは正しく変更されていますか?
提供された情報が少なすぎます。エラーメッセージがある場合は、エラープロンプト機能をオンにして確認してください。
完了しましたが、モデルレイヤーのデータベース名が間違っています