Recommend this page to a friend! |
Download |
Info | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 411 | All time: 6,482 This week: 455 |
Version | License | PHP version | Categories | |||
sql-data-manager 1 | GNU General Publi... | 4.0 | PHP 5, Databases |
Description | Author | ||||||||||||||||||||||
This package can be used to access MySQL databases. |
|
Files (9) |
File | Role | Description |
---|---|---|
Database.php | Class | This class is extended by SQLDataManager and contains methods for handling data in chunks. This is also the wrapper for all of the other classes. |
example_1.php | Example | This is an example of how to use the manager for basic sql queries. |
example_2.php | Example | This is an example of using the manager to return data in chunks via the more processing flag and limit assignments. |
MyAccess.php | Class | This is used to read the mysql config file to extract the login details and database information. |
MyData.php | Class | This conatins the classes to generate the data structure based on the returned rows and fields. |
MyDB.php | Class | This is used to open database conections and also close them. |
MySQL.php | Class | This uses the opened connections to execute the sql and returns the raw data. |
mysql_access.config | Data | This is the format that the config file must be in. |
SQLDataManager.php | Class | The main class for the SQLDataManager package. This is the class that is to be called from the PHP script that wants to use it. |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
An eCommerce utility that is under development uses SQLDataManager. |
If you know an application of this package, send a message to the author to add a link here.