php-oop
php-oop copied to clipboard
Overview and Examples for object oriented programming with php
Add some spaces and follow the naming convention: `method` and `property` everywhere in comments.
We have the resources neccesry to create challenges. Challenges are great way to test what we have learned and do the actual coding part. We should: 1. have a dir...
As far as i can see, cheatsheets are both containing implementation and test code. It's better to separate them. We may think to use phpunit to test cheatsheets. The world...