hello group

I am in a situation where I am setting up a main app that is to be
used as a core app for other apps.

I am using cake 1.1.x.x.

I am also using the bootstrap.php file in my children apps to load
models, controllers, views, components, helpers and behavio(u;)rs,
from this parent app.

But what I want to achieve is to use my main app AppController class
to act as the AppController class for all my children apps.

how would u go about this ?

I tried to go the other way i.e. to change the APP constant to point
to my main app and then have my main app bootstrap load my child app
classes but in this scenario the main app files have precedence over
my child app ones whicj is not what I want (i.e. if I want to have a
main items_controller for all my apps but want to override it in a
specific app).

Also I did not figure out a way to use plugins from another app

I know things will get easier in 1.2 (I guess) but I really need to
qstick to 1.1 for now.

any insight appreciated

thomas


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