So kind of the first point is that it seems that every controller
needs a model in able to do something, and that model must be related
to a database table.

So how do you go about creating functions that may or may not be
related to a table or at least not related to the model that you are
working on, where there may or may not be a database table related to
the screen that you are developing?

For example a content management system, where you might relate data
to the page type (/user/view) but not directly to the user
information, that you are viewing, and the corresponding model is
related to the user table.

This would apply to really any function, that is not directly related
to a DB table, or if the table that you are working with does not have
a direct relationship to a table that you need to update.

Any thoughts would be greatly appreciated.

-John


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

Reply via email to