Download .zip |
Info | View files (5) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2014-03-06 (3 years ago) | Not yet rated by the users | Total: 255 | All time: 7,527 This week: 607 |
Version | License | PHP version | Categories | |||
idatabase-class 1.0 | GNU General Publi... | 5 | PHP 5, Databases |
Description | Author | |
This class is a MySQL Database access wrapper using MySQLi. It can: |
URGENT! > First you need change the database access data in IDatabase.class.php line 14 to 17! -- Sample MySQL table CREATE TABLE IF NOT EXISTS `sample` ( `id` int(11) NOT NULL AUTO_INCREMENT, `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `name` varchar(255) NOT NULL, `counter` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1; INSERT INTO `sample` (`id`, `date`, `name`, `counter`) VALUES (1, '2014-03-06 15:45:11', 'test1', 0), (2, '2014-03-06 15:45:16', 'test2', 0), (3, '2014-03-06 15:45:21', 'tester1', 0), (4, '2014-03-06 15:45:27', 'tester2', 0), (5, '2014-03-06 15:45:34', 'tester3', 0); |
Files |
File | Role | Description |
---|---|---|
EException.class.php | Class | The exception class for IDatabase class |
IDatabase.class.php | Class | The base class file |
index.php | Example | Example script fro IDatabase class use |
readme.txt | Doc. | Sample table create script for example |
sample_output.txt | Output | Sample output |
Version Control | Reuses | Unique User Downloads | Download Rankings | ||||||||||||||||
0% | 1 |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Other classes that need this package |
Class | Why it is needed | Dependency |
---|---|---|
PHP Wunderground API | Database connection | Required |