Increasing Performance: What’s next?

Get faster applications requires refine many aspects: server, client, network, database, web server, static sources, etc. In this chapter we highlight scenarios where you can

2016-10-16 09:51:47
Model Events

Events and Events Manager Models allow you to implement events that will be thrown while performing an insert/update/delete which can be used

2016-10-16 09:52:08
MVC Applications

All the hard work behind orchestrating the operation of MVC in Phalcon is normally done by

2016-10-16 09:52:09
Queueing

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

2016-10-16 09:56:15
Dispatching Controllers

Phalcon\Mvc\Dispatcher is the component responsible for instantiating

2016-10-16 09:50:11
The MVC Architecture

Phalcon offers the object-oriented classes, necessary to implement the Model, View, Controller architecture (often referred to as

2016-10-16 09:57:03
Model Relationships

Relationships between Models There are four types of relationships: one-on-one, one-to-many, many-to-one and many-to-many. The relationship

2016-10-16 09:52:09
Returning Responses

Part of the HTTP cycle is returning responses to clients. Phalcon\Http\Response

2016-10-16 09:56:24
View Helpers (Tags)

Writing and maintaining HTML markup can quickly become a tedious task because of the naming conventions and numerous attributes that have to be taken into consideration. Phalcon

2016-10-16 09:57:35
Logging

Phalcon\Logger is a component whose purpose is to provide logging services for

2016-10-16 09:52:08