Last Updated: February 25, 2016
·
926
· gjerokrsteski

mysqli_stmt::bind_param aliasing violation

I was searching for a class which supports multiple calls to mysqlistmt::bindparam, because I have scenarios where I build huge SQL statements over different functions with variable numbers of parameters. But I didn’t found one. So I have just written up this little piece of code I would like to share with you.

Read more at: http://krsteski.de/php-tricks-und-tipps/wtf-mysqlistmtbindparam-aliasing-violation.html