PHP Framework Benefits / Downfalls
Posted
by
Lizard
on Stack Overflow
See other posts from Stack Overflow
or by Lizard
Published on 2010-06-17T10:11:53Z
Indexed on
2012/04/05
5:29 UTC
Read the original article
Hit count: 124
I have been a PHP developer for about 10 years now and until about a month ago I have never used a framework.
The framework I am now using due to an existing codebase is cakePHP 1.2
I can see certain benefits of the frameworks with the basic helpers like default layouts. I can definitely see the benefits of MVC keeping the logic separate etc. But the query building just seems to be bloated. Is this expected?
Am I likely to be able to build better queries than the framework could build? I just feel I could get my apps running better without a framework.
What are your thoughts?
© Stack Overflow or respective owner