Welcome Guest, Not a member yet? Register   Sign In
something small, but i don't understand
#3

[eluser]PhilTem[/eluser]
The problem is, as your PHP interpreter tells you, in

Code:
Message: Undefined property: Data_user::$form__validation

Now have a close look at the line that causes the problem
Code:
$this->form__validation->set_message(‘required’,‘data masukan tidak sesuai’);

and tell me what the main difference between this line and the latter is

Code:
$this->form_validation->set_message(‘required’,‘data masukan tidak sesuai’);


Messages In This Thread
something small, but i don't understand - by El Forum - 07-27-2012, 03:04 AM
something small, but i don't understand - by El Forum - 07-27-2012, 05:19 AM
something small, but i don't understand - by El Forum - 07-27-2012, 06:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB