Closed tampe125 closed 9 years ago
Currently Controller::display() has the optional argument $urlparams, used to register some params inside Joomla cache. Sadly that method is never invoked with the $urlparams argument. We need to refactor FOF for a better and easier cache handling.
Controller::display()
$urlparams
Currently
Controller::display()
has the optional argument$urlparams
, used to register some params inside Joomla cache. Sadly that method is never invoked with the$urlparams
argument. We need to refactor FOF for a better and easier cache handling.