Added some class="" to pagelist code
[specialops2.git] / lib / class.so2mysqli.php
blobb3fdb5f08e057ee6f31a84145aa27934fab7472d
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).'"';
19 /**
20 * Only used in class.debugmysqli, defined here to prevent users seeing fatal errors
22 public function debugnext()
24 return null;