You are currently browsing the Line by Line… posts tagged: PHP


Week 2

January 23-27

Topics of the Week:

  • Object Oriented Programming

We started with an overview of OOP and then dove into an example project of a fake Bank.

Continue reading →

OOP in PHP Tutorials

PHP Tutorials Examples Object Oriented Programming with PHP.

This is a great tutorial about working with OOP in PHP.

Killer PHP

Another PHP Video tutorial site. – Very popular OOP tutorial series, but a little slow.

Good descriptions of separation of code between Model View Controller, or business logic, database connections, validation etc.

 


Tags