MySQLPreparedStatement Class Reference

Inheritance diagram for MySQLPreparedStatement:

PreparedStatementCommon PreparedStatement

List of all members.

Protected Member Functions

 escape ($str)
 Quotes string using native mysql function (mysql_real_escape_string()).


Detailed Description

Definition at line 32 of file MySQLPreparedStatement.php.


Member Function Documentation

MySQLPreparedStatement::escape ( str  )  [protected]

Quotes string using native mysql function (mysql_real_escape_string()).

Parameters:
string $str
Returns:
string

Reimplemented from PreparedStatementCommon.

Definition at line 39 of file MySQLPreparedStatement.php.

00040     {
00041         return mysql_real_escape_string($str, $this->conn->getResource());
00042     }    


The documentation for this class was generated from the following file:

Generated on Wed May 6 23:10:50 2009 for fareofficelib by  doxygen 1.5.8