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.
Cakephp は初めてです... ユーザー追加フォーム (add.ctp) があり、このフォームをデフォルトのレイアウト (default.ctp) で表示したいと考えています。
Elements はあなたが探しているものではありませんか?
http://book.cakephp.org/2.0/en/views.html#elements
デフォルトのレイアウトには、次の行があるはずです。
print $this->fetch('content');
この行がある場合、cake は URL とルーティングに基づいて必要なビューを自動的に含めます。