Guest User

Untitled

a guest
Dec 13th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.37 KB | None | 0 0
  1. <?php defined('SYSPATH') or die('No direct script access.');
  2.  
  3. class Controller_Index extends Controller {
  4.  
  5.     public function before()
  6.     {
  7.                
  8.     }
  9.    
  10.     public function action_index()
  11.     {
  12.          
  13.         $this->response->body('Sie haben folgendes zu sagen:'.$this->request->param('id'));
  14.     }
  15.     public function after()
  16.     {
  17.                
  18.     }
  19.    
  20. } // End Inde
Add Comment
Please, Sign In to add comment