On Mon, 25 Apr 2005, Wez Furlong wrote:
> On 4/25/05, Lukas Smith <[EMAIL PROTECTED]> wrote:
> > I also noticed that bindParam() and bindColumn() are 1-indexed, which
> > will raise inconviniences with people using arrays for example to stored
> > the numeric indexes
>
> Passing an array with num
Wez Furlong wrote:
How about sitting down together at php|tropics
Sure.
and simply going through each of the methods one by one.
Looking at what kind of methods names we currently are using for the
same or similar things in any of the current projects on php.net and
make any adjustments then?
Ma
On 4/25/05, Lukas Smith <[EMAIL PROTECTED]> wrote:
> I also noticed that bindParam() and bindColumn() are 1-indexed, which
> will raise inconviniences with people using arrays for example to stored
> the numeric indexes
Passing an array with numeric indices to execute() expects 0 based
indices, to
Lukas Smith wrote:
Wez Furlong wrote:
Yep, will do.
I dont want to pretend that this change should open the flood gates for
radical changes. However there are still a few minor points beyond the
bindParam() that may need minor adjustments. Some of them can be added
later of course ..
I also not