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

zend-view 2.8.0

Choose a tag to compare

@weierophinney weierophinney released this 21 Jun 21:01
· 442 commits to master since this release

Added

  • #67 adds a script, templatemap_generator.php, which is available in vendor/bin/templatemap_generator.php once installed. This script replaces the original present in the zendframework/zendframework package, and simplifies it for the most common use case. Usage is:

    $ cd module/ModuleName/config
    $ ../../../vendor/bin/templatemap_generator.php ../view > template_map.config.php

    You can also provide a list of files via globbing or usage of find after the initial directory argument; if provided that list of files will be used to generate the map. (The directory argument is then used to strip the path information when generating the template name.)

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.