Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. class MY_Controller extends MX_Controller{
  2. public function __construct__(){
  3. $this->load->library('form_validation');
  4. $this->form_validation->CI =& $this;
  5. $this->load->library('Extended_Grocery_CRUD');
  6. // resolve HMVC set rule callback problem
  7. $crud->form_validation = $this->form_validation;
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement