Count Error Form Validation Code Igniter
By Admin - Jumat, 27 September 2013
Hello every body see you again,
in this time i will explain how to Count Error Form Validation Code Igniter.
OK straight to the point:
- /system/libraries/Form_validation.php
Change:
protected $_error_array = array();
To Be:
public $_error_array = array(); - Last access this class:
echo count($this->form_validation->_error_array);
FINISH :-)
Follow our blog on Twitter , become a fan on Facebook . Stay updated via RSS
0 komentar for " Count Error Form Validation Code Igniter "