Introduction to Phalcon7 (high-performance PHP7 framework)
Phalcon7 is inherited from Phalcon1.3.x, an open source, full-featured stack, written in C, and a high-performance framework optimized for PHP7. Developers do not need to learn and use C language functions, because all functions are exposed in the form of PHP classes and can be used directly. Phalcon is also loosely coupled, and you can use other objects arbitrarily according to the needs of the project.
Phalcon7 (high-performance PHP7 framework) updated content:
Added encapsulation of socket operations, including service classes:
And the client class:
Model adds support for Postgresql binary data types.
The Session and Annotations components add a Cache adapter, which can use the cache component to store corresponding data.