refactoring. added default controller. added uri class.
This commit is contained in:
10
application/controllers/home.php
Normal file
10
application/controllers/home.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
class Home_Controller extends Controller {
|
||||
|
||||
public function index()
|
||||
{
|
||||
return View::make('home.index');
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user