I need to have a sitewide sidebar which will contain 5 latest comments to articles.
Should I use elements with requestAction + cache in default layout or it can be achieved in more simple way?
I use CakePHP 2.2.1.
I need to have a sitewide sidebar which will contain 5 latest comments to
Share
There’s no need to use requestAction, simply put your code in your
AppController‘sbeforeFiltermethod, then put your sidebar in your layout.