Why you should be using a framework
Interesting post on Josh Sharp Design blog on why we should use framework when developing in PHP.
Because there are less restrictions on the structure of the code you write, it’s much easier to write bad code. But there is a solution: use a framework.
Categories: PHP