This is a very simple class to connect to MySQL using PDO.
It can establish a connection to a given MySQL server using the PDO extension.
The class can also set the current database to access.
|
|
| Name: |
DConnect |
| Base name: |
dconnect |
| Description: |
Connect to MySQL using PDO |
| Version: |
1.0 |
| PHP version: |
5.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
437 users |
| All time rank: |
5276 |
| Week users: |
0 users |
| Week rank: |
1337  |
| |
|
| There are not enough user ratings to display for this class. |
| |
Packages needed by this class |
|
|
| Class |
Dependency |
Why it is needed |
| Configs |
Required |
To load connection info |
| |
Packages that need this class |
|
|
| Class |
Dependency |
Why it is needed |
| Model |
Required |
To get the PDO object. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
DConnect.php |
Class |
Connects to the Database, returning a PDO object |