History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: ZF-413
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Rob Allen
Reporter: Rob Allen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Allow loading of multiple sections

Created: 03/Oct/06 04:03 PM   Updated: 05/Jul/07 02:43 PM
Component/s: Zend_Config
Affects Version/s: 0.1.5
Fix Version/s: 0.2.0

Time Tracking:
Not Specified

Issue Links:
Dependency
 

Tags:
Participants: Rob Allen


 Description  « Hide
Allow adapters to load multiple sections.

The section specification parameter in the constructor to be mixed:

  1. string - Names a single section to be loaded (currently supported)
  2. array - Array of strings, which are the names of multiple sections to be loaded
  3. null - Indicates that all sections should be loaded

When multiple sections are loaded, first level properties would correspond with section names (e.g., $config->sectionName). When a single section is loaded, then the first level properties will be the first level of the data space of that section ($config->key1).



 All   Comments   Work Log   Change History   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Rob Allen - 18/Oct/06 05:11 PM
Resolved in Subversion changeset 1283