Namespaces can be used to avoid class name collisions;
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
Phalcon\Acl provides an easy and lightweight management of ACLs as well as the permissions
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
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
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
To speed up development Phalcon\Mvc\Model helps you to query fields and constraints
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.
The process of pagination takes place when we need to present big groups of arbitrary data gradually. Phalcon\Paginator
The component Phalcon\Translate aids in creating multilingual applications
Page 4 of 8