ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:userguide:learn_bind:bind_vars

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
v5:userguide:learn_bind:bind_vars [2016/03/23 01:54] mnewnhamv5:userguide:learn_bind:bind_vars [2016/03/23 02:04] (current) mnewnham
Line 28: Line 28:
  
 Note that the number of variable in the ''$bindVars'' array must match the bind placeholders (?) Note that the number of variable in the ''$bindVars'' array must match the bind placeholders (?)
 +
 +
 +If an ADOdb method does support binding, the syntax definition in the documentation will appear similar to this:
 +
 +<WRAP box 350px>
 +== Syntax ==   
 +  mixed someMethod
 +  (
 +           string $sqlStatement,
 +   optional mixed $bindVars
 +  )
 +</WRAP>
 + 
  
  
v5/userguide/learn_bind/bind_vars.1458694447.txt.gz · Last modified: (external edit)