Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Added separator to model in renderPartial function #5080

Closed
wants to merge 3 commits into from
Closed

Added separator to model in renderPartial function #5080

wants to merge 3 commits into from

Commits on Sep 5, 2013

  1. Configuration menu
    Copy the full SHA
    f15bc6d View commit details
    Browse the repository at this point in the history
  2. Change to ModuleManager to accept null modules

    Changed ModuleManager so I can use statements in application.config.php file like:
    
    return array(
    	'Application',
    	$env=='dev' ? 'ZendDeveloperTools' : null
    )
    
    Null modules are silently ignored.
    serpent7776 committed Sep 5, 2013
    Configuration menu
    Copy the full SHA
    ed00177 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2013

  1. Added unit tests

    Changed source to conform to Zend coding standards
    serpent7776 committed Sep 6, 2013
    Configuration menu
    Copy the full SHA
    02c9120 View commit details
    Browse the repository at this point in the history