|
Abstract DB is a set of two
This is a set of PHP3 scripts
Written entirely in PHP3, DBE
Ever get tired of writing
PHP classes which together
and HTML files that provide
serves as the Web-based
gets() and sets() or the
form an abstract interface
Web-based interface to MySQL
interface to various
same SELECT UPDATE DELETE
for all the different
database to administer your
databases such as mysql,
queries day in and day
databases that PHP supports.
user information. It allows
msql, postgresql, and odbc.
out?
Check out this
PHP supports many different
you to add, delete, edit,
simple model
database servers.
view and search your user
generator.
It accepts a
Unfortunately there is no
database.
list of values, a form's
single interface, every
URL, or a database
database has it's own set of
connection and uses it to
functions. Abstract DB
generate a data model and
remedies that up to a
model factory.
It's free
certain extent. By using
and easy to use, but does
these classes you will be
cache your model. If you
giving up some functionality
would like your model to be
of any specific database,
removed from the site's
but your programs will be
cache, please email
portable over a variety of
me.
If you have any
different database servers.
suggestions or additional
ideas, please feel free to
contact me.
NOTE: I
really only did this for my
own use, but figured some
other people mind like it as
well. The database method is
really intended for my own
personal use. While no
connection information is
stored or written in the
model, the site is not SSL
secure.
Date: Dec, 22 1999 Date: Nov, 22 1999 Date: Oct, 12 1999 Date: Feb, 14 2012 |
|
MySQL Dialog is a simple
ezSqliteAdmin is a tool
class-1 Backup/Restore is a
MySQL database access
written in PHP & XUL
PHP script that allows
wrapper class to execute SQL
intended to handle the
backup and restore of MySQL
queries and display the
administration of SQLite
tables.
It can be used as a
results in HTML tables. The
over the Web. It requires
stand-alone script or you
class connects to a MySQL
PHP >= PHP5.0.0
can incorporate it into your
server, sends SQL
& Mozilla platform
own scripts. Features;
*
statements, and gets the
to run.
Extremely easy
results as an array. A table
installation
* Extremely
with the data from the
easy usage
* Backup from
result sets can also be
any database
* Restore to
displayed. The class may
any database
* Select which
optionally return error
tables to backup
* Choose
messages on failure based on
whether to backup just table
the mysql_error() and user
structure, data or both
*
defined error messages.
Choose whether to restore
just table structure, data
or both
Date: Feb, 14 2012 Date: Feb, 14 2012 Date: Feb, 14 2012 |