Re: Best Practice Question - Components

2013-11-05 Thread Reuben
If you have existing class that work, then you could include them as Vendor code, and have your controllers call their find and save functions. However, doing things the CakePHP way, you'll probably want to convert those classes to Models, rather than Components. Models are where your business

Re: Cake broken after upgrading server to php 5.3.27

2013-11-05 Thread Reuben
What version of CakePHP are you using? On Tuesday, 5 November 2013 07:54:24 UTC+10, T.T. Nichole wrote: > > After upgrading the server and the php version to 5.3.27 I can no longer > log into the admin account and the dropdown menus no longer work. I have > tried resetting the admin password and

Re: Best IDE for CakePHP 2.1

2013-11-05 Thread Stanislav Ustimenko
I use Codelobster PHP Edition It has great plug-in for CakePHP On Thursday, April 12, 2012 8:23:46 AM UTC+3, Reza Talamkhani wrote: > > Hi, > I Need an IDE for CakePHP 2.1 that integerated with cake console and > suggestion... > I test eclipse, netbeans & Codelobster

Best Practice Question - Components

2013-11-05 Thread Kristen M
I'm not a new programmer (I'd say advanced beginner/intermediate) but I'm quite new to Cake and MVC in general. I've decided best way to learn CakePHP and MVC is to take an existing (functional, live) project and port it to Cake for kicks. Get the grand tour of all the basics. In my existing

Cake broken after upgrading server to php 5.3.27

2013-11-05 Thread T.T. Nichole
After upgrading the server and the php version to 5.3.27 I can no longer log into the admin account and the dropdown menus no longer work. I have tried resetting the admin password and am still unable to login. any help is greatly appreciated. -- Like Us on FaceBook https://www.facebook.com/Ca

Re: hasOne load time x4

2013-11-05 Thread Aurelian Apostol
Indeed my friend! I didn't have a FK on B, after creating one I had the desired result ... 1,7s average. Thank you! luni, 4 noiembrie 2013, 10:23:07 UTC+2, Ashish Mahana a scris: > > > HI Aurelian, > There is not any problem when you use containable, its good to use that > feature. > > Coming t