Awesome
Preparation to the ZCE PHP 5.3 exam
Official page of the certification: ZCE - Zend Certified Engineer PHP 5.3
What should you expect on this repository?
This repo has the purpose to review all topics that are covered by the ZCE PHP 5.3 exam. This repo is divide by the ZCE topics:
- PHP Basics
- Functions & Arrays
- Data Format & Types
- Web Features
- OOP
- Security
- String Patterns
- Databases
- I/O
Using
Install using composer with development dependencies:
curl -sS https://getcomposer.org/installer | php
Then, using the composer.phar
file:
php composer.phar --dev install
Run tests:
bin/phpunit
Credits
License
The code is licensed under the MIT License