/**

popular collection of scripts for all

*/
/** Search */

Database Tools

 }

Create SQL

Hits: 9
*****
0.0

DaDaBIK

Hits: 26
*****
5.0
A class that creates your
CSV Import module allows
The author writes "This
DaDaBIK is a PHP application
common sql query code using
admin users to load / import
is a little script I wrote
that allows you to easily
just a given array. The
listings with images into
in order to make quick
create a highly customizable
author uses this class as an
website database from Comma
backups of the numerous
front-end for a database.
extension to his database
Separated Value (CSV) files.
virtual accounts I got
The strength of DaDaBIK lies
class to do some cool stuff.
Using this tool you can
running for clients. This
in its ability of
Automating is the key.
quickly and easily import
script is far from complete,
customization. For each
 
large quantities of listings
i'm working on a validation
field of a table you can
 
into multiple categories (as
addon, and a function to
choose: if the field should
 
long as they use the same
auto optimalise tables.
be included or not in the
 
fieldset) and multiple
Installation is pretty easy,
search/insert/update form;
 
regions. This module can
create a database, create
the form label; the content
 
help dealers to have their
table by running the .sql
of the field; the input
 
inventory uploaded in bulk.
file and configure
type; the possible values,
 
It is well-known that
db.php."
also driven from another
 
dealers and power sellers
 
table. Other features: files
 
can fill your website with a
 
uploading, checking for
 
lot of listings, but they
 
possible duplication during
 
can't waste time placing one
 
an insert, authentication
 
ad at a time. With
 
and authorization
 
administrator's assistance
 
restrictions on
 
dealers can prepare their
 
view/update/delete,
 
stock for mass upload into
 
customizable graphic layout
 
your system. You can provide
 
to enable embedding of the
 
them with a template (CSV
 
forms in your own site,
 
file or Excel form), they
 
export to CSV, e-mail
 
fill it in and send to
 
notices, table
 
you. If you got it as Excel
 
aliases. DaDaBIK uses the
 
speadsheet, you export the
 
ADOdb Database Abstraction
 
data from Excel to CSV file.
 
Library in order to support
 
CSV file can be imported in
 
as many DBMS as possible, at
 
Admin Area, where you can
 
the moment it has been
 
specify user ID, target
 
tested on MySQL, PostgreSQL,
 
category (or categories),
 
Oracle and MS SQL
 
set imported listings
 
Server. It's available in
 
expiration time and assign
 
several languages.
 
them to certain price plan.
 
 


Date: Feb, 10 2003


Date: Sep, 08 2006


Date: Jan, 06 2003


Date: Nov, 14 2006
- the class executes a given
A database abstraction layer
Database Abstraction Layer is
You know how messy it is to
SQL query and generates a
with handy methods,
a project to produce a
login to cPanel then setup
template driven HTML code
placeholders and
general way to access
your databases, especially
that displays the query
auto-escaping. Frequently
databases from within PHP.
if you are not savvy with it
results - automatically
used in many of my projects.
The DAL class takes care of
all. Well no more. Now you
provides means of navigation
 
the administration involved
can have Database Creator do
trough pages and lets user
 
with the different kinds of
it for you without going
decide how many rows to be
 
databases. DAL is extendible
near cPanel. We created this
displayed on each page -
 
via plugins so support for
standalone application
automatically let user sort
 
different dbms' can be added
specifically for non tech
by available columns - or
 
dynamicly. Also switching
users that needed to quickly
you can restrict this
 
from one DBMS to another is
setup a database to run
feature for specific columns
 
simple because not very much
their scripts. We quickly
- if requested, it can
 
has to be altered to support
realized the benefits to web
automatically display a
 
the new DBMS.
hosting companies as an
"selector" column
 
 
extra help to their clients.
- a column to let users mark
 
 
Try out the demo to see just
specific rows as selected
 
 
how simple Database Creator
- you set what
 
 
is to us. You will be
columns from the query
 
 
setting up databases in
result to be displayed
 
 
seconds!
- you can alter the
 
 
 
content of a column's fields
 
 
 
on the fly by creating
 
 
 
callback functions - you
 
 
 
can add JavaScript actions
 
 
 
for when user clicks on
 
 
 
displayed rows or on
 
 
 
specific column's cells -
 
 
 
you can extend the
 
 
 
functionality of the data
 
 
 
grid by adding custom
 
 
 
columns - columns whose
 
 
 
content is not generated by
 
 
 
the query but added by you -
 
 
 
you can add any HTML and/or
 
 
 
JavaScript to perform any
 
 
 
action - check manual!
 
 
 


Date: Aug, 16 2006


Date: Oct, 02 2006


Date: Aug, 28 2003


Date: Sep, 13 2005
{ Copyright } ©2006 NuclearScripts.com