Re: [PHP-DB] classes and sessions

2001-03-26 Thread Steve Brett
you made perfect sense. thanks a lot. i found the article of php builder that said much the same thing but one of the other guys in our team was adamant and said you have to instantiate the class again. winding back my brain to Uni i understood instantiate to be the bit where the class is creat

RE: [PHP-DB] classes and sessions

2001-03-26 Thread Cal Evans
Yes. You can create your class, instantiate it and store it in the session like any other variable. However. before you issue a Session_start() you MUST have already included the class definition in your page. If you start the session and have not, it will throw an error because it will not k