|
Update: Major BUG was fixed
Paginator is a php class that
mySQL/HTML-Client is a Web
phpPgAdmin is a fully
please upgrade. DBMS_JOB was
will help you to split your
interface to a mySQL
functional web-based
filling shared pool with
record sets into pages. I
database written in PHP. It
administration utility for a
UNIQUE SQL and it is NOT
wrote this class to save
allows you to display and
PostgreSQL database server.
GOOD (BAD). That is very
myself some time and then
query database.
It handles all the basic
easy upgrade. Read
thought others might find it
functionality as well as
instraction inside of the
helpful. Paginator will
some advanced features such
file.
This addition will
return a number that you can
as triggers, views and
allow enterprises to use
use to set your base record
functions (stored procs).
Oracle DB to handle sessions
and a number to use as an
in PHP. And cookies can be
offset. For now I know it
replaced with sessions in
works in mySQL queries and
many cases. Will work with
with arrays. It also has
load balancing well.
methods to make it easy to
make your page links. There
also is an extension with
some pre-made link sets to
make things even easier.
Date: Oct, 09 2003 Date: Sep, 28 2003 Date: Aug, 28 2003 Date: Jun, 24 2003 |
|
A tool that helps with MSSQL
DataMan is a simple tool to
Do SQL create, drop, insert,
This project provides
to MySQL
manage data in a mysql
update, etc. Or do selects
functions for generating SQL
converting/replicating (both
database. You only need to
against your database and
queries, HTML tables, and
csv&dump) under *nix.
point the tool to a db host,
see the results. Error
XML documents. It consists
Possible to use it with
and the tool does the rest.
messages printed. The first
of two classes and a set of
crontab for regular data
Databases, tables and fields
and easiest way to get
utility functions. SQLGen
fetching.Keeping mySQL-based
are generated automatically
access to your MySQL
provides PHP functions for
data warehouse refreshed
from the host server. It is
database.
generating SQL query strings
could also be one of the
a great tool for content
from arrays. TableMaker
possibilities of using this
management - so you do not
generates an HTML table or
script.
have to worry about
XML document from an ADOdb
providing admin interfaces -
result set or an array.
just create a great looking
Since the output of each
front-end. Dataman also logs
SQLGen method is a SQL query
all queries.
string, the library is
compatible with ADOdb, PEAR
DB, PHPLib, and any other
database abstraction layer
that can execute SQL query
strings. Useful for
constructing complicated SQL
queries that vary according
to the situation. Different
if-then clauses can push
items onto from the argument
array - SQLGen will take
care of inserting commas and
"ands" into the
query string as necessary.
Date: Feb, 24 2003 Date: Dec, 28 2002 Date: Oct, 29 2002 Date: Sep, 12 2002 |