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

zend-view 2.7.0

Choose a tag to compare

@weierophinney weierophinney released this 12 May 14:27
· 468 commits to master since this release

Added

  • #1 adds a new loop() method to the partialLoop() 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.