John Ziebro

Print and web designer extraordinaire

Archive for the 'oop' Category

Second PHP5 OOP Attempt

Sunday, October 29th, 2006

Even though it was a good concept, the oop code in my last post was no where near working. After a little bit of research I came up with two classes that create form fields for web pages. In the process I learned about abstract classes and protected, private and public variables and functions. Abstract […]

Read the rest of this entry »

My First OOP Attempt

Thursday, October 26th, 2006

One of the hardest things for me to learn so far is Object Oriented Programming (OOP). I am forcing myself to build an application framework in OOP so that I will get the knack of it. Recently I wrote a Contact Management System in PHP using the procedural method of coding. It contained some complicated […]

Read the rest of this entry »