function __construct($attrs) { parent::__construct($attrs); // get external server type $this->extServerType = $this->CI->model('custom/ExtIntegrationConfigVerb')->getExtServerType(); // set up Ajax handler $this->setAjaxHandlers(array('get_sr_list_ajax_endpoint' => array('method' => 'handleGetSRListAjaxEndpoint', 'clickstream' => 'custom_action'))); }
function __construct($attrs) { parent::__construct($attrs); }