Guest User

Untitled

a guest
Jul 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php defined('SYSPATH') or die('No direct script access.');
  2.  
  3. class Controller_Hello extends Controller {
  4.  
  5. public function action_index()
  6. {
  7. $this->response->body('hello world');
  8. }
  9.  
  10. }
Add Comment
Please, Sign In to add comment