Cake php フレームワークに vqmod をインストールしようとしています。vqmod フォルダーをルートにアップロードし、次のコードでコントローラー ファイルを作成し、そのファイルを/app/controllersに配置しました。
class VqmodController extends AppController { var $name = 'Vqmod'; }
次のエラーが表示されます
Missing Database Table
Error: Database table vqmods for model Vqmod was not found.
Notice: If you want to customize this error message, create app\views\errors\missing_table.ctp
Cake php フレームワークに vqmod をインストールするのを友達が親切に手伝ってくれます。Google 経由でヘルプが見つからないからです。