document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.  
  2. <?php
  3. class User extends CI_Controller
  4. {
  5.           public function add()
  6.           {
  7.                  $this->load->view( ‘user_Add’ ) ;
  8.            }
  9. }
');