|
|
| Name: |
mysqlc1 |
| Base name: |
mysqlc1 |
| Description: |
connect to a mysql database |
| Version: |
- |
| PHP version: |
4.4.4 |
| License: |
BSD License |
| All time users: |
758 users |
| All time rank: |
3659 |
| Week users: |
0 users |
| Week rank: |
2403 |
| |
|
This class is a very simple wrapper to access MySQL databases.
It can connect to a MySQL database server, select the current work database, execute SQL queries and free its results.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Bad (18.8%) |
Insufficient (37.5%) |
Not sure (43.8%) |
- |
- |
- |
Bad (17.5%) |
2260 |
| 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 |
|
|
| File |
Role |
Description |
database.inc.php |
Conf. |
Database connection fields. These need to be edited with your credientials |
LICENSE.txt |
Lic. |
License File. This software is part of the SC License. |
README.txt |
Doc. |
The Readme File. Installation Instructions can be found inside. |
smycc.class.php |
Class |
The main class. This is to be included in the file you want to query your database from. |