You've already forked codeigniter_test
first commit
This commit is contained in:
13
application/controllers/index.php
Normal file
13
application/controllers/index.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
class Index extends CI_Controller{
|
||||
|
||||
function __Construct()
|
||||
{
|
||||
parent ::__construct();
|
||||
}
|
||||
|
||||
function index()
|
||||
{
|
||||
$this->load->view('index');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user