|
Flat-file database management
DESCRIPTION:
Simple SQL
An action game in which you
system written in PHP, using
provides functions to
use your arsenal of spells
MySQL syntax.
retrieve single fields or
to defeat enemy hordes. Uses
rows of a table, insert rows
the Robotron control scheme
given arrays of column names
for maximum combat
and values, update single
efficiency!
fields of a given table row,
delete given table rows and
many other common
needs.
ADVANTAGES:
-
This PHP class file will
eliminate nearly all code
from the built in std mysql
PHP functions.
- Speed, it
will dramatically decrease
development and execution
time.
- Extremely easy to
use; one hardly has to
understand the MySQL
syntax.
- It
automatically determines
whether or not there is an
open connection to the MySQL
server. It will connect and
reconnect automatically.
-
The built in debugging
functions make it easy to
solve syntax error and logic
error.
- Supports arrays
for arguments and returns
ASSOC arrays from the DB
with indexes.
- Stores
resource links and common
variables such as the last
table used.
Date: Dec, 13 2005 Date: Jul, 07 2004 Date: Jan, 29 2004 |