Recommend this page to a friend! |
Download .zip |
Info | View files (5) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2008-02-07 (8 years ago) | 43% | Total: 587 | All time: 5,019 This week: 1,099 |
Version | License | PHP version | Categories | |||
database_class 1.0 | GNU General Publi... | 4.2 | Databases |
Description | Author | |||||||||||||
This class can be used to execute MySQL database queries from lists of parameters defined programmatically . |
|
//////// Developed by Atul Hansaliya Website : http://www.beyondmart.com /////// This class is very simple : -------------------------------- Function and its arguments are as under // In following example you have to pass value as per argument // Read value of one field $str=$objb->GetValue("student","name","where id=10"); // will return string value // Get Maximum value of given field $str=$objb->GetMaxID("student","marks"); // will return string value // Select query $qry=$objb->selectquery("tablename","*","where id=2"); // will return records of mysql_query() function // Insert query $result=$objb->insertquery("student",$_POST); // will return true or false of query result // Update query $result=$objb->updatequery("student",$_POST); // will return true or false of query result |
Files |
File | Role | Description |
---|---|---|
connection.php | Aux. | Database Connection File |
Example.php | Example | Example File |
Example2.php | Example | Basic example file |
myclass | Class | Main Class file |
Readme | Doc. | Help 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.