|
Thi software provides a
The form-a-form will allow
Select is a PHP class that
Table extractor is a php
usefull GUI to handle the
you to create a form that
allows you to create
class that can extract
configuration and the
you can use as a template,
"select" drop down
almost any table from any
execution of the
or rather, as a really great
menus in an easy manner so
html document/page, and then
phpDocumentor engine to
start for your forms. It not
that you can dynamically
convert that html table into
create the documentation of
only generates the HTML code
update your menu from a file
a php array.
Features:
your PHP softwares. It
for the form, but generates
or a database.
- Can extract almost any
contains also phpDocumentor
the PHP query aspects of the
table from any html page.
1.3.0 and PHP 4.3.6, just
form as well. It is quite
- Uses the table column
install and run.
simply to get you started,
headers as the keys in the
and get all the monotonous
array.
- Strip
and boring form tags setup
unnecessary html tags out of
stuff out of the way up
the source.
- Limit the
front, allowing you to
number of columns and rows
concentrate more on the
returned, as well as set the
analytical design concept
start row and start
and form tweaking instead.
column.
- Create extra
What this form does is ask
columns based on data in
for some information that
others using regular
will help layout your form,
expressions, eg. The URL of
then provide the html code
a link.
- Splits
for you to use.
colspans and rowspans into
Form-a-form will provide
their original number of
the code for:
1. The
cells.
initial form (form preview),
as a user would see it when
they first arrived, 2. The
form as it would be if the
form were posted back to
itself (end user), and 3. A
link to my Database Record
Selector and Editor (DB-RSE)
which allows for editing of
recorded data (admin).
Date: Jul, 16 2004 Date: Jul, 21 2006 Date: Dec, 28 2002 Date: Jan, 25 2006 |
|
When working with different
platforms, often
incompatible with one
another, and several
databases, you need a
platform-independent way of
transferring information
from one application to
another. XML Import-Export
is a Dreamweaver extension
that allows exporting data
retrieved from a recordset
into an XML file or directly
in the browser, importing an
XML file into a single
database table or importing
XML elements in order to be
displayed in the current
page.
Date: Feb, 19 2006 |