PHP Classes

class.database: Build and execute MySQL database queries

Recommend this page to a friend!
  Info   View files View files (4)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStar 37%Total: 2,110 This week: 1All time: 1,852 This week: 560Up
Version License Categories
class_database_php 1.0.0GNU General Publi...Databases
Description 

Author

This class can build and execute MySQL database queries

It provides a function named db_sknife (short name for database swiss knife) that can build repetitive select queries from a few parameters. It can also establish a database connection, execute the queries, and return the result values.

Picture of Suneel Kanuri
Name: Suneel Kanuri <contact>
Classes: 1 package by
Country: United States United States
Age: 43
All time rank: 1441216 in United States United States
Week rank: 411 Up48 in United States United States Up

Details

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 folder image Files  
File Role Description
Plain text file class.database.php Class Main Source File
Accessible without login Plain text file finance.sql Data Sample SQL file
Accessible without login Plain text file README.txt Doc. Little Explanation
Accessible without login Plain text file test.php Example Example File

 Version Control Unique User Downloads Download Rankings  
 0%
Total:2,110
This week:1
All time:1,852
This week:560Up
 User Ratings  
 
 All time
Utility:41%StarStarStar
Consistency:58%StarStarStar
Documentation:58%StarStarStar
Examples:50%StarStarStar
Tests:-
Videos:-
Overall:37%StarStar
Rank:3941