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