Phalcon offers the object-oriented classes, necessary to implement the Model, View, Controller architecture (often referred to as
Before reading this section, it is wise to read
Actions are methods on a controller that handle requests. By default all public methods on a controller map to actions and are accessible by a URL. Actions are responsible
All the hard work behind orchestrating the operation of MVC in Phalcon is normally done by
Phalcon\Logger is a component whose purpose is to provide logging services for
Phalcon\Mvc\Dispatcher is the component responsible for instantiating
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
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
Phalcon provides the Phalcon\Cache class allowing faster
Page 3 of 8