Advertisement
Guest User

Untitled

a guest
Jul 6th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.     if ($boucle->iterateur !== 'SQL'
  3.     AND $boucle->where[0][1] == "'valeur'") {
  4.         #var_dump($boucle->where);
  5.         $init .= "\n\t\$command['args'] = array(
  6.         ".var_export($boucle->iterateur,true).",
  7.         \$command['where'],
  8.         \$command['args']
  9.     );\n";
  10.         $boucle->iterateur = 'GrepIterator';
  11.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement