| # |
Most Popular Scripts This Month |
 |
 |
 |
 |
|
 |
 |
Updated: 19-Dec-2002 | Hits: 82 | Hits (Month): 50 | Votes: 0 | Rating: 0
|
 |
 |
| ADP is a set of PHP classes that facilitate the generation of a front-end to a database, based on HTML templates. ADP provides a way to describe and automatically handle common database operations (Create, Read, Update and Delete), with a minimum of programming. Users only need to have a working knowledge of SQL, and some basic experience with XML (although the examples are clear enough to get started). Alternatively, ADP could also be used as a prototyping tool for dynamic websites. Unfortunately, it's not suited yet for production environments, since the parsing process is too slow. When using this on a local machine, this won't be a problem. However, when using it for a high-traffic website, the response time will be too low. |
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
|
 |
 |
Updated: 19-Dec-2002 | Hits: 78 | Hits (Month): 39 | Votes: 0 | Rating: 0
|
 |
 |
| The purpose of this project is creating a universal program working with databases by means of Web. PHPGem is a program which permits to accelerate creating PHP-scripts for working with tables. PHPGem is also PHP-script. It works with different SQL-servers: PostgreSQL, MySQL, Informix, Microsoft SQL Server, Sybase, SQL Server, Interbase, Adabas, mSQL, ODBC. As input values you have to point out the description and parameters of your tables fields (field's name, on/off searching in the field, etc.). The result of the program is another PHP-script which will work with this tables (view table, view/add/edit/delete/duplicate entries, search in the table). PHPGem can work with multi-level tables. A table can be a parent-table with several child-tables. |
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
|
 |
 |
Updated: 19-Dec-2002 | Hits: 111 | Hits (Month): 47 | Votes: 1 | Rating: 7.00
|
 |
 |
| DaDaBIK is a free PHP application that allows you to easily create a highly customizable Web form interface for a MySQL database in order to search, insert, update and delete records; all you need do is specify a few configuration parameters. The strength of DaDaBIK lies in its ability to be customized. For each field of a table you can choose: if the field should be included or not in the search/insert/update form; the form label (what will appear in the form near the input field); the content of the field (e.g. numeric, alphabetic, e-mail, url......); the input type (e.g. select, checkbox, date, text, password......); the possible values, also driven from another table (foreign key support) and more. |
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
|
 |
 |
Updated: 19-Dec-2002 | Hits: 68 | Hits (Month): 36 | Votes: 1 | Rating: 1.00
|
 |
 |
| phpDBform is a library to help create a form linked or not to a MySQL or PostgreSQL database, to edit, insert, update and delete data, providing a nice presentation to the user. You start with pre-constructed files, and with little changes you have a working tool! But the main goal of this library, is the easy creating of forms, you need to instance a php class (dbform), choose the right parameters to the constructor, and use its methods to develop the interface, adding textboxes (add_textbox), checkboxes (add_checkbox), textareas (add_textarea) and the listboxes (add_listbox) that are linked with other tables to show the values that may go on the field (relational). |
|
|
|
 |
 |
 |
 |
|
|
|