Guest User

Untitled

a guest
Jul 11th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. class BulkUpload extends MY_Controller
  2. {
  3.  
  4. function BulkUpload()
  5. {
  6. parent::My_Controller();
  7.  
  8. echo "teeeeeeest";
  9. }
  10.  
  11. function index()
  12. {
  13.  
  14. $this->load->view('/home/index', $vars);
  15. $this->load->view('/bulkupload/index');
  16. }
  17.  
  18.  
  19. }
Add Comment
Please, Sign In to add comment