Beispiel #1
0
 public function __construct($controller, $action)
 {
     // Load core controller functions
     parent::__construct($controller, $action);
     // Load models
     $this->model = new ItemModel();
 }
Beispiel #2
0
 public function __construct($controller, $action)
 {
     // Load core controller functions
     parent::__construct($controller, $action);
 }