Re: [phplib] PHPLib and PHP4 sessions From: A.C.N.S. Information and News (infomail <email protected>)
Date: 01/21/01

OK, got PHPLib installed and recognized on the server. tested good.

Now. The only thing I need to know is how I should do this. I have an idea
that I could create either class' that extend the PHPLib calls using the
PHP4 calls.

example: class session_start extends page_open{ ...};

or create functions.

example: function sesssion_start(){
page_open(array("sess" => "Example_Session"));
);

and so on for the PHP commands. I know it wouldn't be a 100% match but then
I would only have to make minor changes to the script and not global changes
to all pages.

What are your thoughts?

Chuck

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>