LanMan

contr_err

Jun 15th, 2014
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php
  2. class News extends CI_Controller
  3. {    function index()
  4.     {
  5.         $this->load->view('rnews');
  6.     }
  7.    
  8.     function comments()
  9.     {
  10.         echo "read this, bitch!!";
  11.     }
  12. }
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment