Re: [PHP] php sessions and classes

2001-03-26 Thread Chris Lee
yes this will work, are you passing the class as a session ? remember to declare the class BEFORE you call session_start() ie. do not have session_start before the class declaration. how do you like postgres? what version? speed/reliability/stability ? In some benchmarks I did I found postg

[PHP] php sessions and classes

2001-03-26 Thread Steve Brett
hi, i'm busily rewriting an exisitng calendar system that is in use at work. we're using UML as a design tool and hope to have an OO version of the system we have at the minute that wil 'fit in' with future devs. our system at the moment makes heavy use of postgresql and i am hoping to populate