PHP notes

You can use this website as a PHP interpreter:
http://phpepl.cloudcontrolled.com/

Few considerations about Object-oriented programming in PHP:
- Useful objects and class methods like property_exists() and method_exists()
- Inheritance (using extends)
- Child…


GIT resources

Documentation about GIT:

http://git-scm.com
http://gitimmersion.com
http://gitref.org/
https://www.atlassian.com/git


About PHP and Virtual Machines

Good practices and PHP coding standards:
http://www.phptherightway.com/

Virtual Machines:
http://www.vagrantup.com/

Online Web Programming languages courses:
http://www.codecademy.com/