Example #1
0
 function __construct()
 {
     parent::__construct();
     $this->default_format = 'application/json';
     $this->supported_formats = array('json' => 'application/json', 'html' => 'text/html');
     $this->load->model('widget_v1_model', '', true);
 }
 public function __construct()
 {
     parent::__construct();
 }