12-17-2008, 09:33 PM
|
#3 (permalink)
|
|
The Visitor
Join Date: Dec 2008
Posts: 2
Thanks: 1
|
ok -- that could work...
my question is where would i put the code below?
Code:
Registry::set('careers_core', new careersCore('site.php'));
I really want to be able to instantiate the class ONCE when a person visits the site, and then have it globally accessible to me without having to instantiate it on every controller. (The class is a Singleton)
thanks for the help from across the pond!
kasey
|
|
|
|