I have a controller user with a method login
For some reason, when I call:
$this->post
I get an error Undefined property: User::$post
While, this works fine:
print_r($_POST);
|
I have a controller For some reason, when I call:
I get an error While, this works fine:
|
|||
|
|
|
You should be using:
|
|||
|
|