PHP 5.3 is needed to run the system
PHP needed for extra add-ons: PDO, PDO-sqlite
Because of the simplicity, SQLite was used, only one user can use the application!
unzip address-book.zip somewhere
map address-book/www map webserver
make address-book/data writable by web server
under address-book/ make all files readable for the web server
after mapping the application index.php starts the application
The application is available at the following site: {$config['deploymented-url']}
Usage and features
- Data can be entered on any page
- Double-clicking on the grid, the data can be edited.
- Fields can be arranged in the data grid - DnD on the header
- There is a column chooser on the grid, so one can select which columns should be displayed
- The datagrid is resizable
- Drag-and-drop multiselect list
HEREDOC;
?>