Re: $this->propertyValues['is_active'] shouldn't that be rather an overridable method?
Lukas Kahwe Smith <[email protected]> Mon, 29 Aug 2005 23:44:47 +0200
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
Georg Gell wrote: >>well they are not documented because they are configurable .. however >>some optional parameters have special meaning like is_active and lastlogin. > > > I agree there is no need for 'normal' properties to have a getter > method, but I think that for lastlogin and is_active, there should be an > overridable method. I tried a grep for propertyValues, and I think only > common.php would need to be changed in 3 places for the auth containers. > But it's your baby, so if you disagree i will just override the whole > login method. i would like to keep things as is, since its just relevant to "internal" classes. btw: i have done the is_readable() change in my local copy and will test it a bit. regards, Lukas