i use cakephp and i am beginner
i use
$this->requestElement()
in
default.ctp
file but i face error.
but when use
$this->element()
my problem solved.
i face question that what is difference between $this->requestElement() and $this->element();
when i use requestElement() and when i use element() ?
thanks for help.
requestElement is outdated/deprecated (was used prior to 1.3).
you should now use element()