Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <?php
  2. // This is a random admin controller!
  3.  
  4. /**
  5. * The __load() magic method is run each time this particular controller is used to process the request.
  6. **/
  7. public function __load(){
  8. // Load up the default admin controller
  9. $this->zajlib->load->controller('admin/default.ctl.php');
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement