Phalcon\Mvc\Url is the component responsible of generate URLs in a Phalcon application
In addition to its ability to map tables in relational databases,
Phalcon\Logger is a component whose purpose is to provide logging services for
Before reading this section, it is wise to read
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
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
Phalcon\Mvc\Dispatcher is the component responsible for instantiating
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
Hydration Modes As mentioned previously, resultsets are collections of complete objects, this means that every returned result is an object
Part of the HTTP cycle is returning responses to clients. Phalcon\Http\Response
Page 2 of 8