hi
i have a class
in the first line of classe i used of:
class cpg1410_xek {
public $GLOBALS = array();
when i run the code it showes this error:
parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/qazvin/public_html/test.php on line 9
line 9 is: public $GLOBALS = array();
when i comment this line it does not show error but i need to this line: public $GLOBALS = array();
any one can help me?
thanks