- Messages
- 5,257
- Reaction score
- 97
- Points
- 48
I suck at namespaces.
I'm trying to introduce namespaces into my framework (https://github.com/callumacrae/lynx-framework/), but I kinda suck at it and am getting a random error I can't get rid of:
Minimalisied code of what I'm trying to do here: https://gist.github.com/845473
Anyone got any idea? Thanks
~Callum
I'm trying to introduce namespaces into my framework (https://github.com/callumacrae/lynx-framework/), but I kinda suck at it and am getting a random error I can't get rid of:
Fatal error: Call to a member function login() on a non-object in /Applications/XAMPP/xamppfiles/htdocs/lynx-framework/lynx/apps/controllers/home.php on line 18
Minimalisied code of what I'm trying to do here: https://gist.github.com/845473
Anyone got any idea? Thanks
~Callum