Recommend this page to a friend! |
Download .zip |
Info | View files (3) | Download .zip | Reputation | Support forum (2) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2009-05-18 (7 years ago) | 64% | Total: 1,374 This week: 1 | All time: 2,734 This week: 1,047 |
Version | License | PHP version | Categories | |||
quickdb 1.00 | GNU General Publi... | 5.0 | HTML, PHP 5, Databases |
Description | Author | |||||||||||||
This class can be used to query MySQL using values passed pragmatically. |
|
In order to use the example here, you need to create a table, just execute the following SQL lines using your MySQL client: --------------------------------------------------------------------- CREATE TABLE `quickdbtest` ( `catid` int(11) NOT NULL auto_increment, `catname` varchar(255) default NULL, PRIMARY KEY (`catid`) ); insert into `quickdbtest`(`catid`,`catname`) values (1,'Big'),(2,'Small'),(3,'Average'),(4,'Light'),(5,'Huge'); |
Files |
File | Role | Description |
---|---|---|
index.php | Example | example file |
quickdb.class.php | Class | main class file |
ReadMe.txt | Doc. | ReadMe file |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | User Comments (2) | |||||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
Affinity Affinity Dating Application |
If you know an application of this package, send a message to the author to add a link here.
Pages that reference this package |
QuickDB - The MySQL Wrapper When working on different projects, you have to use time-consuming mysql commands every now and then... |