Re: Reusing cakephp models and controllers.

2008-08-29 Thread Dardo Sordi Bogado
Yes, you can create a plugin or use a separate location for those models and controllers and add them to the path list of cake in app/config/botstrap.php. This was discussed in this group before and also there are some blog entries about the subject, so feel free to use your preferred search engin

Reusing cakephp models and controllers.

2008-08-29 Thread Stewart
Hey cakers, Let me paint a picture for you all. I have 3 different cakephp projects. They all need to use the same basic user functionality. I have a user controller and model already coded up form an old project that work really well. Can I use this in a new cake project keeping it independent