Date: 01/21/01
- Next message: A.C.N.S. Information and News: "Re: [phplib] PHPLib and PHP4 sessions"
- Previous message: A.C.N.S. Information and News: "Re: [phplib] PHPLib and PHP4 sessions"
- In reply to: A.C.N.S. Information and News: "Re: [phplib] PHPLib and PHP4 sessions"
- Next in thread: A.C.N.S. Information and News: "Re: [phplib] PHPLib and PHP4 sessions"
- Reply: A.C.N.S. Information and News: "Re: [phplib] PHPLib and PHP4 sessions"
- Reply: abdel: "[phplib] cgi php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: A.C.N.S. Information and News: "Re: [phplib] PHPLib and PHP4 sessions"
- Previous message: A.C.N.S. Information and News: "Re: [phplib] PHPLib and PHP4 sessions"
- In reply to: A.C.N.S. Information and News: "Re: [phplib] PHPLib and PHP4 sessions"
- Next in thread: A.C.N.S. Information and News: "Re: [phplib] PHPLib and PHP4 sessions"
- Reply: A.C.N.S. Information and News: "Re: [phplib] PHPLib and PHP4 sessions"
- Reply: abdel: "[phplib] cgi php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

