File/database-defs.php

Description
Classes
Class Description
 class datasources Datasources A datasources class is just a bunch of databases. If you want to access a database, register it in here first, then you can select it to perform queries on later.
 class database Define a database. This is a parent class to all of the supported
Includes
 include_once ("timer-defs.php") (line 29)

Stopwatch microtimer

Constants
DEFAULT_DATASOURCE = true (line 38)

Default datasource for queries @see add_database()

NOT_PERSISTENT = false (line 35)

Connect non-persistent to DB

PERSISTENT = true (line 32)

Connect persistent to DB

Documentation generated by phpDocumentor 1.3.0RC3