[Phplib-users] Next auth issue, php variable scope issue
Brought to you by:
nhruby,
richardarcher
From: Rob H. <rob...@ws...> - 2002-10-13 17:45:08
|
This does not seem to be an auth issue per say, but maybe Gian or someone can help. Here is my app structure index.php (wrapper page) -> instantiates sitePage (Object that does the work) sitePage has several functions that are called to process a template. If I put the page_open inside one of those functions, then the sess, auth, etc variables never show up in $GLOBALS. If I move the page_open to index.php, then I get them in $GLOBALS correctly. BTW. THANKS MUCH TO GIAN AND SEVERAL OTHERS THAT HAVE HELPED TREMENDOUSLY IN FIGURING THIS OUT!!!!!!! Rob Hutton Web Safe www.wsafe.com ********************************************************************** Introducing Symantec Client Security - Integrated Anti-Virus, Firewall, and Intrusion Detection for the Client. Learn more: http://enterprisesecurity.symantec.com/symes238.cfm?JID=2&PID=11624271 View our Symantec Client Security Demo: http://enterprisesecurity.symantec.com/symes238.cfm?JID=3&PID=11624271 Download the Symantec Client Security Fact Sheet: http://enterprisesecurity.symantec.com/symes238.cfm?JID=4&PID=11624271 Download the Symantec Client Security Brochure: http://enterprisesecurity.symantec.com/symes238.cfm?JID=5&PID=11624271 |