Code in plain PHP vs DooPhp

kadoel

New Member
I've seen DooPHP is the world fastest MVC framework and I intend to consider this for building mission critical website which is able to handle over 100,000 concurrent users. I have to build my website from scratch on shared hosting and run CPanel on VPS which use Apache 2.0.x with PHP 5.2.14 and MySQL. Performance wise, does it make a lot of difference when coding PDO(access database)+PHP vs DooPHP?
 
Back
Top