Date: 01/26/00
- Next message: Kevin Beckford: "Re: [PHPLIB] newbie"
- Previous message: Kevin Beckford: "Re: [PHPLIB] newbie"
- In reply to: Jan Johansson: "Re: [PHPLIB] gc_probability"
- Next in thread: Rodrigo Miranda: "Re: [PHPLIB] gc_probability"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Jan Johansson wrote:
> Question tho. In session.inc the gc_prob et. al are redefined, which has
> priority local.inc or session.inc? as in, should i comment out the values
> in session.inc if i have a local.inc with properly defined classes?
session.inc defines Session. local.inc defines Example_Session,
which is an extension of Session. You are never using Session,
but always your own extension of session. That is, the values
in Session are being used, unless your extension of Session
takes care to define different values.
Kristian
-- Kristian Koehntopp, Knooper Weg 46, 24103 Kiel, +49 171 2231 811 "<rhoenie> Mozilla/3.01 (X11; I; SINIX-Z 5.42 386/AT) <rhoenie> *hohoho* .. da waren sogar mal richtige maenner auf meinen www +server :-)" -- #linux.de, 20-Dec-1999- PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>. To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in the body, not the subject, of your message.
- Next message: Kevin Beckford: "Re: [PHPLIB] newbie"
- Previous message: Kevin Beckford: "Re: [PHPLIB] newbie"
- In reply to: Jan Johansson: "Re: [PHPLIB] gc_probability"
- Next in thread: Rodrigo Miranda: "Re: [PHPLIB] gc_probability"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

