Re: Inheritance of custom class

2010-07-06 Thread Shaz
CakePHP follows the MVC pattern. Each controller has an associated model and a view - you can specify in the model which database table to use, or to not use one at all - but unless you specify, you will keep getting errors. On Jul 5, 3:57 pm, "vaugh...@switchdesign.com" wrote: > Im really new to

Inheritance of custom class

2010-07-05 Thread vaugh...@switchdesign.com
Im really new to cakePHP. Im also not a OOP guru. I have run into something that im not sure how to handle: I want multiple model classes that extend a main class. Yet the controllers that are created for each of these models throws an error message that the table named after the controller class