Events and Events Manager Models allow you to implement events that will be thrown while performing an insert/update/delete which can be used
Hydration Modes As mentioned previously, resultsets are collections of complete objects, this means that every returned result is an object
Part of the HTTP cycle is returning responses to clients. Phalcon\Http\Response
All the hard work behind orchestrating the operation of MVC in Phalcon is normally done by
Before reading this section, it is wise to read
When a process performs multiple database operations, it might be important that each step is completed successfully so that data integrity can be maintained. Transactions
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
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
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