hi people,
I have a simple question. I have two ways to use a class in php:
What are the differences? When I have to use one and when i have to use the other? Thanks... bye!Code://initializing object
$myclass = new myClass;
// or not initializing class..
$myclass->myfunction();
myClass::myfunction();


LinkBack URL
About LinkBacks






Reply With Quote




Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum