Working with Namespaces
  • References/PHP/Phalcon/Guides

Namespaces can be used to avoid class name collisions;

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

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

2025-01-10 15:47:30
Access Control Lists (ACL)
  • References/PHP/Phalcon/Guides

Phalcon\Acl provides an easy and lightweight management of ACLs as well as the permissions

2025-01-10 15:47:30
Phalcon Query Language (PHQL)
  • References/PHP/Phalcon/Guides

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

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

A model represents the information (data) of the application and the rules to manipulate that data. Models are primarily used for managing the rules of interaction with a corresponding

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

Behaviors are shared conducts that several models may adopt in order to re-use code, the ORM provides an API to implement behaviors in your models. Also, you can use the events

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

To speed up development Phalcon\Mvc\Model helps you to query fields and constraints

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

Writing proper tests can assist in writing better software. If you set up proper test cases you can eliminate most functional bugs and better maintain your software.

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

The process of pagination takes place when we need to present big groups of arbitrary data gradually. Phalcon\Paginator

2025-01-10 15:47:30
Multi-lingual Support
  • References/PHP/Phalcon/Guides

The component Phalcon\Translate aids in creating multilingual applications

2025-01-10 15:47:30