Basic layout and login functioning
This commit is contained in:
8
application/classes/Controller/Welcome.php
Normal file
8
application/classes/Controller/Welcome.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
class Controller_Welcome extends Controller_Template {
|
||||
|
||||
public function action_index() {
|
||||
$this->response->body('hello, world!');
|
||||
}
|
||||
} // End Welcome
|
Reference in New Issue
Block a user