If you're sharing the same webroot and models, controllers,
components, etc, what is the purpose of have two separate apps?

You can just use admin routes for this.

Cheers,
Adam

On Nov 7, 5:55 am, WildFoxMedia <[EMAIL PROTECTED]> wrote:
> I saw an article on the bakery that described a method for creating 2
> seperate applications that could share Models, Controllers, COmponents, etc.
> I followed that tutorial and had everything setup how I wanted, except for
> the webroot. Is it possible to share the webroots across these 2 apps?
>
> I thought about removing everything from the webroot for each app except for
> the index.php for that sake of bootstrapping and actually dispatching the
> request - but moving the rest of the files to a shared webroot in a similar
> fashion to the models, etc. My question is this....
>
> Is it easy, or even possible to change system paths for Forms, JS, CSS, etc.
> to reference a new shared webroot, or at worst, make the public app have all
> webroot files and the manager leach its files?
> --
> View this message in 
> context:http://www.nabble.com/Seperate-Public-Admin-Apps-with-Shared-Models--...
> Sent from the CakePHP mailing list archive at Nabble.com.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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