| [ Index ] |
|
Code source de LifeType 1.2.4 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 187 lignes (5 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 1 fois |
| Nécessite: | 0 fichiers |
PDbMySQLDriver:: (11 méthodes):
PDbMySQLDriver()
Execute()
Connect()
PConnect()
Close()
ErrorMsg()
Insert_ID()
Affected_Rows()
getDriverDataDictionary()
isFullTextSupported()
getDbCharacterSet()
Classe: PDbMySQLDriver - X-Ref
\ingroup PDb| PDbMySQLDriver() X-Ref |
| Constructor of the driver. Doesn't do much. |
| Execute( $query, $page = -1, $itemsPerPage = 15 ) X-Ref |
| Connect( $host, $username, $password, $dbname = null, $dbcharset = null ) X-Ref |
| PConnect( $host, $username, $password, $dbname = null, $dbcharset = null ) X-Ref |
| Close() X-Ref |
| ErrorMsg() X-Ref |
| Insert_ID() X-Ref |
| Affected_Rows() X-Ref |
| getDriverDataDictionary() X-Ref |
| isFullTextSupported() X-Ref |
| Returns true if the current database supports FULLTEXT searches. This is currently configured in the database configuration file, config/config.properties.php: <pre> $config['db_options'] = Array( "enable_mysql_fulltext_search" => false ); </pre> return: true if FULLTEXT is supported |
| getDbCharacterSet() X-Ref |
| Return the name of the character set currently being used |
| Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
|