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

