/phpfw.php

Description
Classes
Class Description
Application The main application class
Controller The Controller class loads all modules and executes requested action
Error The Error class stores error strings and displays them as needed.
Form The Form class creates and processes HTML forms.
View The View class generates HTML output
Column The Column class contains information on a table column
Table The Table class contains information about a table
Database The Database class contains information about the specified database
Sql The Sql class is a wrapper for the ADOdb or ADOdb Lite library.
Module The Module class - all modules are to extend this class
Constants
C = "center" (line 11)

Align center for View::table()

DATA = 0 (line 36)

Type for Table: DATA

DATE_ADDED = "date_added" (line 21)

Name of date_added field

DATE_FORMAT = 'Y-m-d H:i:s' (line 31)

Format for the date() command

DATE_UPDATED = "date_updated" (line 26)

Name of date_updated field

L = "left" (line 6)

Align left for View::table()

LINK = 1 (line 41)

Type for Table: LINK

R = "right" (line 16)

Align right for View::table()

Functions
array_combine (line 4589)
void array_combine ( $keys,  $values)
  • $keys
  • $values
isset_and_non_empty (line 4601)
void isset_and_non_empty ( $var)
  • $var

Documentation generated on Sat, 23 Jun 2007 21:28:21 -0500 by phpDocumentor 1.3.2