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+cacheを使用する要素を使用する必要がありますか、それとももっと簡単な方法で実現できますか?私はCakePHP2.2.1を使用しています。
requestActionを使用する必要はありません。コードをAppControllerのbeforeFilterメソッドに配置してから、サイドバーをレイアウトに配置するだけです。
AppController
beforeFilter