oop Archive
-
More with PHP Classes
I got a comment on my PHP OOP tutorial to explain how to relate what I taught to real life scenarios. His scenario was Human Resources Information. The first thing we will need to decide is what info is important, so lets list a few items: First name Last Name Social Security Number Address City State Zip Date of birth Salary Position Start Date That’s [...] -
Getting Started with Object Oriented Programming in PHP
I just posted a tutorial on Object Oriented Programming in PHP. For those that aren’t sure what that is, it is classes and a way to stream line your code and make it much more efficient and quicker. Head over to the Tutorials Section to take a look at it.