View Single Post
Old 12-17-2008, 09:33 PM   #3 (permalink)
robocop
The Visitor
 
robocop's Avatar
 
Join Date: Dec 2008
Posts: 2
Thanks: 1
robocop is on a distinguished road
Default

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
robocop is offline  
Reply With Quote