Skip to content

krishnabhat81/Codeigniter-HMVC-form-validation-callback-not-working

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Codeigniter-HMVC-form-validation-callback-not-working

NOTE:

  1. Create new library file into application/library/ folder named "MY_Form_validation.php".
  2. Just load this library into your controller (Here i used Test_Controller.php) as below: $this->load->library(array('my_form_validation'));//load my library here $this->form_validation->run($this);//immidiatly follwoed by this line...

ENJOY...

About

CI HMVC form validation callback function not called.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages