Textable Support forum textable Manage data in text files like database tables This class can store, retrieve and change information stored text files like in database tables. The text files contain entries in each line. Each line entry may have many values. The first value represents a key that ...
Class that generates HTML forms supporting: - Multiple inputs may be interconnected in such way that client side events that occur on one input can trigger actions on the context of other inputs. Developers may use input interconnection support without writing Javascript code. - Can be extended with ...
ezSL Support forum ez_suggestion_list Suggest words to complete text inputs using AJAX This class can be used to complete words entered in text inputs using AJAX to retrieve completion words from the a MySQL database table without page reloading. It generates HTML for a text form input with the ...
Curse Filter Support forum curse-filter Replace text with profanity words looking up MySQL This class can replace text with profanity words looking up a MySQL database. It can process a text string by looking up its words in a MySQL database table which has profanity words. The class can replace ...
This class can perform several types of actions to show and validate data stored in a MySQL database. Currently it can: - Connect to a MySQL database - Generate page headers to include Google Analytics tracking code - Generate HTML for breadcrumb based navigation for pages of an hierarchy of categories ...
This class can search for text in MySQL database tables. It can perform queries that search for text in fields of table records of a given MySQL database. The list of tables to include or exclude in the search is configurable. The class returns a list of record primary keys and the fields of the tables ...
Simple Files Support forum simplefiles Read, add, modify and delete lines from text files This class can be used to read, add, modify and delete lines from text files. It can open an existing file or create a new one. The class can retrieve the file lines into an array, optionally keeping only those ...
This class can backup a MySQL database using the mysqldump command. It can execute the mysqldump command passing parameters to access a given database and generate a backup to a given file. MySQL Dump Backup Support forum mysqldump-backup-php Backup a MySQL database using mysqldump command MySQLDump ...
Basic MySQL Search Engine Class Support forum searchengine Search for text in a MySQL database table This class can be used to search for data in MySQL database table text fields. It executes one or more SQL SELECT queries to search for given keywords in different text fields of the same MySQL database ...
HHO Text Counter Support forum hho-text-counter Record user access statistics in a MySQL database This class can record user access statistics in a MySQL database. It can add or update MySQL database table records that count the number of times users of different IP addresses accessed a site. The ...