|
The class takes a MySQL query
This is a script for dumping
Micro Database Browser is a
PHP DataGrid has been created
result handle and retrieves
data out of Sybase for use
simple PHP script which can
for selecting data,
the query result column
with other database systems
list your available
displaying it as a grid, and
names and the query result
- tested with MySQL.
databases, tables and
to perform routine
data.
The class
displays data stored in it.
operations on it. It allows
generates the definition of
It's purpose to give you an
paging through results,
a JavaScript object in JSON
easy installable product to
editing, deleting and
that contains an array of a
verify your actual DB status
inserting new data. PHP
rows of query result data.
without installing
DataGrid can be very helpful
professional database
for you to display any
management tools.
complex data from database
and to automatically perform
any needed operations of
them. By enabling or
disabling its features you
can turn PHP DataGrid into
something very helpful for
you. You know how important
such a tool for creating web
applications is. Really,
data grid is heart of almost
every web application.
Date: Jul, 05 2006 Date: Jun, 30 2006 Date: Jun, 20 2006 Date: Jun, 17 2006 |
|
The AutoCRUD for PHP library
DBGrid uses SQLite and XML
This script converts user
This package is an OOP
is a CRUD library, which
HTTP requests to offer a PHP
entered 12-hour time to the
DAL(DAW) for PHP 5.1 or
handles most of the common
web-based spreadsheet like
24-hour time used by mySQL.
greater.
It provides an
tasks when using a database:
application.
It was written to aid in the
abstract classes to access
insert, update, delete,
development of web forms
database servers and
select and get.
But this
using PHP and the time field
traverse result sets.
There
library also provides extra
type in mySQL.
The form
are several implementation
functionality. It is able to
submits to itself,
classes to access different
automatically handle
minimizing the number of
types of databases: SQLite,
relationships between
files you must modify. It
MySQL, PostgreSQL and
tables, and it takes only
also includes default
MSSQL.
The classes
one line to get related
variables making
provide functions to
records from one table when
installation quick and easy.
establish connections,
selecting records from
With HTML coding included,
execute queries,
another table.
you can quickly add your own
traverse
result sets with
Furthermore, this library
layout and design and have
pagination support, retrieve
also makes it possible to
this script on your site in
the list of databases,
use table prefixes, without
no time.
tables and fields.
Any
having to change ONE line of
possible error is signaled
your code. It also allows
by throwing exceptions with
you to create table aliases,
a specific message and
thereby creating
error
code.
"virtual
tables".
Security
is also important for this
libray, that's why it has
several utilities to prevent
SQL injection, and all the
native methods also
automatically prevent SQL
injection.
When using
this library you will
(almost) never have to write
SQL yourself, and this
library is a real time saver.
Date: Jun, 14 2006 Date: Jun, 07 2006 Date: Jun, 04 2006 Date: May, 31 2006 |