D dadada New member Mar 10, 2010 #1 sf: a static function that returns an array cref : a class reference in php i can $v=cref::sf(param); echo $v[0]; but i want to include an index echo cref::sf(param)[0]//doesnt work
sf: a static function that returns an array cref : a class reference in php i can $v=cref::sf(param); echo $v[0]; but i want to include an index echo cref::sf(param)[0]//doesnt work