- Edit the pref.inc.php3
file (this file contains the name of the differents files that MPP Builder
will build, and the name of the directory that will contains the admin file
(add, modify, delete files))
- Download the mppbuilder
directory on your web server (you can rename it if you want)
- Fill the form with
your MySQL database connexion parameters
- Select the table
that will be used for the build pages
- Select the pages
that you want MPP Builder to build for you :
- Search :
search form for the selected database table - for each selected field choose
its input format : text field, checkbox, radio button, select input, for
these two last you will have to fill 2 fields :
- the value of the
field when it is checked or selected
- the text that
will be printed for the selected value, only the value will be send on a
submit.
- Search list result
: select the fields that will be printed and select too
the field that will be a link to the detail page.
- Detail page
: print the selected fields.
- Add : select
the fields that will add new datas
for each selected field choose its input format : text field, checkbox, radio
button, select input, for these two last you will have to fill 2 fields :
- the value of the
field when it is checked or selected
- the text that will
be printed for the selected value, only the value will be send on a submit.
- Modify :
the modify page is
fact two pages in one :
- the page that
will have the list of all the datas that can be modificated - for this page
you will have to select the field that will be printed and the field that
will allow to select the correct line to be modificated (I suggest you to
select a unique field)
- the page that
will have the datas to be modificated, so select the fields that correspond
to these datas, for each
selected field choose its input format : text field, checkbox, radio button,
select input, for these two last you will have to fill 2 fields :
- the value of
the field when it is checked or selected
- the text that
will be printed for the selected value, only the value will be send on a
submit.
- Delete
: the page will have
the list of all the datas that can be deleted - for this page you will have
to select the field that will be printed and the field that will allow to
select the correct line to be deleted.
- The PHP3 files will
be build and store in a directory that will have the same name that selected
database table.
- Download by FTP all
this directory to get all the files.
- In
case of error, just delete the created directory. Actually there is no way
to recover all your selected choices.
|