Events and Events Manager Models allow you to implement events that will be thrown while performing an insert/update/delete which can be used
All the hard work behind orchestrating the operation of MVC in Phalcon is normally done by
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
Relationships between Models There are four types of relationships: one-on-one, one-to-many, many-to-one and many-to-many. The relationship
CLI applications are executed from the command line. They are useful to create cron jobs, scripts, command utilities and more. Structure
Phalcon offers the object-oriented classes, necessary to implement the Model, View, Controller architecture (often referred to as
With Phalcon you can create “Micro-Framework like” applications. By doing this, you only need to write a minimal amount of code to create a PHP application. Micro applications
Namespaces can be used to avoid class name collisions;
Phalcon\Acl provides an easy and lightweight management of ACLs as well as the permissions
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.
Page 3 of 8