Model Behaviors

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

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

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

2016-10-16 09:52:08
Models Metadata

To speed up development Phalcon\Mvc\Model helps you to query fields and constraints

2016-10-16 09:52:09
Unit testing

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.

2016-10-16 09:57:11
Phalcon Query Language (PHQL)

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

2016-10-16 09:56:15
Tutorial 1: Let’s learn by example

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

2016-10-16 09:57:09
Routing

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

2016-10-16 09:56:24
Events Manager

The purpose of this component is to intercept the execution of most of the other components of the framework by creating “hook points”. These hook points allow the developer

2016-10-16 09:50:19
Assets Management

Phalcon\Assets is a component that allows you to manage static resources such as CSS stylesheets or JavaScript

2016-10-16 09:47:40
Request Environment

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

2016-10-16 09:56:24