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

Implement hooks #16

Open zanbaldwin opened 13 years ago

zanbaldwin commented 13 years ago

Although not a requirement yet for any project, hooks are invaluable tools for developers to add functionality to a tailored application without having to hack any of the system code. Potential hooks could be preinit, precontroller, premethod, postcontroller, prepage, postpage, request404, postinit.

zanbaldwin commented 12 years ago

No longer assigned to any milestone, this is a feature request, not a requirement.