Zend Framework 2不讓我使用原始PHP會話。我正在使用Zend Framework 2的公用文件夾中的響應式文件管理器應用程序。只要文件管理器的對話框打開,就會出現以下錯誤。Zend Framework 2的原始PHP會話
Warning: Class __PHP_Incomplete_Class has no unserializer in E:\xampp\htdocs\MantissaAdmin\public\ResponsiveFilemanager\filemanager\config\config.php on line 2
凡第2行,代碼
session_start();
我怎樣才能讓這個Zend框架2不與文件管理器會話干擾。
非常感謝。它在我加載課程時起作用。我要給任何需要更多關於如何自動加載信息的人留下鏈接,這是對你答案的一個解釋。 http://stackoverflow.com/questions/2325884/why-is-unserialize-callback-func-needed-when-spl-autoload-register-is-already-us – EresDev 2014-09-27 06:36:37