Forum: Advanced PHP Programming
12-17-2008, 09:33 PM
|
|
Replies: 16
Views: 970
ok -- that could work...
my question is where...
ok -- that could work...
my question is where would i put the code below?
Registry::set('careers_core', new careersCore('site.php'));
I really want to be able to instantiate the class ONCE when...
|
Forum: Advanced PHP Programming
12-17-2008, 08:43 PM
|
|
Replies: 16
Views: 970
application-wide object
quick question -- i have a couple of core classes that "run" my application that i'd love to have persist over the entire application so that i can easily use it throughout the application without...
|