Welcome Guest, Not a member yet? Register   Sign In
using validation_errors() inside controller?
#4

[eluser]keithics[/eluser]
how about this..

if ($this->form_validation->run() == false)
{
echo validation_errors();


} else
{

}
exit;


Messages In This Thread
using validation_errors() inside controller? - by El Forum - 11-22-2010, 11:54 AM
using validation_errors() inside controller? - by El Forum - 11-22-2010, 04:36 PM
using validation_errors() inside controller? - by El Forum - 11-30-2010, 01:33 PM
using validation_errors() inside controller? - by El Forum - 11-30-2010, 07:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB