|
Select output directory to store generated PHP files and include
files. . If you are running Internet Information Server (IIS) on your
machine, you can choose existing virtual directory where you like to
put files or create new virtual directory.

Here is the full list of files to be created ( <TABLE_NAME>
will be replaced with the actual table name, Cars
in this example):
- <TABLE_NAME>_edit.php:
edit record page
- <TABLE_NAME>_export.php
exports data to Word, Excel, XML
or CSV
- <TABLE_NAME>_getfile.php
extracts and downloads binary
files from database
- <TABLE_NAME>_imager.php
displays database images (JPEG,
GIF, BMP)
- <TABLE_NAME>_list.php
displays list of records and
search boxes
- <TABLE_NAME>_print.php
display printer-friendly version
of the page
- <TABLE_NAME>_search.php:
advanced search page
- index.htm:
redirects user to the login page or to the list page
- login.php
contains username/password
validation code
- menu.php
displays list of tables
- Include\style.css:
cascading style sheet for the application
- Include\jsfunctions.js:
javascript functions
- Include\ts_picker.js:
javascript-based datepicker
- Include\jsfunctions.js:
javascript functions
- Include\validate.htm:
javascript-based validation routines
- Include\<TABLE_NAME>_variables.php:
PHP variables
- Include\<TABLE_NAME>_functions.php:
PHP functions
- Include\dbconnection.php:
include file that contains database connection functions
- Include\locale.php:
include file that contains database localization settings and functions
- Images\icon_delete.gif:
DELETE icon
- Images\icon_edit.gif:
EDIT icon
- Images\icon_key.gif:
KEY FIELD icon
- Images\icon_required.gif:
REQUIRED FIELD icon
- Images\cal.gif:
calculator image icon
- Images\next.gif:
next month icon
- Images\prev.gif:
previous month icon
- Images\printer.gif:
"printer-friendly version" icon
- Images\word.gif:
Export to Word icon
- Images\excel.gif:
Export to Excel icon
- Images\xml.gif:
Export to XML icon
- Images\csv.gif:
Export to CSV icon
|