Issue with form validation |
(09-27-2018, 12:47 AM)happyape Wrote: Here is my code - Validation works fine for me: Some Controller: PHP Code: $validation = $this->validate(Array rules, Array messages); withInput method from CodeIgniter Core: PHP Code: public function withInput() Register View: PHP Code: <?php echo service('validation')->listErrors() ?> If you want access to validator from some controller you can do it: ![]() |
Welcome Guest, Not a member yet? Register Sign In |