Build a Drupal style hook system using PHP reflection

Events happening in the community are now at Drupal community events on www.drupal.org.
carlmcdade's picture

The Movico module is a scaffold for building Drupal modules in OOP and MVC. One requirement of the project is a hooking system, similar to Drupals, that uses OOP. The following is how I plan to build such a system using the PHP 5 reflection API.

read more