with code:
$this->username->Visible = FALSE;
$this->password->Visible = FALSE;
it’s ok
but with $this->userlevel->Visible = FALSE it’s not work and show Warning: Creating default object from empty value and
Please help me!
with code:
$this->username->Visible = FALSE;
$this->password->Visible = FALSE;
it’s ok
but with $this->userlevel->Visible = FALSE it’s not work and show Warning: Creating default object from empty value and
Please help me!
I got it…
$this->_userlevel->Visible=FALSE;