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

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

collision detection - C++ library for mesh to mesh intersection: what is available? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -