I’m a newbie to CakePHP but got strange error. I’m just testing it, how to implement many functions and got strange error. I have created a controller called about and got the following error:
Error: Database table abouts for model About was not found.
Does CakePHP require to have DB table for every single controller?
var $useTable = false; is not working.
I am using CakePHP 1.2.5
you should add about method to your main application controller