Phalcon is a web framework for PHP delivered as a C extension providing high performance and lower resource consumption.
This is a very simple tutorial to understand the basis of work with Phalcon.
Check out a explanation article: http://docs.phalconphp.com/en/latest/reference/tutorial.html
To run this application on your machine, you need at least:
- PHP >= 5.3.21
- Apache Web Server with mod rewrite enabled
- Phalcon Framework extension enabled (>= 1.3.x)