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
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
Phalcon provides the Phalcon\Cache class allowing faster
Phalcon\Acl provides an easy and lightweight management of ACLs as well as the permissions
To speed up development Phalcon\Mvc\Model helps you to query fields and constraints
The router component allows you to define routes that are mapped to controllers or handlers that should receive the request. A router simply parses a URI to determine this
Throughout this first tutorial, we’ll walk you through the creation of an application with a simple registration form from the ground up. We will also explain the basic aspects
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.
Phalcon\Image is the component that allows you to manipulate image files. Multiple
Every HTTP request (usually originated by a browser) contains additional information regarding the request such as header data, files, variables, etc. A web based application
Page 4 of 8