Second PHP5 OOP Attempt
Sunday, October 29th, 2006Even 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 […]