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
Actions are methods on a controller that handle requests. By default all public methods on a controller map to actions and are accessible by a URL. Actions are responsible
In addition to its ability to map tables in relational databases,
Phalcon offers the object-oriented classes, necessary to implement the Model, View, Controller architecture (often referred to as
CLI applications are executed from the command line. They are useful to create cron jobs, scripts, command utilities and more. Structure
All the hard work behind orchestrating the operation of MVC in Phalcon is normally done by
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
Relationships between Models There are four types of relationships: one-on-one, one-to-many, many-to-one and many-to-many. The relationship
Phalcon\Logger is a component whose purpose is to provide logging services for
Page 2 of 8