Skip to content

sergeylunev/php-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Study Guide

What?

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.

Where?

At the moment project is placed at http://php-guide.evercodelab.com/ and hosted on GitHub.Pages.

Sources

All content is assembled from different sources and tutorials.

Original guide was structured in Google Docs and then published as pdf.

Who?

Mainly project is done by me, Roma Lapin and supported by Evercode Lab.

How to contribute

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

Project layout and details

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.

Releases

No releases published

Packages

No packages published