in reply to Re: Class Questions, OOP, and mod_perl -- HELP
in thread Class Questions, OOP, and mod_perl -- HELP
So i instantiate a new user, who contains various methods, variables, and refs to their particular get/post and session data$r = apache registry; $user = new myPackage::User(\$r); $page = new myPackage::Page(\$user) $r->send_headers() $r->print( $page->getContent )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Class Questions, OOP, and mod_perl -- HELP
by perrin (Chancellor) on Apr 29, 2004 at 17:39 UTC | |
by nmerriweather (Friar) on Apr 29, 2004 at 18:01 UTC |