-
DBMySQL is a mysql class having a 'javadoc-like/lite' layout. Simple in design, this class is meant to be both a usable class as well as a documented primer for those interested in learning php database scripting.It has enough features to do many things you'd want to do with a database class, and includes a generic 'dump' table for quick testing ...
-
DB Schema is meant to displays in a tree list view the schema of databases available in a given MySQL server. You can customize the font size, font color, table cell background colors, and tree images by calling object functions.
-
DB Connect is a simple class that can connect to a MySQL database, execute an SQL query and retrieve the result set rows and the respective metadata.DB Connect get function executes an SQL query and returns status of success of the executed query, the number of rows, the number of columns, the total number or result cells, and the list ...
-
classMySQL is intended to simplify the access to MySQL Databases. In a complex application, you should need only one instance of the class making it global.
-
PHPMySQLbackup allows you to perform the backup of a mysql database in mysqldump format without using mysqldump or a system command, only PHP.The class makes a SQL script or GZip archive to download.
-
MySQLdumper is a class that lets you generate a dump of a MySQL database with just 2 lines of code. The dump can be used as a database backup.The dumps contain valid MySQL SQL queries. It does not require the mysqldump command line utility, so the class works even in servers on which this command is not available on the ...
-
mysql_db classes conforms a mysql access frame for a multiple result environment as a group of base classes (connection, recordset and command) and some extra TOOL interfaces to perform management and informative tasks.
-
Shopping basket with MySQL connection implements a shopping basket for e-commerce sites that stores the products picked by the user in a MySQL database.Shopping basket with MySQL connection can keep track of the session associated with the current user shopping basket, add and remove individual products, empty the basket, change the quantity of each product, calculate the cost of all ...
-
DB Operations is a wrapper around MySQL databases to execute most type of database SQL queries.Functions of DB Operations:- Connect to MySQL server and select database to work with- Delete records from a table using and without using the where clause- Update records of a table- Drop a table from a database- Create a table- Insert values into a table- ...
-
Db Object will allow you to work with database using classes of objects to store and retrieve the information stored in table rows.It provides separate classes for storing and retrieving data for the objects, defining the criteria and performing searches for objects and database specific drivers.Currently Db Object supports only MySQL, but can be easily extended for use with other ...
-
My session is a class that manages user access sessions by storing session data in a MySQL database.This session storage method is more secure than the session system of PHP that by default stores session data in files.The class may optionally encrypt the stored session data.
-
With jMySQLXML you can generate an XML file from any SELECT query in MySQL. You can also insert the resulting XML into a specified table.This class uses the EZXML package.
-
FileDB class allows you to easily store, display and send files from a database. It has a built-in hit counter and stores information of last edition, upload, etc..This class uses my db abstraction layer, AbstractDB which allows a unified and easy access to databases, which you can see in this class.CONSTRUCTOR:function FileDB(&$db, $host, $database, $user, $password)FUNCTIONS:function add($file_name, $file_descr = '')function ...
-
PHP Search can perform basic searches in MySQL tables. It can take parameters that define the tables and fields to be searched and retrieved and the fields that define the results sorting order.PHP Search returns the search results in the form of an HTML table or a text displaying a message when the search query did not return any results.
-
mydna class is a simple MySQL database access wrapper class.It can establish database connections, execute queries and returning all the results in bidimensional array.

