Re: [AppDB] CODING_STANDARD

2004-12-24 Thread Jonathan Ernst
By using superglobals we already achieved to have a better security and a better readability. Now we easily know which vars are comming from outside of the script ("parameters") and which vars are used inside the script (this is only true if we don't copy superglobals in local vars which is bad imo

Re: [AppDB] CODING_STANDARD

2004-12-24 Thread Paul van Schayck
Jonathan, On Fri, 24 Dec 2004 10:43:45 +0100, Jonathan Ernst <[EMAIL PROTECTED]> wrote: > This patch sets variable naming convention that should be used in the > appDB code. Why would we change it. I think it just clutters up the source without adding value. PHP is a variable-type decleration les