Connector
class Connector (View source)
Properties
protected array | $options | The default PDO connection options. |
Methods
array | getOptions(array $config) Get the PDO options based on the configuration. | |
PDO | createConnection(string $dsn, array $config, array $options) Create a new PDO connection. | |
array | getDefaultOptions() Get the default PDO connection options. | |
void | setDefaultOptions(array $options) Set the default PDO connection options. |
Details
array getOptions(array $config)
Get the PDO options based on the configuration.
PDO createConnection(string $dsn, array $config, array $options)
Create a new PDO connection.
array getDefaultOptions()
Get the default PDO connection options.
void setDefaultOptions(array $options)
Set the default PDO connection options.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/4.2/Illuminate/Database/Connectors/Connector.html