Re: Can I run 2 versions of CakePHP within a single project

2010-07-02 Thread Louie Miranda
You mean, run parallel? different subdomain? or folder? I think, you could do that. Just check for syntax changes from 1.2 to 1.3 though. Goodluck -- Louie Miranda - Email: lmira...@gmail.com - Web: http://www.louiemiranda.com On Thu, Jul 1, 2010 at 11:21 PM, WebRia webriaconsult...@gmail.com

Re: Can I run 2 versions of CakePHP within a single project

2010-07-02 Thread Daniel S. Reichenbach
I was wondering if it was ever possible that we have the new version of cake running in a folder called cake-new' or something and selectively recode a few pages to run using cake 1.3 while the rest of the site continues to use cake 1.2.. Have you tried using something like git? You could create

Re: Can I run 2 versions of CakePHP within a single project

2010-07-02 Thread Zaky Katalan-Ezra
Maybe use the old version as plugin http://book.cakephp.org/view/114/Plugins Just an idea, never used it myself On Thu, Jul 1, 2010 at 6:21 PM, WebRia webriaconsult...@gmail.com wrote: Yeah I know this might sound weird, but the problem is, We built a really large site using Cake 1.2 Beta, and

Can I run 2 versions of CakePHP within a single project

2010-07-01 Thread WebRia
Yeah I know this might sound weird, but the problem is, We built a really large site using Cake 1.2 Beta, and its grown significantly over the period of time and and started to slow down. We've noticed the latest cake 1.3 gives a much better performance, however we can't just upgrade the version

Re: Can I run 2 versions of CakePHP within a single project

2010-07-01 Thread nurvzy
Anything is possible. However, you'll run into major problem early. The point in which you tell cake where the core files are is before the router even touches the url/uri (webroot/index.php). As such, you're on your own for figuring out what controller/action pair is being requested and then