Recommend this page to a friend! |
All requests ![]() |
> | Access data base | > | Request new recommendation | > | ![]() |
> | ![]() |
by ajax - 8 years ago (2015-07-09)
+1 | I would like a recommendation for a class with pre-written functions for accessing a MySQL database. |
1. by mryashpal - 6 years ago (2016-12-20) Reply
l,
0 |
This package can generate classes to access MySQL as objects. It can access a given MySQL database, retrieve its schema of tables and fields, and generates classes to access the records of tables as objects. The generate classes have setter and getter functions for accessing record field values, as well functions to insert, update and delete table records. |
0 |
This package will run a script on your database and build the basic select, update, insert, and delete methods for each table in the database. Also, a table getname method as well. In addition, field and data structures for the tables in the database are generated. Enjoy. |
0 |
This class has all the functions which can be used for the database iteration with very short and simple code. |
+3 |
This class acts as wrapper for database objects using PDO. It can be used to query or retrieve information from a MySQL database or any other DB management system you could think of. It uses the PDO extension so you don't have to worry about query compatibility across db systems. |
Recommend package | |
|