Posts: 2
Threads: 2
Joined: Feb 2017
Reputation:
0
I trying many things to do form validation but it still not working and also documentation is not proper or correct,
can you please give a proper example with a code.
otherwise i thing i am wasting my times
Posts: 480
Threads: 18
Joined: Oct 2014
Reputation:
21
We can't really help you if you don't explain what your problem is. What's not working? Can you post some of your code? I assure you it's working and you're probably using it incorrectly.
Codeigniter is simply one of the tools you need to learn to be a successful developer. Always add more tools to your coding arsenal!
Posts: 184
Threads: 30
Joined: Jan 2016
Reputation:
6
04-19-2017, 09:20 AM
(This post was last modified: 04-19-2017, 09:22 AM by donpwinston.
Edit Reason: screwed up
)
helper('form');
$validator = new \CodeIgniter\Form\Validator();
I get a class not found error for Validator. I take it this is not the way to do it but the docs do it this way.
Simpler is always better