layout | title |
---|---|
page |
PHP Study Guide |
{% include JB/setup %}
Originally PHP Study Guide was a small project that provides step by step guide on information needed to pass PHP5.3 ZCE certification: http://www.zend.com/en/services/certification/php-5-certification/.
For now it aims to go little bit beyond the Zend Certification and is a good place to start your experience with PHP5.3 or, if you are already an experienced web developer, to return to the basics and remember some details.
At the moment project is placed at http://php-guide.evercodelab.com/ and hosted on GitHub.Pages.
All content is assembled from different sources and tutorials.
- Zend PHP 5.0 Certification Course by Paul Reinheimer
- Zend PHP 5 Certification Study Guide
- Zend PHP 5.3 Study Guide v1
- Read The Web Blog
- http://www.php.net/manual/en/
- http://zend-php.appspot.com/
Original guide was structured in Google Docs and then published as pdf.
Mainly project is done by me, Roma Lapin and supported by Evercode Lab.
At first all content was assembled to be used for PHP5.3 ZCE certification. So it aimed to be short and kind of limited. For now feel free to contribute to it. All suggestions to content and design is appreciated.
In order to contribute, please, do the following.
- Fork the project
- Clone down your fork
- Create a topic branch to contain your change ( git checkout -b my_awesome_feature )
- Add some code
- Push the branch up ( git push origin my_awesome_feature )
- Send a Pull Request
On the whole project follows standart jekyll project layout.
Each certification section is presented as page in pages
directory. Each subsection is a part of a page.
Pygments is used for code highlighting.
Each page should have following variables in YAML Front Matter:
- title – page title
- layout - usually it is "page"
Menus is stored in _includes/menu
.