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

Load library: library method not adding library objects to controller super-object. #30

Closed zanbaldwin closed 12 years ago

zanbaldwin commented 12 years ago

The objects returned by the load_class() method are not getting added the the controller super-object, so therefore cannot be accessed in the controllers by $this. FIX THIS NOW.

zanbaldwin commented 12 years ago

Fixed. Was calling the global getInstance() before the getInstance() method on the controller object in the initialisation script.