Php Framework Advice

Posted by gnomixa on Stack Overflow See other posts from Stack Overflow or by gnomixa
Published on 2010-03-18T18:06:42Z Indexed on 2010/03/18 18:11 UTC
Read the original article Hit count: 541

Filed under:
|

I am looking for a lightweight php framework with the following qualifications: ability to write my own sql queries ( i simply don't trust CakePHP like method where the framework does your sql for you); ability to integrate Jquery easily; built-in templating, or relatively easy to introduce Smarty (or another templating engine) into it; MVC; fast

Any advice/comparison? i have looked into CodeIgniter, Symfony and CakePHP so far. Symfony is slow, and CakePHP is too inaccessible ...so far my choice would be CodeIgniter. I played with it a bit, but i would like to hear more experiences.

I am looking for a framework that will "enforce" organization of my app in a logical way - MVC seems like a great choice.

© Stack Overflow or respective owner

Related posts about mvc

Related posts about php-frameworks