I'm trying to configure a setup with multiple apps that are accessible
to each other.  The sort of setup we need might be N number of apps
running on one CakePHP installation with this sort of install:
www.domain.edu/news/
www.domain.edu/polls/
www.domain.edu/catalog/

These apps would need to be able to interact with controllers of other
apps, share all vendors and view/layouts, and more.  For example the
"Auth" app (authentication where we add new users and rights for
users) would be used by all other applications.  All controllers would
use the same app_controller.php and models the same app_model.php as
their parent.  All apps would also have the same layout.

Each of these apps would have their own index page and CRUD
controllers.

I looked at http://www.ad7six.com/MiBlog/ProductionSetup and what
CraZyLeGs wrote in comment #4 looks close to what we need except it
doesn't appear to lend itself to a shared app core.

Thanks for any advise!
Shawn


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