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();