Also more on this issue: lots of people need model logic on
AppController but they don't really need the used models to be
available on all controllers, which is what happens if you add it to
$uses on AppControler.

On Dec 7, 5:04 am, "gwoo" <[EMAIL PROTECTED]> wrote:
> I dont know who recommends not using models in AppController, nor do i
> know who recommends using models in components. In fact, I would do the
> exact opposite. You create too many dependencies when you try to put a
> model in a component. Components should be interchangeable between apps
> without any need to worry about a model.
>
> Its possible that the production site needs to have the cache cleared.


--~--~---------~--~----~------------~-------~--~----~
 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