Kila wrote: » Hi, Just a quick question or two - is CodeIgnitor still the fframework of choice for those of you who do php dev? What's the learning curve like for it (I'm usually quite quick at picking up new languages and becoming proficient in them, and I'm already very familiar with php, just looking to speed up development by using a framework). What do you make of smarty? Is it tough to use? I think I'm going to try this project with CodeIgnitor, but I'd appreciate any feedback you've got as I've got some other upcoming projects that I may change framework for if a better one comes up. Thanks!
ocallagh wrote: » CI is still a very good framework but I don't think it's the default choice (was it ever?)
ocallagh wrote: » I've been using Kohana the last while and it is really quite impressive. It started as a branch of CI but very little of the original CI code is left. It is strictly PHP5 OO. Also, Yii plus the APC extension is apparently very very fast so mightr be worth looking into.
oeb wrote: » I use my own framework. At the time in work I was too lazy to learn zend framework, so I said the easiest thing to do would be to write my own MVC framework. It's nowhere near as impressive as any of the rest of them, but it works =D
ron_darrell wrote: » As above - sometimes it's just easier to use your own plus it teaches you some of the concepts involved in using an MVC. But as you're already familiar with PHP, the last time I checked Zend & Cake seemed to be the two most popular frameworks used in PHP dev (though it has been about a year or so since I last checked - things may have changed since). -RD
Deleted User wrote: » I've tried Zend, Cake and CI. I think I prefer CI, as I find it more straightforward, but Zend has more bells and whistles, and seems to be a popular choice for large projects and corporate.