akeeba / fof

Rapid Application Development framework for Joomla!™ 3 and 4
0 stars 0 forks source link

Refactor Controller to deal with cache #565

Closed tampe125 closed 9 years ago

tampe125 commented 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.