Re: [PHP-DEV] PDO API (was: pdo: binding variables supplied to execute() is NotVeryUseful(tm)...)

2005-04-27 Thread Derick Rethans
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

Re: [PHP-DEV] PDO API

2005-04-27 Thread Lukas Smith
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

Re: [PHP-DEV] PDO API (was: pdo: binding variables supplied to execute() is NotVeryUseful(tm)...)

2005-04-25 Thread Wez Furlong
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

Re: [PHP-DEV] PDO API (was: pdo: binding variables supplied to execute() is NotVeryUseful(tm)...)

2005-04-25 Thread Lukas Smith
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