ConnectorFactoryInclude this file in your application to use the Connector library.
Normally, there is no need to include any other files from the Connector library. Call the static ConnectorFactory::create() method to get an IConnector instance with an open database connection.
Located in /ConnectorFactory.php (line 52)
Include and create an instance of the selected IConnector class.
If an IConnector instance with identical classname and connection parameters already exists, the existing instance is returned. If the classname is unknown or an error occurs, null is returend.
IMPORTANT: Only use IConnector constants in the $connection and $options parameters. No native constants are available before this function has completed.
Documentation generated on Wed, 03 Jun 2009 12:41:51 +0200 by phpDocumentor 1.4.1