PHP Classes
Posted by admin on 7 February, 2011
No comments yet
This item was filled under [ PHP & MySql, References ]
Object Oriented Programming ( OOP ) is programming with use of classes and objects. A class consists of constants, variables and methods ( functions to alter the class’s properties ). An object can be created from a class and can be altered by calling the class’s functions. Why would I use classes & objects? You [...]