Getting t_string error after ::

TyceM5

New Member
Ok, sorry for this upcoming rookie question..I was looking for a good user management plugin for cake, and i was recommended Authsome (if someone knows anything better>> plz recommend).Anyway, i'm trying to set it up using the git's readme (very simple) but im running into a problem: t_string error. Code:Parse error: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION in /Applications/XAMPP/xamppfiles/htdocs/trainer/app/controllers/users_controller.php on line 7Code users_controller:\[code\]<?phpclass UsersController extends AppController { var $name = 'Users'; var $scaffold; $guest = Authsome::get(); debug($guest);}?>\[/code\]So, its basic-the-la-basic.. but its driving me nuts! Could anyone plz help me? thx in advance...
 
Back
Top