![]() |
Form Validation external from CI - 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: Form Validation external from CI (/showthread.php?tid=20544) |
Form Validation external from CI - El Forum - 07-14-2009 [eluser]Matthew Lanham[/eluser] I remember ages ago seeing in the WIKI an article regarding using codeigniter libraries and helpers outside of Codeigniter, i want to use the form validation library on an application that doesn't use CI, can anyone: a) point me to that article (i've searched and searched) b) tell me if its possible Cheers Form Validation external from CI - El Forum - 07-14-2009 [eluser]TheFuzzy0ne[/eluser] I can't see why if shouldn't be possible with a little tweaking. What happens when you try to include the the validation library, instantiate it, and then use it? So long as all of it's dependencies are met, I can't see why there should be any problems. |