You might try using the requestAction() method which exists in the view
class (and also controller class).  This allows you to make requests to
any other controller that you want to envoke, which would make Cake
work in a "modular" fashion.

robechar.

On Jan 24, 12:44 pm, "Chris Hartjes" <[EMAIL PROTECTED]> wrote:
> On 1/13/07, NewbieCaker <[EMAIL PROTECTED]> wrote:
>
>
>
> > A typical usage of this is the modules concept on Joomla/Mambo...Well, this 
> > ain't Joomla/Mambo now, is it? ;)
>
> Trying to import non-MVC concepts into an MVC framework are difficult
> because, well, they're not MVC.
>
> I think dkarlson pointed you in the right direction to use elements,
> and I believe (again I'm often wrong and are quickly corrected) that
> caching of models by CakePHP will reduce the overhead.  As I've
> mentioned before, Just Build It and then see if the performance hit
> for doing it the element way really exists and if it does exist, how
> to mitigate it.
>
> Hope that helps.
>
> --
> Chris Hartjes
>
> My motto for 2007:  "Just build it, damnit!"
>
> rallyhat.com - digitial photo scavenger hunt
> @TheBallpark -http://www.littlehart.net/attheballpark
> @TheKeyboard -http://www.littlehart.net/atthekeyboard


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