* Minor TOS change
[specialops2.git] / lib / class.so2mysqli.php
blobdd0f1508dc8a1ec7f127b35c4cbaf99e550e2493
1 <?php
2 /**
3 * Custom MySQLi extensions for SO2
5 * @author Anthony Parsons (xmpp:ant@specialops.ath.cx)
6 * @license file://../COPYING
7 * @version $Id$
8 */
9 class so2mysqli extends mysqli
11 /**
12 * Returns a safely formatted string.
14 public function string($s)
16 return '"'.$this->escape_string($s).'"';