Welcome Guest, Not a member yet? Register   Sign In
Controller Example
#1

Its always good idea to use "BASEPATH" to see if file is been loaded directly. Also, comment "}" class/functoin endings. This is especially useful if you have maby lines of code. Use "EOF" (End-Of-File) with file path at the end of your file, to endicate that the file has ended.

Source Code:
Code:
<?php defined('BASEPATH') OR exit('Access Denied');

class Welcome extends CI_Controller {

  public function index() {
    $this->load->view('welcome');
  } #index

} #class

#EOF: ./application/controllers/Welcome.php
Angel
Reply
#2

Or you can scroll down and see that the file has ended Wink
Reply




Theme © iAndrew 2016 - Forum software by © MyBB