Re: [phplib] PHPLib and PHP4 sessions From: nathan r. hruby (nhruby <email protected>)
Date: 01/21/01

A.C.N.S. Information and News wrote:

> 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?
>
>

Wait a sec.. You're trying to emulate php4 sessions with phplib? Why?
Use one or use the other.
-n

-- 
........
nathan hruby
Webmaster: UGA Department of Drama and Theatre
Project Maintainer: phpSlash, Carousel
nhruby <email protected>
........

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