Quote:
Originally Posted by bizzar528
Generally I prefer my own. Easier to work with, slimmer in terms of code, easier to support/extend.
I've also used cakephp and codeigniter. Cake is a better all round framework, and I like how codeigniter only gives you enough to be called a framework, but really you have to use it as building blocks for a site.
|
I agree. I have built my own with only the features I use. Much slimmer than other frameworks since I only give myself what I need, I know it like the back of my hand since I wrote it, and it's easy to modify / extend / control.