Question about forms native rules that are available to use |
You could extend the form library and then replace the native rules you want to change, but it would be easier to just create your own validation rules, which doesn't require extending the library. See this section in the documentation. I think it's what you need.
http://www.codeigniter.com/userguide3/li...on-methods
Hey, don't work without a PHP debugger. Several free IDEs have this features built in. Two are NetBeans and CodeLobster. Without a debugger, it's like you're driving with a blindfold on -- you are going to crash!
|
Messages In This Thread |
Question about forms native rules that are available to use - by Mel9pr - 04-01-2015, 08:08 PM
RE: Question about forms native rules that are available to use - by RobertSF - 04-01-2015, 11:58 PM
RE: Question about forms native rules that are available to use - by Mel9pr - 04-02-2015, 07:39 AM
RE: Question about forms native rules that are available to use - by gadelat - 04-02-2015, 01:12 PM
RE: Question about forms native rules that are available to use - by RobertSF - 04-02-2015, 04:20 PM
RE: Question about forms native rules that are available to use - by madaan_tushar - 05-26-2015, 02:42 AM
|