* @see https://codeigniter.com/user_guide/general/urls.html */ /** * [__construct description] * * @method __construct */ public function __construct() { // Load the constructer from MY_Controller parent::__construct(); } /** * [index description] * * @method index * * @return [type] [description] */ public function index() { // $this->load->view('welcome_message'); } }