Date: 11/07/00
- Next message: Marko Kaening: "[phplib] phplib + apache + ssl"
- Previous message: Juan Jose Gonzalez: "[phplib] Problem with oci8"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hi,
At first I had only phplib, then I added phpSlash, which ecompasses its
own implementation of phplib (phpSlash), then Horde, wich again has its
own implementation of phplib (HordeSession).
Up to now I went into the source and changed all occurences of
'phpSlash' and 'HordeSession' to my name eg 'My_Session'
Could I have done it differently?
Can I write
HordeSession extends My_Session
{
var $cookiename="My_Session";
}
and from then on continue to use seamelessly
page_open(array('sess' => 'HordeSession'));
leaving the source of the Horde, phpSlash packages intact?
Gian
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Marko Kaening: "[phplib] phplib + apache + ssl"
- Previous message: Juan Jose Gonzalez: "[phplib] Problem with oci8"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

