You don’t have to install classes to write OOP PHP!
You can just start writting!
Here are a few references that may help you:
- http://php.net/manual/en/language.oop5.php //php.net reference
- http://www.codecademy.com/courses/web-beginner-en-bH5s3/0/1 //online learing!
- https://www.youtube.com/playlist?list=PL75B9D91CD69ED950 //video tutorial
If your read all on php.net manual and you have still a question the you can create a new one!
2
solved How to install classes in php? [closed]