Annotations Parser
  • References/PHP/Phalcon/Guides

It is the first time that an annotations parser component is written in C for the PHP world. Phalcon\Annotations

2025-01-10 15:47:30
Model Transactions
  • References/PHP/Phalcon/Guides

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

2025-01-10 15:47:30
Model Events
  • References/PHP/Phalcon/Guides

Events and Events Manager Models allow you to implement events that will be thrown while performing an insert/update/delete which can be used

2025-01-10 15:47:30
Queueing
  • References/PHP/Phalcon/Guides

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

2025-01-10 15:47:30
Returning Responses
  • References/PHP/Phalcon/Guides

Part of the HTTP cycle is returning responses to clients. Phalcon\Http\Response

2025-01-10 15:47:30
View Helpers (Tags)
  • References/PHP/Phalcon/Guides

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

2025-01-10 15:47:30
Model Relationships
  • References/PHP/Phalcon/Guides

Relationships between Models There are four types of relationships: one-on-one, one-to-many, many-to-one and many-to-many. The relationship

2025-01-10 15:47:30
Command Line Applications
  • References/PHP/Phalcon/Guides

CLI applications are executed from the command line. They are useful to create cron jobs, scripts, command utilities and more. Structure

2025-01-10 15:47:30
ODM (Object-Document Mapper)
  • References/PHP/Phalcon/Guides

In addition to its ability to map tables in relational databases,

2025-01-10 15:47:30
Working with Models (Advanced)
  • References/PHP/Phalcon/Guides

Hydration Modes As mentioned previously, resultsets are collections of complete objects, this means that every returned result is an object

2025-01-10 15:47:30