Posts Tagged ‘objects’

PHP Classes

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 [...]

Continue reading...