Pull to refresh
0
0
birdok@birdok

User

Send message
Кстати во вложенном архиве и в описании замечена ошибка
zf-tutorial/index.php:
...
$dbAdapter = Zend_Db::factory($config->db->adapter,
$config->db->config->asArray());
...

Fatal error: Call to undefined method Zend_Config::asArray() in C:\Apache2.2\htdocs\zf.auth2\index.php on line 26

Рецепт лечения
$config->db->config->asArray()
заменить на
$config->db->config->toArray()

Information

Rating
Does not participate
Registered