Re: I'm afraid 0.16.2 is broken (or I am :- ) )
Lukas Kahwe Smith <[email protected]>
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
Tim Daeleman wrote: > I don't have any problem with the changes done to the getProperty. I > will probably have some impact on my code, but that's OK. Does this also > leave out the alias part in the config? > What is the reason for using the aliases anyway? "Obscuring" the > database fields?? no .. it hasnt changed anything in the config array. the purpose of the alias array is to allow people to use different names in their storage layer compared to what LiveUser uses by default. This helps in pulling in legacy data and it also helps to maintain a consistent naming convention inside your storage schema. in some cases the storage schema might be controlled by a dba and not by the developer. regards, Lukas