Issue Type: Docs: Problem Created: 2010-11-27T16:10:52.000+0000 Last Updated: 2010-12-06T11:50:59.000+0000 Status: Resolved Fix version(s): - 1.11.2 (30/Dec/10)
Reporter: Marc Hodgins (mjh_ca) Assignee: Marc Hodgins (mjh_ca) Tags: - Zend_Application
Related issues: - ZF-6719
Attachments: - ZF-10752.patch
This page [http://framework.zend.com/manual/en/…] describes that since 1.10 you may pass multiple configuration files by providing array('configs' => array('path1', 'path2')) into the second argument of Zend_Application::__construct().
However, the key implemented is actually 'config' (look at Zend_Application::setOptions() to see this).
Posted by Marc Hodgins (mjh_ca) on 2010-11-27T16:11:56.000+0000
Patch to documentation attached.
Posted by Marc Hodgins (mjh_ca) on 2010-12-06T11:50:57.000+0000
Fixed in r23471, merged to release branch 1.11 in r23472.