XDB::escaped use XDB::formatArray format to format array arguments.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 6 Mar 2010 18:20:41 +0000 (19:20 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 6 Mar 2010 18:20:41 +0000 (19:20 +0100)
commite677bc13379b7ad58b161411ce35ba4a13bc54d3
tree10b945fc1ef2eb7a90b9bc687c64320557254a0c
parentae3effcca10c409aef7a111cc778b9dca10561b9
XDB::escaped use XDB::formatArray format to format array arguments.

What does this mean?
 XDB::format('blah in {?}', $array);
is now the same as previous notation:
 'blah in ' . XDB::formatArray($array);

WARNING: this might breaks some pieces of code where previous
serialisation of arrays was used.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
classes/xdb.php