Hi there,

When I create a FooController in Cake which extends AppController then,
when both have a $uses array specified, these two $uses are merged by
Cake.

But when I have a FooController extending FrontController which itself
extends AppController and I specify a $uses for all three, only the
$uses of FooController and AppController are merged. FrontController is
initialized though, and when I manually merge the wanted models into
the uses-array, in the FrontController-> __construct method, everything
works fine.

It it possible that Cake does this merging automatically for me, even
with 'multiple' inheritance? Or is there no other way than doing it by
hand?

Tnxs in advance!


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

Reply via email to