[PHP] Base class for objects with get/set w/o overload

2002-04-22 Thread Barry Hoggard
alternative is to have something like get('varname'), set('varname', 'value') in a base class for my object. Is that they way to do this, or can you point me to a better way? I don't wish to manually implement methods for every variable in every class I have. -- Barry Hoggard Tristan Media LLC e

Re: [PHP] form posting to a fake page

2002-04-17 Thread Barry Hoggard
That's the way apache works - it's not specific to PHP. The same happens under mod_perl, for example. Redirects ALWAYS lose any posted information. You have to save the form data a different way, such as in a session variable. -- Barry Hoggard Tristan Media LLC e: [EMAIL PROTECTED] p: 212