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.
私はzendフレームワークに取り組んでいます。詳細ページにポップアップを追加していますが、レイアウトが表示されます。レイアウトを表示したくありません。レイアウトを無効にしてみました。しかし、それは機能していません。
Zend_Layout::getMvcInstance()->disableLayout()
これは、ほとんどどこでも使用できる最も簡単な方法です。
$this->_helper->layout()->disableLayout();
これを行うと、レイアウトが無効になり、常に機能します。そうでない場合は、ここにコードを投稿してください。
私の悪い英語でごめんなさい!