I am trying to install vqmod in cake php framework. I simply uploaded the vqmod folder to the root and created a controller file with following code and placed the file in /app/controllers
class VqmodController extends AppController { var $name = 'Vqmod'; }
I am getting the following error
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
Friends kindly help me to install vqmod for cake php framework cuz i am unable to find any help via google.