Subject Re: [firebird-php] Re: Changing default (IBASE_DEFAULT) transaction isolation level
Author masotti
On 13/09/2012 12:45, Jiri Cincura wrote:
> On Thu, Sep 13, 2012 at 12:10 PM, Lester Caine <lester@...
> <mailto:lester%40lsces.co.uk>> wrote:
> > call_user_func_array
>
> Ahh, call_user_func_array. Great idea. Thanks.

if you search for call_user_func_array in the history of this mailing
list, you should peek a post I did some years ago with functions
replacing Delphi style parameters (i.e. nominal like :par1) and an
associative array of values into PHP '?' (i.e. positional) maintaining
correct order and managing duplicate names (i.e. WHERE :name ='S100' or
substring(:name from 1 FOR 2) = 'X2')

http://tech.groups.yahoo.com/group/firebird-php/message/2480

MM