Recommend this page to a friend! |
Download .zip |
Info | View files (4) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2016-04-15 (6 months ago) | 37% | Total: 2,094 | All time: 1,813 This week: 910 |
Version | License | Categories | ||||
class_database_php 1.0.0 | GNU General Publi... | Databases |
Description | Author | |||||||||||||
This class can build and execute MySQL database queries |
|
Introduction to class.database.php Thanks for having a peek at my class. I have been using this class for a long time even before i started using PEAR::DB, and now in conjunction with PEAR::DB. It's capabilities to handle mundane tasks such as establishing a database connection, executing a query and committing the query would help RAD developers extensively without getting to do it over again for each site they deploy. All it expects is a database name, username and password. In addition you can specify them or default them inside the class too. In addition it goes a step ahead and makes the process of making fairly complex queries involving multiple parameters comparision and grouping as a function call. With proper understanding of the needed parameters one can easily make a query without even writing a SQL query. The package consists of: - class.database.php - the core database source file - test.php which shows an example usage - finance.sql a sample SQL DDL Query which is needed to test the class Now, if anybody has more questions or suggestions regarding this class please email me at suneel.kanuri@gmail.com and i would try to help you with more examples and explanation of how to deploy it. Cheers !! Suneel Kanuri |
Files |
File | Role | Description |
---|---|---|
class.database.php | Class | Main Source File |
finance.sql | Data | Sample SQL file |
README.txt | Doc. | Little Explanation |
test.php | Example | Example File |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.