in my case, i want to separate my web application in 2 pieces, frontend and
backend with different database privilage. frontend just for read only
privilage and backend with full access privillage (read,edit,delete,create).
frontend structure i put MVC in root app :
app - plugins - frontend (my frontend application folder ) - model
- view
- controller
backend i put ini plugins
app - plugins - backend ( my backend application folder ) - model
- view
- controller
and :
http://localhost/frontend to access frontend
and :
http://localhost/backend to access backend
On 8/15/07, wahyu setianto <[EMAIL PROTECTED]> wrote:
>
> you must place you application in app/plugins,
>
> app/plugins/project1 and app/plugins/project2, every application in
> plugins folder has controller, model and view for itself. I solved this case
> with this solution, so some application managed easily in single Cake
> environment.
>
> On 8/15/07, Rahul <[EMAIL PROTECTED]> wrote:
> >
> >
> > Thanx Ketan
> >
> > Well I had done exactly what U have said. My question is beyond that
> > work. I need to redirect my browser to these two different
> > applications by say http://localhost/project1 for the first
> > application and http://localhost/project2 fro the second application..
> >
> > Hope U understand what I mean to say..
> >
> > Regards
> > Rahul
> >
> >
> > > >
> >
>
>
> --
> Octopus
> East Java Baker
--
Octopus
East Java Baker
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---