We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4ba81 commit 51ce7fbCopy full SHA for 51ce7fb
application/libraries/REST_Controller.php
@@ -30,6 +30,11 @@ class REST_Controller extends CI_Controller {
30
public function __construct()
31
{
32
parent::__construct();
33
+
34
+ // init objects
35
+ $this->request = new stdClass();
36
+ $this->response = new stdClass();
37
+ $this->rest = new stdClass();
38
39
// Lets grab the config and get ready to party
40
$this->load->config('rest');
0 commit comments