Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要有一个站点范围的侧边栏,其中包含 5 条对文章的最新评论。我应该在默认布局中使用带有 requestAction + 缓存的元素还是可以以更简单的方式实现?我使用 CakePHP 2.2.1。
无需使用 requestAction,只需将代码放入AppController'sbeforeFilter方法中,然后将侧边栏放入布局中。
AppController
beforeFilter