//Basic Class Structure
class name {
var $var1
var $var2
function function1( args ) { //refeer to functions manual page
...
}
function function2( args ) { //refeer to functions manual page
...
}
Introduction
These functions allow you to obtain information about classes and instance objects. You can obtain the name of the class to which an object belongs, as well as its member properties and methods. Using these functions, you can find out not only the class membership of an object, but also its parentage (i.e. what class is the object class extending).
Introduction
malikcpp at gmail dot com
23-Aug-2009 03:24
23-Aug-2009 03:24
