Standard PHP or PHP for better speed?

We want to make a great online user and database website with PHP. Our database will be MySQL. PHP already has a lot of ready-made frameworks. Time is not a problem, and we have enough time for the project. Therefore, I want to learn about the core code.

Can the standard PHP code we learn from php.net give better speed than PHP frames? Or should we use any infrastructure like Symfony2, Zend or Codeigniter?

+3
source share

All Articles