MySQLiPreparedStatement Class Reference

Inheritance diagram for MySQLiPreparedStatement:

PreparedStatementCommon PreparedStatement

List of all members.

Protected Member Functions

 escape ($str)
 Quotes string using native MySQL function.


Detailed Description

Definition at line 32 of file MySQLiPreparedStatement.php.


Member Function Documentation

MySQLiPreparedStatement::escape ( str  )  [protected]

Quotes string using native MySQL function.

Parameters:
string $str
Returns:
string

Reimplemented from PreparedStatementCommon.

Definition at line 38 of file MySQLiPreparedStatement.php.

References PreparedStatementCommon::getConnection(), and PreparedStatementCommon::getResource().

00039     {
00040         return mysqli_real_escape_string($this->getConnection()->getResource(), $str);
00041     }


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