class variables
Posted: Mon Apr 17, 2006 4:37 pm
I have this:
and I get this:
Code: Select all
class boaddManageAdverts
{
var $so;
var $lang;
var $langs;
var $cities = $GLOBALS['cities']; //line 13 right here
var $objects = $GLOBALS['objects'];
var $city_areas = $GLOBALS['city_areas'];
var $included = $GLOBALS['included'];
var $counties = $GLOBALS['counties'];
var $stoves = $GLOBALS['stoves'];I dont see it. am I just being blind? I could have sworn this code worked like yesterday...Parse error: parse error, unexpected T_VARIABLE in /var/www/list/class/manageAdverts/class.boaddManageAdverts.php on line 13