View Single Post
Old 03-27-2008, 06:25 PM   #6 (permalink)
Ultimatum
The Wanderer
 
Join Date: Jan 2008
Posts: 13
Thanks: 0
Ultimatum is on a distinguished road
Default

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.
Ultimatum is offline  
Reply With Quote