首页上一页 1 下一页尾页 2 条记录 1/1页
《PHP 从入门到精通》第二版 书第20章的 TM\sl\20\ 后面的5-11个例子都报错误
发表在PHP图书答疑
2012-01-06
是否精华
是
否
版块置顶:
是
否
你好,
我是 《PHP 从入门到精通》第二版的读者,现在遇到以下问题请教该如何解决。
[strong]问题一,
[/strong] 案例 TM/sl/11/9
第 233页,封装 session_read
21行里 查找KEY 不就行了么,为什么 要设 session_time> $time呢? 当session_time 到期后,数据不会自动删除么?
[strong]问题二 [/strong],我在运行该书示例 TM/sl/20/5 (第408页) 和 TM/sl/20/6 (第413页) 的时候,都出现如下错误, 请问我该如何解决:
Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (error)' in D:\Program Files\AppServ\www\sl\20\5\library\Zend\Controller\Dispatcher\Standard.php:242 Stack trace: #0 D:\Program Files\AppServ\www\sl\20\5\library\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #1 D:\Program Files\AppServ\www\sl\20\5\library\Zend\Application\Bootstrap\Bootstrap.php(97): Zend_Controller_Front->dispatch() #2 D:\Program Files\AppServ\www\sl\20\5\library\Zend\Application.php(366): Zend_Application_Bootstrap_Bootstrap->run() #3 D:\Program Files\AppServ\www\sl\20\5\public\index.php(8): Zend_Application->run() #4 {main} thrown in D:\Program Files\AppServ\www\sl\20\5\library\Zend\Controller\Dispatcher\Standard.php on line 242
备注:
我运行 第 20章 zendframework 的 1~4例子都没问题。
我已经在library 下放了 zend 类库 ,并且在mysql 里建立了数据库 数据库: db_database20 表 : tb_user
我是 《PHP 从入门到精通》第二版的读者,现在遇到以下问题请教该如何解决。
[strong]问题一,
[/strong] 案例 TM/sl/11/9
第 233页,封装 session_read
21行里 查找KEY 不就行了么,为什么 要设 session_time> $time呢? 当session_time 到期后,数据不会自动删除么?
[strong]问题二 [/strong],我在运行该书示例 TM/sl/20/5 (第408页) 和 TM/sl/20/6 (第413页) 的时候,都出现如下错误, 请问我该如何解决:
Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (error)' in D:\Program Files\AppServ\www\sl\20\5\library\Zend\Controller\Dispatcher\Standard.php:242 Stack trace: #0 D:\Program Files\AppServ\www\sl\20\5\library\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #1 D:\Program Files\AppServ\www\sl\20\5\library\Zend\Application\Bootstrap\Bootstrap.php(97): Zend_Controller_Front->dispatch() #2 D:\Program Files\AppServ\www\sl\20\5\library\Zend\Application.php(366): Zend_Application_Bootstrap_Bootstrap->run() #3 D:\Program Files\AppServ\www\sl\20\5\public\index.php(8): Zend_Application->run() #4 {main} thrown in D:\Program Files\AppServ\www\sl\20\5\library\Zend\Controller\Dispatcher\Standard.php on line 242
备注:
我运行 第 20章 zendframework 的 1~4例子都没问题。
我已经在library 下放了 zend 类库 ,并且在mysql 里建立了数据库 数据库: db_database20 表 : tb_user