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.
/docs フォルダーに wordpress ブログがあり、ブログのヘッダー ページに zend セッション データを表示したいと考えています。wordpressヘッダーファイルでzendセッションを特定したいのですが、どうすればいいですか?
Zend_SessionWordPressのheader.phpファイルのコードを使用することは可能ですか?例えば:
Zend_Session
require_once $ZendFolder.'/Loader/Autoloader.php'; Zend_Loader_Autoloader::getInstance(); Zend_Session::start();