-
MySQL Collection provides you a set of functions to use with your MySQL database.Functions of Log:- log() // Create a log file- addLog() // Append one line in the log file- show() // Show de log content in HTML formatProperties of Connection:- application // Name of application- host // IP or Name of MySQL Server- login // Login MySql- senha ...
-
A simple class component that creates and fills a listbox from a MySQL database. Assuming ID as the fist field and listbox data as the second. ID will be set as the option (value).
-
ezSQL is a widget that makes it very fast and easy for you to use database(s) within your PHP scripts.This widget is a php file that you include at the top of your script. Then, instead of using std php database functions listed in the php manual, you use a much smaller (and easier) set of ezSQL functions.ezSQL can dramatically ...
-
comboBoxList builds an HTML form combo box field from values taken from a MySQL database query results. It supports specifying the initial selected value.
-
Request flood protection can be used to detect access floods using a MySQL database to keep track of accesses of site users. It stores in a MySQL database table records of the time and IP address of each access.Request flood protection can detects floods if the last access from the current user IP address occurred in a period less than ...
-
cUser is meant to add, remove and authenticate users with records stored in a database.It comes with module class to manage the storage of users in a MySQL database but it can be replaced with modules to store in other databases.
-
Database access class is a class for interchanging data between databases and forms.Features of Database access class:- Inserting a new row into a database table with data from forms.- Loading form fields from database table row.- Updating database table rows from form fields.- Deleting database table rows with criteria defined by values from form field.- Building list in an array ...
-
Report Generator can generate customizable HTML reports from a given database structure. It presents a report preparation form page with the options that the user can customize.After the user submit the form, the class creates the report output in HTML.The report created taking the structure in which you have a table with foreign keys, and you want to know specific ...
-
IAM Backup is a PHP script for backing up an entire database and sending the dump to the browser or download it as a file. It consists of two classes, one performs the backup of the selected MySQL database, and the other restores the database. Both of them support gzip-compressed files for improved performance.When performing the backup, the user is ...
-
db Backup is a ultra-fast MySQL backup and restore utility. It can dump a database to a backup archive, restore a database from a backup archive, dump only tables modified since the last backup, restore from the last backup, list and date of previous backups, delete old backups, etc...As db Backup uses only binaries tools from the MySQL group, it's ...
-
dbObject is a database abstraction layer for MySQL written in PHP. It supports caching, error handling, debugging, and basic XML- output of resultsets. Multiple resultsets can be cached. The class also lets you jump forwards and backwards in the resultsets. Result sets are returned in both numeric and associative arrays. Other useful functions include the ability to use templates and ...
-
phpReportGenerator is a PHP class that generates customizable HTML reports with data from the result set of any MySQL SELECT query.You need to just pass the query and a MySQL database connection resource id, customize several look and feel aspects of your report like text color, header color, table border, size, etc.. Then call generateReport function.This class is very handy ...
-
AdminPro is an user authentication class based on a MySQL database and the PHP Session functions. It was written for Web sites that need some password protected area.AdminPro class includes an user management application script, as well a MySQL table setup application script.Functions of AdminPro class:- Login and logout a user via Web based forms.- Expire the session of an ...
-
AnonORM can be used to retrieve and store objects in SQL database tables. It works by performing what is called object-relational mapping (ORM). This package can create generic objects which can be accessed and changed like any other Plain Old PHP Object (POPO).AnonORM loads an object by executing an SQL query that returns the values of the object variables. An ...
-
DB eSession is meant to manage session data stored in a MySQL database using PHP built-in session handling support.Features of DB eSession:- Stores session data in a MySQL table using session handler built-in PHP.- Handle session expiration and cleanup.- Supports the changes of session related configuration settings (including of PHP 5).- Allows for normal or persistent MySQL database connections.- Access ...

