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