It is the first time that an annotations parser component is written in C for the PHP world. Phalcon\Annotations
When a process performs multiple database operations, it might be important that each step is completed successfully so that data integrity can be maintained. Transactions
Events and Events Manager Models allow you to implement events that will be thrown while performing an insert/update/delete which can be used
Activities like processing videos, resizing images or sending emails aren’t suitable to be executed online or in real time because it may slow the loading time of pages and
Part of the HTTP cycle is returning responses to clients. Phalcon\Http\Response
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
Relationships between Models There are four types of relationships: one-on-one, one-to-many, many-to-one and many-to-many. The relationship
CLI applications are executed from the command line. They are useful to create cron jobs, scripts, command utilities and more. Structure
In addition to its ability to map tables in relational databases,
Hydration Modes As mentioned previously, resultsets are collections of complete objects, this means that every returned result is an object
Page 2 of 8