我正在尝试使用 Zend 框架设置应用程序,但我遇到的问题是,一旦我application.ini
在由 zend 工具创建的默认主页中添加以下行,就会引发致命错误
致命错误:在 C:\xampp\php\PEAR\Zend\Db\Adapter\Abstract.php:295 中包含消息“配置数组必须具有用于登录凭据的“密码”的密钥”的未捕获异常“Zend_Db_Adapter_Exception”:295 堆栈跟踪:# 0 C:\xampp\php\PEAR\Zend\Db\Adapter\Abstract.php(183): Zend_Db_Adapter_Abstract->_checkRequiredOptions(Array) #1 C:\xampp\php\PEAR\Zend\Db.php(270): Zend_Db_Adapter_Abstract->__construct(Array) #2 C:\xampp\php\PEAR\Zend\Application\Resource\Db.php(142): Zend_Db::factory('PDO_MYSQL', Array) #3 C:\xampp\php \PEAR\Zend\Application\Resource\Db.php(154): Zend_Application_Resource_Db->getDbAdapter() #4 C:\xampp\php\PEAR\Zend\Application\Bootstrap\BootstrapAbstract.php(683): Zend_Application_Resource_Db->init () #5 C:\xampp\php\PEAR\Zend\Application\Bootstrap\BootstrapAbstract.php(626): Zend_Application_Bootstrap_BootstrapAbstract->_executeResource('db')
6 C:\xampp\php\PEAR\Zend\Application\Bootstrap\BootstrapAbstract.php(586):
Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap(NULL) #7 C:\xampp\php\PEAR\Zend\Ap 在 C:\xampp\php\PEAR\Zend\Db\Adapter\Abstract.php 第 295 行
resources.db.adapter = PDO_MYSQL
resources.db.params.host = localhost
resources.db.params.dbname = codenamesnm
我在 Windows 7 上使用 xampp 知道有什么问题吗