Count Error Form Validation Code Igniter
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 :-)
0 comments:
You can post comment with english language or indonesia language.
Anda bisa memberikan komentar dalam bahasa inggris atau bahasa indonesia.