On Jul 18, 2006, at 9:38 PM, D Smith wrote:

> I am new to cake php and do not know how to add a new model/controller
> that is not particularly related with some table.For example a search
> module
> which can pick its data from multiple tables.

For models with no tables, stick in:

var $useTable = false;

For controllers with no models, stick in:

var $uses = null;

-- John

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to