03-27-2008, 06:25 PM
|
#6 (permalink)
|
|
The Wanderer
Join Date: Jan 2008
Posts: 13
Thanks: 0
|
Nice tutorials but you forgot a lot of this. You didn't set a level for the function (public, private, protected). And if you want to call a function static you need to define it in de class, for example:
public static function Add(). You define 2 vars in your class but never uses them.
|
|
|
|