cakephp - install vqmod for cake php -


i trying install vqmod in cake php framework. uploaded vqmod folder root , created controller file following code , placed file in /app/controllers

class vqmodcontroller extends appcontroller { var $name = 'vqmod'; } 

i getting following error

missing database table error: database table vqmods model vqmod not found. notice: if want customize error message, create app\views\errors\missing_table.ctp 

friends kindly me install vqmod cake php framework cuz unable find via google.

i don't know vqmod is... if have no table vqmod solve problem-

class vqmodcontroller extends appcontroller {   var $name = 'vqmod'; public $uses = array();  } 

Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -