Writing and maintaining HTML markup can quickly become a tedious task because of the naming conventions and numerous attributes that have to be taken into consideration. Phalcon
Events and Events Manager Models allow you to implement events that will be thrown while performing an insert/update/delete which can be used
Part of the HTTP cycle is returning responses to clients. Phalcon\Http\Response
Before reading this section, it is wise to read
Phalcon\Mvc\Dispatcher is the component responsible for instantiating
Hydration Modes As mentioned previously, resultsets are collections of complete objects, this means that every returned result is an object
The purpose of this component is to intercept the execution of most of the other components of the framework by creating “hook points”. These hook points allow the developer
With Phalcon you can create “Micro-Framework like” applications. By doing this, you only need to write a minimal amount of code to create a PHP application. Micro applications
Namespaces can be used to avoid class name collisions;
Phalcon Query Language, PhalconQL or simply PHQL is a high-level, object-oriented SQL dialect that allows to write queries using a standardized SQL-like language. PHQL is implemented
Page 3 of 8