Thread: Re: [Phplib-users] objects in session variables
Brought to you by:
nhruby,
richardarcher
From: Layne W. <la...@of...> - 2001-12-07 18:01:39
|
> i have a feeling that one can't store objects in session variables, > however i am unable to confirm this. The documentation is not online > (does anyone have a copy of the old one which they can send to me?) > anymore, so i can't look it up. There's a copy of the documentation in SGML in CVS and in HTML in the releases (e.g. phplib-7.2d/doc/). What is stored in session the object name and class name (this is why the PHPLib classes all have $classname) that will be re-created on subsequent pages. Layne Weathers Ifworld Inc. |
From: Mike G. <Mik...@sa...> - 2001-12-29 03:02:51
|
There was a remark on December 4, 2001, in the thread "PHPLib vs other libraries?" that the template class had been migrated to or included in PEAR. I'm presently using the version of template from PHPLib -- the most recent one, I believe (Id: template.inc,v 1.8 2001/08/10 04:57:30 richardarcher Exp). But I thought it might be wise to be tied into the one that is going to be maintained going forward. So I went to http://pear.php.net -- but could not find how to access the template class if it is there, or anything about how to use it. Any pointers? TIA! |
From: nathan r. h. <na...@ds...> - 2001-12-29 18:38:53
|
On Fri, 28 Dec 2001, Mike Green wrote: > There was a remark on December 4, 2001, in the thread "PHPLib vs other > libraries?" that the template class had been migrated to or included in PEAR. > > I'm presently using the version of template from PHPLib -- the most recent > one, I believe (Id: template.inc,v 1.8 2001/08/10 04:57:30 richardarcher > Exp). But I thought it might be wise to be tied into the one that is going to > be maintained going forward. So I went to http://pear.php.net -- but could > not find how to access the template class if it is there, or anything about > how to use it. > I belive that's the most current phplib template class. phplib *is not* part of PEAR so looking at cvs.php.net or pear.php.net would be less than helpful. All phplib stuff currently lives at http://sf.net/projects/phplib/ Working on a new test release right now, should hopefully be out by the end of the day. -n -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- nathan hruby / digital statement na...@ds... http://www.dstatement.com/ Public GPG key can be found at: http://www.dstatement.com/nathan-gpg-key.txt ED54 9A5E 132D BD01 9103 EEF3 E1B9 4738 EC90 801B -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
From: S. <bj...@ba...> - 2001-12-29 18:48:18
|
* nathan r. hruby wrote: > On Fri, 28 Dec 2001, Mike Green wrote: > > be maintained going forward. So I went to http://pear.php.net -- but could > > not find how to access the template class if it is there, or anything about > > how to use it. Currently, there's no web access for PEAR classes. You have to check them out via CVS or look into the PHP distribution. I and Martin Jansen converted PHPLIB Template class (latest from Richard Archer) into PEAR style. It is available in the PEAR repository. Perhaps I'll find the time to convert PHPLIB's Auth into PEAR style ... -- Sichere PHP Applikationen / Notfall-Consulting mit der PHP Feuerwehr / Code inspection / Code rehearsal / API Checkup. mailto:te...@th... |
From: nathan r. h. <na...@ds...> - 2001-12-29 19:02:31
|
On Sat, 29 Dec 2001, [iso-8859-1] Bj=F6rn Schotte wrote: > > Currently, there's no web access for PEAR classes. You have > to check them out via CVS or look into the PHP distribution. > http://cvs.php.net/cvs.php/pear Specficly for what Bjorn is talking about: http://cvs.php.net/cvs.php/pear/Template_PHPLIB Bjorn, are you activly tracking changes from phplib cvs to the pear version? -n --=20 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-= =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- nathan hruby / digital statement na...@ds... http://www.dstatement.com/ Public GPG key can be found at: http://www.dstatement.com/nathan-gpg-key.txt ED54 9A5E 132D BD01 9103 EEF3 E1B9 4738 EC90 801B -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-= =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- |
From: S. <bj...@ba...> - 2001-12-29 20:00:14
|
* nathan r. hruby wrote: > Bjorn, are you activly tracking changes from phplib cvs to the pear > version? From template class: at the moment no. I'm thinking about to track changes from every phplib release concerning changes on the template class. -- Sichere PHP Applikationen / Notfall-Consulting mit der PHP Feuerwehr / Code inspection / Code rehearsal / API Checkup. mailto:te...@th... |