The WSI_FTM program is a lightweight database to be used in applications where a fullblown database is not needed. The WSI_FTM database is managed by pure SQL-code and fully compatible with the famous ADODb library by using all the same functions etc, making the WSI_FTM upgradeble to a full database very easy. The WSI_FTM is built for optimal speed with its own cache system.
wtcSQLite allows you to add/edit/delete indexes, fields, tables, triggers, views, data, and manage multiple database aliases without knowing any SQL at all.
wtcSQLite also provides ALTER TABLE transactions similar to MySQL, as SQLite does not support them right now. It also allows you to export data in multiple forms, so you can always have a backup copy. On top of all of this, an admin template system is provided so that you may customize the templates wtcSQLite uses with a user-friendly interface.
This script splits MySQL database records up (you choose by how much) and seperates them into different pages. Previous and Next Links are produced allowing you to move through all the records in the database. A number bar is shown allowing you to click on any page number you wish, to see the records. Google images are also supplied to create the bar which you see at the bottom of a google results web page. A text version is included if you want a more concise approach.
New with 2.10 is a scrolling feature. This allows you to limit the numbers in the number bar to ensure the script fits into your website. If you choose to only allow five elements in the bar and you are viewing the second record then the result would look like: First | Previous | 2 3 4 5 6 | Next | Last.
XT-Dump allows to backup a table either all the contents of your Mysql database, under different forms of files in the choice, spreadsheet Excel, file sql, and file php for a later automatic restoration. XT-Dump allies simplicity and efficiency for a fast, effective and intuitive use.