Re: [Phpslash-devel] Useful Function Names
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2003-10-20 20:57:55
|
On Mon, Oct 20, 2003 at 02:27:54PM -0400, Mike Gifford wrote: > Hi Joe, > > On Sun, 2003-10-19 at 01:39, Joe Stewart wrote: <snip> > > > I see the code in question. Yes, it needs documenting and rewriting. k > > and v are the key and value. > > Yup.. Also pretty common.. But confusing if you aren't familiar with > the convention. > > In anycase, something else for the todo :) > I had forgotten that is the variable names that the phplib perm class uses. This was written as a patch to it and submitted to phplib for inclusion ( even though nothing has come of it). Also - the practice of setting a variable to '' instead of null probably is a leftover from php3. Kind of a habit because of how much code we already had doing this. Joe |