![]() |
Validation - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Validation (/showthread.php?tid=3785) Pages:
1
2
|
Validation - El Forum - 10-24-2007 [eluser]xwero[/eluser] Oh it actually works, extending the rules ![]() There are some manipulated validation classes on the forum but then it's more difficult to update CI so i think extending classes is a good method. To futureproof this you should make a language file and include it in the class so that the CI validation class and it's dependend files are untouched. Validation - El Forum - 10-24-2007 [eluser]schnoodles[/eluser] Yes i was thinking about building something for this. The only problem i see is what happens when new rules are downloaded. You dont want to overwrite MY_Validation, instead you want to have some form or repos where you can just drop the new rule into. I might think about this tonight and build one and then post it on here ![]() |