/**
* Finished setting up configuration.
* Initialize a TicketEvolution_Webservice object.
Hi , I am very confused any help will greatly apperciated
On every call i am getting this error.
http://dev11.zambasoft.com/ticket/demo/index.php
*/
$tevo = new TicketEvolution_Webservice($config->params);
/**
* Below here is where all the method-specific stuff is.
*/
$options = array(
'page' => 1,
'per_page' => 10,
);
$results = $tevo->listEvents($options);
Parse error: syntax error, unexpected T_FUNCTION in /home/content/a/a/m/aamirvip/html/DEV11-ZAMBASOFT/ticket/library/TicketEvolution/Webservice/ResultSet/Abstract.php on line 222