Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 2.14 KB

README.md

File metadata and controls

44 lines (29 loc) · 2.14 KB

Phalcon Framework Documentation

Welcome

This is the repository for the Phalcon documentation. Our documentation is hosted on Read The Docs which is automatically updated when any changes are made to this repository.

You are welcome to fork this repository and add, correct or enhance the documentation yourselves.

The documentation is written using reStructuredText and is currently available in 11 different languages:

If you would like to translate the Phalcon Docs into your language, you'll need to find out your language's ISO 639-1 code. For example, to create Vietnamese (vi), run the following command:

php cli.php language create vi

API

The API is automatically generated from the C source code using the following command (replace /home/sid/cphalcon/ext/ with the appropriate value):

php cli.php api generate /home/sid/cphalcon/ext/

If you find an error or want to improve it, please send a pull request: