Welcome Guest, Not a member yet? Register   Sign In
Codeigniter CRUD app error: trying to get property of non-object
#4

If you read the documentation it shows the example like below:

PHP Code:
if ($this->form_validation->run() == FALSE)
{
 
   // Above condition is TRUE
}
else
{
 
   // Above condition is FALSE

What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Codeigniter CRUD app error: trying to get property of non-object - by InsiteFX - 08-24-2017, 03:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB