Download .zip |
Info | View files (2) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2012-07-16 (4 years ago) | Not enough user ratings | Total: 2,463 This week: 2 | All time: 1,519 This week: 326 |
Version | License | PHP version | Categories | |||
dhruv-mysql 1.0.0 | Artistic License | 4.0 | Databases |
Description | Author | |||||||||||||
This class can run MySQL queries defined from parameter values. Recommendations How to find package ? |
|
This class was developed by Dhruv Jain aka Hack Archives You may use this freely unles this notice remains intact Author Website: http://hackarchives.org Script is commented for easy usage Some examples here: 1.Running Queries $query = $db->exec("YOUR QUERY HERE"); 2.Selecting rows $result = $db->select("*","users","username='dhruv'","LIMIT 10"); 3.Show number of rows $num = $db->num_rows($result); 4.Fetch Array $fet = $db->fetch_array($result); YOu can perform many Mysql functions using this class.All major functions have been included.Please read through comments for better usage Regards, Dhruv Jain http://hackarchives.org |
Files |
File | Role | Description |
---|---|---|
dbclass.php | Class | The main class file |
ReadMe.txt | Doc. | A Small Documentation |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Comments (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.