View Single Post
Old 11-01-2007, 05:20 PM   #10 (permalink)
bluesaga
Super Moderator
Advanced Programmer 
 
bluesaga's Avatar
 
Join Date: Sep 2007
Posts: 165
Thanks: 0
bluesaga is on a distinguished road
Default

I may be wrong, but i believe you do not need the & before the function name. As PHP since PHP 5 does class/function referencing by default, and seen as though this is PHP 5 OOP, its not needed.

Disclaimer: I've never really understood this ampersand crap in the past, so don't quote me on anything! :D But I'm 90% sure its just for making a reference when refering to a variable/class/function instead of cloning it.
__________________
Halo 3 Cheats
bluesaga is offline  
Reply With Quote