Object Relational Mapping in PHP

This blog is about what is Object Relational Mapping? Why and when we should use Object Relational Mapping with PHP. What is Object Relational Mapping? Object-Relational Mapping in computer science is a programming technique for converting data between incompatible type systems in object-oriented programming languages. This creates, in effect, a “virtual object database” that can be used from within the programming language. It treats data stored in relational (SQL) database table records as if they are objects. It is like …

Phalcon(The fastest PHP framework)

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 …