Re: CakePHP backend + Flash frontend

2010-02-09 Thread VitillO
@Richard: Thats the setup i was using in previous projects, but what i want is the webroot files from Cake (images, docs, etc) to be outside "intranet" directory, its just a matter of organization, its seems cleaner to me this way, because Flash will be accessing this files too. @Renato: I could t

Re: CakePHP backend + Flash frontend

2010-02-09 Thread Renato de Freitas Freire
I think you can place your flash app in your default page. If you didnt change the default route, this should work. create the /app/views/pages/home.ctp and into it, you put your flash there. and in the /app/config/routes.php, you change your route back to the default route: Router::connect('/',

Re: CakePHP backend + Flash frontend

2010-02-09 Thread rich...@home
You could put your flash front in in the root (www.mydomain.com) and then install cake at www.mydomain.com/intranet On Feb 9, 1:20 pm, VitillO wrote: > Hello, im kinda new in Cake, i've always been developing Flash sites > and now im using Cake for the backends (or CMS) for this sites. But im > h