function __construct() { parent::__construct(); $this->controller = get_class(); $this->controller = strtolower($this->controller); $this->api_key = 'your_api_key_here'; }
function __construct() { parent::__construct(); $this->controller = get_class(); $this->controller = strtolower($this->controller); }