The ConnectionManager class is an example of providing abstraction to database connectivity using the factory design pattern.
The factory method in the ConnectionManagerFactory class returns the correct ConnectionManager object according to the chosen database type, i.e MySQL or MSSQL.
To add support to other databases one can extend the ConnectionManager class.
|
|
| Name: |
Connection Manager |
| Base name: |
connectionmanager |
| Description: |
Database connection abstraction |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
1939 users |
| All time rank: |
1818 |
| Week users: |
0 users |
| Week rank: |
2051  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (83.3%) |
Good (83.3%) |
- |
Good (83.3%) |
- |
- |
Not sure (58.3%) |
961 |
| Month: |
Not yet rated by the users |
| |
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 |
|
|