Welcome Guest, Not a member yet? Register   Sign In
Parameter Support for simple_query Function
#1

Support of parameters in queries is natural way of executing queries.

And adding parameter support to simple_query requires only single line of code:

Code:
if ( $binds ) $sql = $this->compile_binds($sql, $binds);

and get
Code:
$bind=false
in variables. i don't think that; this will be a performance issue.
I'm a person from Turkiye. I don't know English very well and i can't write what i want to say sometimes (as now happenes  Blush ).

If i write something by mistake; please don't distress it and try to understand what i want to write.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB