Sharing my experience on the latest PHP framework Phalcon. What is Phalcon ? Phalcon is full-stack, MVC based PHP framework like Codeigniter, Laravel, Yii with some extra features which differs it from all. Here are some points to understand the core difference:- The core reason why it differs from all is that unlike other PHP frameworks Phalcon is implemented as an extension written in C in order to optimize performance. This is intended to boost execution speed and reduce …