|
|
|
|
|
by damncabbage
5616 days ago
|
|
After going through CodeIgniter, Zend Framework and CakePHP, I'm pretty much exclusively using Yii for my own projects these days. The way Components and Behaviours are used throughout the system makes it very easy to combine and plug in disparate modules of code, and it's the most Rails-y framework I've found so far (barring CakePHP which appears to have come leaps and bounds in the last couple of years since I used it last). (In summary, it matches how I want to work. :) Keep looking until you find something that does the same for you.) |
|