Are you a regular stikked user? Signup so you can keep track of your pastes!
  1. <?php
  2.  
  3. class Something extends Controller {
  4.  
  5.         function Something()
  6.         {
  7.                 parent::Controller();  
  8.         }
  9.        
  10.         function index()
  11.         {
  12.                 $this->load->view('some_message');
  13.         }
  14. }

Reply to "something view"

Here you can reply to the paste above

Create a snipurl

Make Private

Feeling clever? Set some advanced options.