This repository was archived by the owner on Jan 31, 2020. It is now read-only.
zend-view 2.7.0
·
468 commits
to master
since this release
Added
- #1 adds a new
loop()method to thepartialLoop()helper, allowing the ability to chain setters with rendering:$this->partialLoop()->setObjectKey('foo')->loop('partial', $data) - #60 adds the ability to register and consume arbitrary callables as view helpers within the
HelperPluginManager.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.