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
Post a Comment