Why not just porting your application to the cakephp framework? It requires more effort, but the end result will be worth it.
On Mar 24, 3:11 pm, "Mariano Iglesias" <[EMAIL PROTECTED]> wrote: > All these questions have been already covered in the manual and in this > group. Perhaps it wouldn't be a bad idea, since you are the one seeking for > these answers, that you compile them into the kind of tutorial you are > looking for. > > 1. vendors/ is the place for that. > Checkhttp://manual.cakephp.org/chapter/installing > > 2. That depends completely on your application. > > 3. Change Cake's auto-magic settings ($table and $primaryKey on a model, > 'foreignKey' index at a relationship, etc.) > check:http://manual.cakephp.org/chapters/modelsandhttp://manual.cakephp.org/chapter/configuration > > 4. Both your application and Cake could manage sessions on DB, which lets > them share session information. > Checkhttp://manual.cakephp.org/chapter/configuration > > I gotta tell you, it would be much appreciated that you build such a > tutorial. Because you don't know *HOW MANY* times we have someone asking us: > is there a tutorial for XXX? we say no but give them the answers, and then > they disappear, instead of building the tutorial. > > Let's all remember that this is a community effort. > > -MI > > --------------------------------------------------------------------------- > > Remember, smart coders answer ten questions for every question they ask. > So be smart, be cool, and share your knowledge. > > BAKE ON! > > blog:http://www.MarianoIglesias.com.ar > > -----Mensaje original----- > De: [email protected] [mailto:[EMAIL PROTECTED] En nombre > de Toad > Enviado el: Sábado, 24 de Marzo de 2007 05:58 a.m. > Para: Cake PHP > Asunto: Integrating cake with an existing project. > > Recently I began to play with cake and I was searching for a tutorial > or some practical examples on how to integrate cake with an existing > working project in order to ease further development and even shift > current functionality to cake. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
