This commit is contained in:
Paminger
2016-03-20 12:53:17 +01:00
parent 0c3c47f848
commit 9689fd5a01
137 changed files with 8480 additions and 405 deletions
+3 -4
View File
@@ -14,15 +14,15 @@
// ------------------------------------------------------------------------
defined('BASEPATH') OR exit('No direct script access allowed');
defined('BASEPATH') || exit('No direct script access allowed');
class Person extends API_Controller
class Person extends REST_Controller
{
//public $session;
/**
* Person API constructor.
*/
function __construct()
private function __construct()
{
parent::__construct();
@@ -64,5 +64,4 @@ class Person extends API_Controller
// Set the response and exit
$this->response($payload, $httpstatus);
}
}