Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2. class Pages extends CI_Controller {
  3.  
  4.     public function view($page = 'home')
  5.     {
  6.  
  7.     }
  8. }