This repository was archived by the owner on Jan 31, 2020. It is now read-only.
zend-view 2.8.0
·
442 commits
to master
since this release
Added
-
#67 adds a script,
templatemap_generator.php, which is available invendor/bin/templatemap_generator.phponce 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
findafter 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.