zanbaldwin / eventing

Eventing is a PHP application framework, by Zander Baldwin, based on the HMVC design pattern, licensed under the MIT/X11. This is an unstable, open-source side project.
MIT License
7 stars 0 forks source link

Template Library - Section Names #4

Closed zanbaldwin closed 14 years ago

zanbaldwin commented 14 years ago

TODO: Should be able to specify a name other than the view filename.

zanbaldwin commented 14 years ago

Ability to name sections is completed. Use the array keys to name sections. E_template::create() now only takes one argument - an array of views to create into sections.