[ class tree: ] [ index: ] [ all elements ]

Index of All Elements

Package Indexes


[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ m ] [ n ] [ ] [ s ] [ t ] [ u ]

a

a

$ADODB_OUTP
in file config.php, global variable $ADODB_OUTP
    name of output function for ADOdb
abc
in file check.class.php, method eaCheck::abc()
    validate character string
abcLower
in file check.class.php, method eaCheck::abcLower()
    validate lowercase character string
abcUpper
in file check.class.php, method eaCheck::abcUpper()
    validate uppercase character string
addUserToClient
in file db.class.php, method eaDB::addUserToClient()
    add user to client
allowEmptyVars
in file config.inc.php, function allowEmptyVars()
    allow empty variables
assets.db.php
procedural page assets.db.php
assets.html.php
procedural page assets.html.php
assets.inc.php
procedural page assets.inc.php
b

b

bcc
in file mail.class.php, method eaMail::bcc()
    blind copy setup
balance.db.php
procedural page balance.db.php
balance.html.php
procedural page balance.html.php
balance.inc.php
procedural page balance.inc.php
block.eaSelect.php
procedural page block.eaSelect.php
c

c

$conf
in file db.class.php, variable eaDB::$conf
    configuration data
$conf['dsn']
in file config.php, global variable $conf['dsn']
    database configuration
$conf['localInstallation']
in file config.php, global variable $conf['localInstallation']
    installation without network access
$conf['sessionName']
in file config.php, global variable $conf['sessionName']
    session name
$conf['tablePrefix']
in file config.php, global variable $conf['tablePrefix']
    table prefix
$conf['txtClientTables']
in file config.php, global variable $conf['txtClientTables']
    names of client tables
$conf['txtCSVDelimiter']
in file config.php, global variable $conf['txtCSVDelimiter']
    CSV delimiter
$conf['txtCSVEscQuote']
in file config.php, global variable $conf['txtCSVEscQuote']
    CSV escaped quote
$conf['txtCSVNewLine']
in file config.php, global variable $conf['txtCSVNewLine']
    CSV escaped quote
$conf['txtCSVQuote']
in file config.php, global variable $conf['txtCSVQuote']
    CSV quote
$conf['txtDBTables']
in file config.php, global variable $conf['txtDBTables']
    names of database tables
cc
in file mail.class.php, method eaMail::cc()
    carbon-copy recipient setup
changeLanguage
in file smarty.class.php, method eaSmarty::changeLanguage()
    changes user language
check
in file input.class.php, method eaInput::check()
    validate input variables
checkDateFormat
in file date.inc.php, function checkDateFormat()
    checks date an returns formated array
checkLogin
in file db.class.php, method eaDB::checkLogin()
    login validation
checkSetValue
in file assets.inc.php, function checkSetValue()
    check & store post variables
check.class.php
procedural page check.class.php
config.html.php
procedural page config.html.php
config.inc.php
procedural page config.inc.php
cashbook.db.php
procedural page cashbook.db.php
cashbook.html.php
procedural page cashbook.html.php
cashbook.inc.php
procedural page cashbook.inc.php
clients.db.php
procedural page clients.db.php
config.php
procedural page config.php
csv.html.php
procedural page csv.html.php
createClient
in file db.class.php, method eaDB::createClient()
    create client
createTestPattern
in file input.class.php, method eaInput::createTestPattern()
    create test pattern
createUser
in file db.class.php, method eaDB::createUser()
    create user
check.class.php
procedural page check.class.php
d

d

$data
in file index.php, global variable $data
    state machine
db.class.php
procedural page db.class.php
date.inc.php
procedural page date.inc.php
dateFormat
in file date.inc.php, function dateFormat()
    returns formated date
dbChangeToClientDB
in file clients.db.php, function dbChangeToClientDB()
    switch to client database but only once
dbCountAssetsItems
in file assets.db.php, function dbCountAssetsItems()
    get number of assets items
dbCountCashBookItems
in file cashbook.db.php, function dbCountCashBookItems()
    get number of cashbook items
dbCountPurchaseBookItems
in file purchasebook.db.php, function dbCountPurchaseBookItems()
    get number of purchase-book items
dbCountTravelItems
in file travel.db.php, function dbCountTravelItems()
    get number of travel items
dbCreateSystemTables
in file install.db.php, function dbCreateSystemTables()
    create system tables
dbCreateTables
in file install.db.php, function dbCreateTables()
    create tables
dbGetAssetCategories
in file balance.db.php, function dbGetAssetCategories()
    get categories & sums from assets
dbGetAssetsYears
in file assets.db.php, function dbGetAssetsYears()
    get years in database
dbGetBalanceYears
in file balance.db.php, function dbGetBalanceYears()
    get years in database
dbGetCashBookCategories
in file balance.db.php, function dbGetCashBookCategories()
    get categories & sums from cashbook
dbGetMonths
in file cashbook.db.php, function dbGetMonths()
    get months in database
dbGetPurchaseBookMonths
in file purchasebook.db.php, function dbGetPurchaseBookMonths()
    get months in database
dbGetTemplates
in file cashbook.db.php, function dbGetTemplates()
    get templates
dbGetTravelCategories
in file balance.db.php, function dbGetTravelCategories()
    get categories & sums from travel expenses
dbGetTravelMonths
in file travel.db.php, function dbGetTravelMonths()
    get months in database
dbLoadAssetsItem
in file assets.db.php, function dbLoadAssetsItem()
    load assets-book item
dbLoadAssetsItems
in file assets.db.php, function dbLoadAssetsItems()
    load multiple assets book item
dbLoadBalance
in file balance.db.php, function dbLoadBalance()
    load balance
dbLoadCashBookItem
in file cashbook.db.php, function dbLoadCashBookItem()
    load cash book item
dbLoadCashBookItems
in file cashbook.db.php, function dbLoadCashBookItems()
    load multiple cash book item
dbLoadPurchaseBookItem
in file purchasebook.db.php, function dbLoadPurchaseBookItem()
    load purchase-book item
dbLoadPurchaseBookItems
in file purchasebook.db.php, function dbLoadPurchaseBookItems()
    load multiple purchase-book item
dbLoadTravelItem
in file travel.db.php, function dbLoadTravelItem()
    load travel item
dbLoadTravelItems
in file travel.db.php, function dbLoadTravelItems()
    load multiple travel items
dbPrepareAssetsSQLData
in file assets.db.php, function dbPrepareAssetsSQLData()
    prepare the sql data for output
dbPreparePurchaseBookSQLData
in file purchasebook.db.php, function dbPreparePurchaseBookSQLData()
    prepare the sql data for output
dbPrepareSQLData
in file cashbook.db.php, function dbPrepareSQLData()
    prepare the sql data for output
dbPrepareTravelSQLData
in file travel.db.php, function dbPrepareTravelSQLData()
    prepare the sql data for output
dbSaveAssetsItem
in file assets.db.php, function dbSaveAssetsItem()
    save assets-book item
dbSaveBalance
in file balance.db.php, function dbSaveBalance()
    save balance
dbSaveCashBookItem
in file cashbook.db.php, function dbSaveCashBookItem()
    save cash book item
dbSavePurchaseBookItem
in file purchasebook.db.php, function dbSavePurchaseBookItem()
    save purchase-book item
dbSaveTravelItem
in file travel.db.php, function dbSaveTravelItem()
    save travel item
dbUpdateClientTables
in file install.db.php, function dbUpdateClientTables()
    update client tables
dbUpdateSystemTables
in file install.db.php, function dbUpdateSystemTables()
    update system tables
decrypt
in file db.class.php, method eaDB::decrypt()
    decrypt string
delete
in file db.class.php, method eaDB::delete()
    delete datasets
deleteClient
in file db.class.php, method eaDB::deleteClient()
    delete client
deleteTempMails
in file mail.class.php, method TestMail::deleteTempMails()
    delete temporary test mails
deleteUser
in file db.class.php, method eaDB::deleteUser()
    delete user
delUserClient
in file db.class.php, method eaDB::delUserClient()
    remove user from client
drop
in file db.class.php, method eaDB::drop()
    drop table
dsn
in file check.class.php, method eaCheck::dsn()
    validate database dsn
db.class.php
procedural page db.class.php
date.inc.php
procedural page date.inc.php
e

e

$error
in file input.class.php, variable eaInput::$error
    errors for post or get vars
$error
in file mail.class.php, variable eaMail::$error
    error message
$error
in file check.class.php, variable eaCheck::$error
    error message
extractSQL.php
procedural page extractSQL.php
eaADODBerrorLog
in file db.class.php, function eaADODBerrorLog()
    output function forwarding to error_log
eaADODB_DIR
in file config.php, constant eaADODB_DIR
    path to ADOdb library
eaCheck
in file check.class.php, class eaCheck
    validator class
eaCheckSmartyFolder
in file install.inc.php, function eaCheckSmartyFolder()
    check if smarty folders are available and configured correctly
eaCSVAssets
in file assets.html.php, function eaCSVAssets()
    assets-book overview - csv export
eaCSVAssetsItem
in file assets.html.php, function eaCSVAssetsItem()
    assets-book item - csv export
eaCSVBalance
in file balance.html.php, function eaCSVBalance()
    accounting balance - csv export
eaCSVCashBook
in file cashbook.html.php, function eaCSVCashBook()
    cash-book overview - csv export
eaCSVCashBookItem
in file cashbook.html.php, function eaCSVCashBookItem()
    cash-book item - csv export
eaCSVPurchaseBook
in file purchasebook.html.php, function eaCSVPurchaseBook()
    purchase-book overview - csv export
eaCSVPurchaseBookItem
in file purchasebook.html.php, function eaCSVPurchaseBookItem()
    purchase-book overview - csv export
eaCSVTravel
in file travel.html.php, function eaCSVTravel()
    travel-expenses overview - csv export
eaCSVTravelItem
in file travel.html.php, function eaCSVTravelItem()
    travel item - csv export
eaDB
in file db.class.php, class eaDB
    wrapper for ADOdb database library
eaDB
in file db.class.php, method eaDB::eaDB()
    constructor of database wrapper
eaFAKEMAIL_DIR
in file config.php, constant eaFAKEMAIL_DIR
    path to FakeMail server
eaFAKEMAIL_PORT
in file config.php, constant eaFAKEMAIL_PORT
    port of FakeMail server
eaFAKEMAIL_SERVER
in file config.php, constant eaFAKEMAIL_SERVER
    address of FakeMail server
eaFAKEMAIL_TMP
in file config.php, constant eaFAKEMAIL_TMP
    path to FakeMail temporary folder
eaHideADOdbErrors
in file db.class.php, function eaHideADOdbErrors()
    hide ADOdb errors
eaHTMLAssets
in file assets.html.php, function eaHTMLAssets()
    assets-book overview
eaHTMLAssetsItem
in file assets.html.php, function eaHTMLAssetsItem()
    assets-book item
eaHTMLBalance
in file balance.html.php, function eaHTMLBalance()
    accounting balance
eaHTMLCashBook
in file cashbook.html.php, function eaHTMLCashBook()
    cash book overview
eaHTMLCashBookItem
in file cashbook.html.php, function eaHTMLCashBookItem()
    cash book item
eaHTMLConfig
in file config.html.php, function eaHTMLConfig()
    configuration input
eaHTMLConfiguration
in file index.html.php, function eaHTMLConfiguration()
    assign configuration variables
eaHTMLInstall
in file install.html.php, function eaHTMLInstall()
    installation support
eaHTMLLogin
in file index.html.php, function eaHTMLLogin()
    login field
eaHTMLMain
in file main.html.php, function eaHTMLMain()
    main screen template
eaHTMLNavigation
in file index.html.php, function eaHTMLNavigation()
    navigation menu
eaHTMLNewUser
in file newuser.html.php, function eaHTMLNewUser()
    new user input
eaHTMLOutput
in file index.html.php, function eaHTMLOutput()
    main HTML engine
eaHTMLPurchaseBook
in file purchasebook.html.php, function eaHTMLPurchaseBook()
    purchase-book overview
eaHTMLPurchaseBookItem
in file purchasebook.html.php, function eaHTMLPurchaseBookItem()
    purchase-book item
eaHTMLPWSent
in file sendpw.html.php, function eaHTMLPWSent()
    password-sent display
eaHTMLSendPW
in file sendpw.html.php, function eaHTMLSendPW()
    sendpassword input
eaHTMLTravel
in file travel.html.php, function eaHTMLTravel()
    travel expenses overview
eaHTMLTravelItem
in file travel.html.php, function eaHTMLTravelItem()
    travel item
eaHTMLUserCreated
in file newuser.html.php, function eaHTMLUserCreated()
    user-created display
eaInput
in file check.class.php, method eaCheck::eaInput()
    constructor
eaInput
in file input.class.php, method eaInput::eaInput()
    constructor
eaInput
in file input.class.php, class eaInput
    wrapper for user inpput
eaInstall
in file install.inc.php, function eaInstall()
    first installation
eaMail
in file mail.class.php, method eaMail::eaMail()
    constructor of mail wrapper
eaMail
in file mail.class.php, class eaMail
    mail wrapper library
eaMailSendPW
in file sendpw.mail.php, function eaMailSendPW()
    sendpassword input
eaPrepareCVSSmarty
in file csv.html.php, function eaPrepareCVSSmarty()
    prepares smarty for CSV export
eaPrepareCVSSmartyModEnquote
in file csv.html.php, function eaPrepareCVSSmartyModEnquote()
    enquotes fields containing special charactors
eaPrepareCVSSmartyModEnquoteNegative
in file csv.html.php, function eaPrepareCVSSmartyModEnquoteNegative()
    enquotes fields containing special charactors and add a minus sign
eaPrepareCVSSmartyPre
in file csv.html.php, function eaPrepareCVSSmartyPre()
    prepare template for CSV export
eaPrintAssets
in file assets.html.php, function eaPrintAssets()
    assets-book overview - print
eaPrintAssetsItem
in file assets.html.php, function eaPrintAssetsItem()
    assets-book item - print
eaPrintBalance
in file balance.html.php, function eaPrintBalance()
    accounting balance - print view
eaPrintCashBook
in file cashbook.html.php, function eaPrintCashBook()
    cash book overview - print
eaPrintCashBookItem
in file cashbook.html.php, function eaPrintCashBookItem()
    cash book item - print
eaPrintPurchaseBook
in file purchasebook.html.php, function eaPrintPurchaseBook()
    purchase-book overview - print
eaPrintPurchaseBookItem
in file purchasebook.html.php, function eaPrintPurchaseBookItem()
    purchase-book item print
eaPrintTravel
in file travel.html.php, function eaPrintTravel()
    travel expenses overview - print
eaPrintTravelItem
in file travel.html.php, function eaPrintTravelItem()
    travel item - print
eaPROTOTYPE
in file config.php, constant eaPROTOTYPE
    path to prototype library
eaSIMPLE_TEST
in file config.php, constant eaSIMPLE_TEST
    path to simpletest suite
eaSmarty
in file smarty.class.php, class eaSmarty
    wrapper smarty library
eaSmarty
in file smarty.class.php, method eaSmarty::eaSmarty()
    constructor of smarty wrapper
eaSMARTYeaPage
in file function.eaPage.php, constant eaSMARTYeaPage
    prevent multiple inclusion of this file
eaSMARTYeaURL
in file function.eaURL.php, constant eaSMARTYeaURL
    prevent multiple inclusion of this file
eaSMARTY_DIR
in file config.php, constant eaSMARTY_DIR
    path to smarty library
eaSMARTY_HTML
in file config.php, constant eaSMARTY_HTML
    path to template folder for smarty
eaSMARTY_LANG
in file config.php, constant eaSMARTY_LANG
    path to language folder for smarty
eaSMARTY_TMP
in file config.php, constant eaSMARTY_TMP
    path to temporary smarty folder
eaStateMachine
in file index.inc.php, function eaStateMachine()
    main state machine
eaSWIFT_DIR
in file config.php, constant eaSWIFT_DIR
    path to mail library
eaSYSADMIN
in file config.php, constant eaSYSADMIN
    system administrator
eaUpdate
in file install.inc.php, function eaUpdate()
    update system configuration
eaVERSION
in file config.php, constant eaVERSION
    version of source code
encrypt
in file db.class.php, method eaDB::encrypt()
    encrypt string
error
in file db.class.php, method eaDB::error()
    checks for database error
escape
in file db.class.php, method eaDB::escape()
    escape value string
escapeKey
in file db.class.php, method eaDB::escapeKey()
    escape key string
f

f

function.eaCheckBox.php
procedural page function.eaCheckBox.php
function.eaInput.php
procedural page function.eaInput.php
function.eaPage.php
procedural page function.eaPage.php
function.eaSubmitButton.php
procedural page function.eaSubmitButton.php
function.eaURL.php
procedural page function.eaURL.php
from
in file mail.class.php, method eaMail::from()
    sender address setup
g

g

$get
in file input.class.php, variable eaInput::$get
    validated get vars
genOptAssets
in file assets.inc.php, function genOptAssets()
    generate data for html output of assets book
genOptAssetsItem
in file assets.inc.php, function genOptAssetsItem()
    generate data for html output of assets book item
genOptAssetsPrint
in file assets.inc.php, function genOptAssetsPrint()
genOptBalance
in file balance.inc.php, function genOptBalance()
    generate data for html output of accounting balance
genOptCashBook
in file cashbook.inc.php, function genOptCashBook()
    generate data for html output of cash-book
genOptCashBookItem
in file cashbook.inc.php, function genOptCashBookItem()
    generate data for html output of cash-book item
genOptCashBookPrint
in file cashbook.inc.php, function genOptCashBookPrint()
    generate data for print output of cash-book
genOptConfig
in file config.inc.php, function genOptConfig()
    generate data for html output of config screen
genOptMain
in file main.inc.php, function genOptMain()
    generate data for html output of travel expenses
genOptNewUser
in file newuser.inc.php, function genOptNewUser()
    generate data for html output of new-user screen
genOptPurchaseBook
in file purchasebook.inc.php, function genOptPurchaseBook()
    generate data for html output of purchase book
genOptPurchaseBookItem
in file purchasebook.inc.php, function genOptPurchaseBookItem()
    generate data for html output of purchase book item
genOptPurchaseBookPrint
in file purchasebook.inc.php, function genOptPurchaseBookPrint()
    generate data for print output of purchase book
genOptSendPW
in file sendpw.inc.php, function genOptSendPW()
    generate data for html output of send-password screen
genOptTravel
in file travel.inc.php, function genOptTravel()
    generate data for html output of travel expenses
genOptTravelItem
in file travel.inc.php, function genOptTravelItem()
    generate data for html output of travel item
genOptTravelPrint
in file travel.inc.php, function genOptTravelPrint()
    generate data for print output of travel expesnses
genPW
in file sendpw.inc.php, function genPW()
    generate mnemnonic password
get
in file input.class.php, method eaInput::get()
    provides parsed $_GET variable
getChangedVars
in file config.inc.php, function getChangedVars()
    finds changed variables
getClient
in file input.class.php, method eaInput::getClient()
    returns & sets current client
getClientConf
in file db.class.php, method eaDB::getClientConf()
    get client configuration variables
getClients
in file db.class.php, method eaDB::getClients()
    get assigned clients
getClientUsers
in file db.class.php, method eaDB::getClientUsers()
    get client users
getGet
in file input.class.php, method eaInput::getGet()
    looks for a get variable hidden in the url
getPage
in file input.class.php, method eaInput::getPage()
    looks for a page variable hidden in the url or stored in session
getSort
in file input.class.php, method eaInput::getSort()
    looks for a sort variable hidden in the url or stored in session
getSysConf
in file db.class.php, method eaDB::getSysConf()
    get system configuration variables
getUserConf
in file db.class.php, method eaDB::getUserConf()
    get user configuration variables
i

i

input.class.php
procedural page input.class.php
install.db.php
procedural page install.db.php
install.html.php
procedural page install.html.php
install.inc.php
procedural page install.inc.php
index.html.php
procedural page index.html.php
index.inc.php
procedural page index.inc.php
index.php
procedural page index.php
insert
in file db.class.php, method eaDB::insert()
    insert array into table
ip
in file check.class.php, method eaCheck::ip()
    validate ip address string
isOwner
in file db.class.php, method eaDB::isOwner()
    checks if user is owner
isUser
in file db.class.php, method eaDB::isUser()
    checks if user exists
input.class.php
procedural page input.class.php
index.php
procedural page index.php
l

l

$language
in file smarty.class.php, variable eaSmarty::$language
    user language
lastID
in file db.class.php, method eaDB::lastID()
    get last inserted id
loadClientConf
in file db.class.php, method eaDB::loadClientConf()
    load client configuration into configuration variables
logout
in file db.class.php, method eaDB::logout()
    logout function
m

m

mail.class.php
procedural page mail.class.php
main.html.php
procedural page main.html.php
main.inc.php
procedural page main.inc.php
mail
in file check.class.php, method eaCheck::mail()
    validate email address
makeDot
in file numbers.inc.php, function makeDot()
    generates php native number format (dot)
makeDotOnly
in file numbers.inc.php, function makeDotOnly()
    generates php native number format (dot)
makeNum
in file numbers.inc.php, function makeNum()
    generates formated number
makeNumOnly
in file numbers.inc.php, function makeNumOnly()
    generates formated number without decimal limit
mail.class.php
procedural page mail.class.php
n

n

newuser.html.php
procedural page newuser.html.php
newuser.inc.php
procedural page newuser.inc.php
numbers.inc.php
procedural page numbers.inc.php
now
in file db.class.php, method eaDB::now()
    generate sql time string for current time
num
in file check.class.php, method eaCheck::num()
    validate numbers
newuser.inc.php
procedural page newuser.inc.php
numbers.inc.php
procedural page numbers.inc.php
p

p

$post
in file input.class.php, variable eaInput::$post
    validated post vars
purchasebook.db.php
procedural page purchasebook.db.php
purchasebook.html.php
procedural page purchasebook.html.php
purchasebook.inc.php
procedural page purchasebook.inc.php
post
in file input.class.php, method eaInput::post()
    provides parsed $_POST variable
prepare.php
procedural page prepare.php
s

s

sql.php
procedural page sql.php
sqldemo.php
procedural page sqldemo.php
sendpw.html.php
procedural page sendpw.html.php
sendpw.inc.php
procedural page sendpw.inc.php
sendpw.mail.php
procedural page sendpw.mail.php
smarty.class.php
procedural page smarty.class.php
saveAssetsItem
in file assets.inc.php, function saveAssetsItem()
    save assets book item
saveBalance
in file balance.inc.php, function saveBalance()
    save travel item
saveCashBookItem
in file cashbook.inc.php, function saveCashBookItem()
    save cash book item
saveClientConfig
in file config.inc.php, function saveClientConfig()
    saves client configuration
saveDelClientUser
in file config.inc.php, function saveDelClientUser()
    removes client user
saveNewClient
in file config.inc.php, function saveNewClient()
    saves new client
saveNewClientUser
in file config.inc.php, function saveNewClientUser()
    saves new client user
saveNewUser
in file newuser.inc.php, function saveNewUser()
    saves new user data
savePurchaseBookItem
in file purchasebook.inc.php, function savePurchaseBookItem()
    save purchase book item
saveSysConfig
in file config.inc.php, function saveSysConfig()
    saves system configuration
saveTravelItem
in file travel.inc.php, function saveTravelItem()
    save travel item
saveUserConfig
in file config.inc.php, function saveUserConfig()
    saves user configuration
select
in file db.class.php, method eaDB::select()
    select database rows
selectOne
in file db.class.php, method eaDB::selectOne()
    select one single database row
send
in file mail.class.php, method eaMail::send()
    send email
sendPW
in file sendpw.inc.php, function sendPW()
    send new user password data
setClient
in file input.class.php, method eaInput::setClient()
    sets client manually
setPW
in file db.class.php, method eaDB::setPW()
    set password for user
setUp
in file mail.class.php, method TestMail::setUp()
    start FakeMail server & remove old mails
setUp
in file sendpw.inc.php, method TestSendPW::setUp()
    start FakeMail server & remove old mails
smarty_block_eaSelect
in file block.eaSelect.php, function smarty_block_eaSelect()
    Smarty {eaSelect} plugin
smarty_function_eacheckbox
in file function.eaCheckBox.php, function smarty_function_eacheckbox()
    Smarty {eaCheckBox} plugin
smarty_function_eainput
in file function.eaInput.php, function smarty_function_eainput()
    Smarty {eaInput} plugin
smarty_function_eaPage
in file function.eaPage.php, function smarty_function_eaPage()
    Smarty {eaPage} plugin
smarty_function_easubmitbutton
in file function.eaSubmitButton.php, function smarty_function_easubmitbutton()
    Smarty {eaSubmitButton} plugin
smarty_function_eaURL
in file function.eaURL.php, function smarty_function_eaURL()
    Smarty {eaURL} plugin
splitMonthYear
in file date.inc.php, function splitMonthYear()
    split combined month-year string
subject
in file mail.class.php, method eaMail::subject()
    subject setup
SWIFT_ABS_PATH
in file mail.class.php, constant SWIFT_ABS_PATH
    path to mail library
switchToClientDB
in file db.class.php, method eaDB::switchToClientDB()
    switch to client database - if necessary
sessionCheck.php
procedural page sessionCheck.php
sessionStart.php
procedural page sessionStart.php
sendpw.inc.php
procedural page sendpw.inc.php
smarty.class.php
procedural page smarty.class.php
t

t

travel.db.php
procedural page travel.db.php
travel.html.php
procedural page travel.html.php
travel.inc.php
procedural page travel.inc.php
table
in file db.class.php, method eaDB::table()
    return real table name
tearDown
in file sendpw.inc.php, method TestSendPW::tearDown()
    stop FakeMail server & remove mails
tearDown
in file mail.class.php, method TestMail::tearDown()
    stop FakeMail server & remove mails
testAbc
in file check.class.php, method TestValidator::testAbc()
    tests character validator
testAddCheckDeleteClientUsers
in file db.class.php, method TestDBWrapper::testAddCheckDeleteClientUsers()
    tests adding, checking, deleteing users assigned to clients & owner check
testBlob
in file db.class.php, method TestDBWrapper::testBlob()
    tests time functions
testChangeLanguage
in file smarty.class.php, method TestSmartyWrapper::testChangeLanguage()
    tests the changeLanguage methode
testCheck
in file input.class.php, method TestInputWrapper::testCheck()
    tests input validator
testCheckDateFormat
in file date.inc.php, method TestDate::testCheckDateFormat()
    tests checking date format
testCheckLogin
in file db.class.php, method TestDBWrapper::testCheckLogin()
    tests login validation
testConstructor
in file input.class.php, method TestInputWrapper::testConstructor()
    tests the constructor
testConstructor
in file db.class.php, method TestDBWrapper::testConstructor()
    tests the constructor
testConstructor
in file smarty.class.php, method TestSmartyWrapper::testConstructor()
    tests the constructor
testConstructor
in file mail.class.php, method TestMail::testConstructor()
    tests the constructor
testCreateClient
in file db.class.php, method TestDBWrapper::testCreateClient()
    tests client creation
testCreateUser
in file db.class.php, method TestDBWrapper::testCreateUser()
    tests user creation
TestDate
in file date.inc.php, method TestDate::TestDate()
    constructor
TestDate
in file date.inc.php, class TestDate
    test case for date functions
testDateFormat
in file date.inc.php, method TestDate::testDateFormat()
    tests date formating
TestDBWrapper
in file db.class.php, method TestDBWrapper::TestDBWrapper()
    constructor
TestDBWrapper
in file db.class.php, class TestDBWrapper
    tast case for db wrapper
TestDBWrapperSession
in file db.class.php, method TestDBWrapperSession::TestDBWrapperSession()
    constructor
TestDBWrapperSession
in file db.class.php, class TestDBWrapperSession
    tast case for db wrapper (sessions)
testDelete
in file db.class.php, method TestDBWrapper::testDelete()
    tests delete function
testDeleteClient
in file db.class.php, method TestDBWrapper::testDeleteClient()
    tests deleting of client data
testDeleteUser
in file db.class.php, method TestDBWrapper::testDeleteUser()
    tests deleting of user data
testDrop
in file db.class.php, method TestDBWrapper::testDrop()
    tests drop function
testDSN
in file check.class.php, method TestValidator::testDSN()
    tests dsn validator
testEnDecrypt
in file db.class.php, method TestDBWrapper::testEnDecrypt()
    tests encryption & decryption function
testEscape
in file db.class.php, method TestDBWrapper::testEscape()
    tests escape function
testGenOpt
in file sendpw.inc.php, method TestSendPW::testGenOpt()
    tests option generation
testGenOpt
in file newuser.inc.php, method TestNewUser::testGenOpt()
    tests option generation
testGenPW
in file sendpw.inc.php, method TestSendPW::testGenPW()
    tests password generation
testGet
in file input.class.php, method TestInputWrapper::testGet()
    tests get()
testGetClient
in file input.class.php, method TestInputWrapper::testGetClient()
    tests getClient function
testGetClientConf
in file db.class.php, method TestDBWrapper::testGetClientConf()
    tests fetching client configuration data
testGetClients
in file db.class.php, method TestDBWrapper::testGetClients()
    tests get clients
testGetGet
in file input.class.php, method TestInputWrapper::testGetGet()
    tests getGet function
testGetPage
in file input.class.php, method TestInputWrapper::testGetPage()
    tests getPage function
testGetSort
in file input.class.php, method TestInputWrapper::testGetSort()
    tests getSort function
testGetSysConf
in file db.class.php, method TestDBWrapper::testGetSysConf()
    tests fetching system configuration data
testGetUserConf
in file db.class.php, method TestDBWrapper::testGetUserConf()
    tests fetching user configuration data
TestInputWrapper
in file input.class.php, method TestInputWrapper::TestInputWrapper()
    constructor
TestInputWrapper
in file input.class.php, class TestInputWrapper
    tast case for input wrapper
testInsert
in file db.class.php, method TestDBWrapper::testInsert()
    tests insert function
testIP
in file check.class.php, method TestValidator::testIP()
    tests ip validator
testIsUser
in file db.class.php, method TestDBWrapper::testIsUser()
    tests isUser function
testLastID
in file db.class.php, method TestDBWrapper::testLastID()
    tests lastID function
testLoadClientConf
in file db.class.php, method TestDBWrapper::testLoadClientConf()
    tests loading client configuration data into configuration
testLogout
in file db.class.php, method TestDBWrapper::testLogout()
TestMail
in file mail.class.php, method TestMail::TestMail()
    constructor
testMail
in file check.class.php, method TestValidator::testMail()
    tests email-address validator
TestMail
in file mail.class.php, class TestMail
    tast case for mail wrapper
testMakeDot
in file numbers.inc.php, method TestNumbers::testMakeDot()
    tests makeDot function
testMakeDotOnly
in file numbers.inc.php, method TestNumbers::testMakeDotOnly()
    tests makeDotOnly function
testMakeNum
in file numbers.inc.php, method TestNumbers::testMakeNum()
    tests makeNum function
testmakeNumOnly
in file numbers.inc.php, method TestNumbers::testmakeNumOnly()
    tests makeNum function
TestNewUser
in file newuser.inc.php, class TestNewUser
    test case for new-user functions
TestNewUser
in file newuser.inc.php, method TestNewUser::TestNewUser()
    constructor
testNum
in file check.class.php, method TestValidator::testNum()
    tests number validator
TestNumbers
in file numbers.inc.php, class TestNumbers
    test case for number functions
TestNumbers
in file numbers.inc.php, method TestNumbers::TestNumbers()
    constructor
testPatternCreator
in file input.class.php, method TestInputWrapper::testPatternCreator()
    tests pattern creator
testPluginEACheckBox
in file smarty.class.php, method TestSmartyWrapper::testPluginEACheckBox()
    tests the {eaCheckBox} function plugin
testPluginEAInput
in file smarty.class.php, method TestSmartyWrapper::testPluginEAInput()
    tests the {eaInput} function plugin
testPluginEAPage
in file smarty.class.php, method TestSmartyWrapper::testPluginEAPage()
    tests the {eaPage} function plugin
testPluginEASelect
in file smarty.class.php, method TestSmartyWrapper::testPluginEASelect()
    tests the {eaSelect} block plugin
testPluginEASubmitButton
in file smarty.class.php, method TestSmartyWrapper::testPluginEASubmitButton()
    tests the {eaSubmitButton} function plugin
testPluginEAURL
in file smarty.class.php, method TestSmartyWrapper::testPluginEAURL()
    tests the {eaURL} function plugin
testPost
in file input.class.php, method TestInputWrapper::testPost()
    checks non existing, false, and valid input
testSave
in file newuser.inc.php, method TestNewUser::testSave()
    tests saving new user
testSelect
in file db.class.php, method TestDBWrapper::testSelect()
    tests select
testSelectOne
in file db.class.php, method TestDBWrapper::testSelectOne()
    tests single select
testSend
in file mail.class.php, method TestMail::testSend()
    tests send, to, from, bcc, cc, subject, text
TestSendPW
in file sendpw.inc.php, method TestSendPW::TestSendPW()
    constructor
TestSendPW
in file sendpw.inc.php, class TestSendPW
    test case for send-password functions
testSendPWFunction
in file sendpw.inc.php, method TestSendPW::testSendPWFunction()
    tests password sinding
testSession
in file db.class.php, method TestDBWrapperSession::testSession()
    tests session
testSessionWitouthCookies
in file db.class.php, method TestDBWrapperSession::testSessionWitouthCookies()
    tests session without cookies
testSetClient
in file input.class.php, method TestInputWrapper::testSetClient()
    tests setClient function
testSetPW
in file db.class.php, method TestDBWrapper::testSetPW()
    tests password change
TestSmartyWrapper
in file smarty.class.php, class TestSmartyWrapper
    tast case for smarty wrapper
TestSmartyWrapper
in file smarty.class.php, method TestSmartyWrapper::TestSmartyWrapper()
    constructor
testSwitchToClientDB
in file db.class.php, method TestDBWrapper::testSwitchToClientDB()
    tests the
testTable
in file db.class.php, method TestDBWrapper::testTable()
    tests table function
testTimeAndNow
in file db.class.php, method TestDBWrapper::testTimeAndNow()
    tests time functions
testTxt
in file check.class.php, method TestValidator::testTxt()
    tests text validator
testUpdate
in file db.class.php, method TestDBWrapper::testUpdate()
    tests update function
testUpdateClient
in file db.class.php, method TestDBWrapper::testUpdateClient()
    tests update of client data
testUpdateClientConf
in file db.class.php, method TestDBWrapper::testUpdateClientConf()
    tests update of client configuration data
testUpdateSysConf
in file db.class.php, method TestDBWrapper::testUpdateSysConf()
    tests update of system configuration data
testUpdateUser
in file db.class.php, method TestDBWrapper::testUpdateUser()
    tests update of user data
testUpdateUserConf
in file db.class.php, method TestDBWrapper::testUpdateUserConf()
    tests update of user configuration data
TestValidator
in file check.class.php, method TestValidator::TestValidator()
    constructor
TestValidator
in file check.class.php, class TestValidator
    tast case for input wrapper
text
in file mail.class.php, method eaMail::text()
    body text setup
time
in file db.class.php, method eaDB::time()
    generate sql time string from unix timestamp
to
in file mail.class.php, method eaMail::to()
    recipient setup
txt
in file check.class.php, method eaCheck::txt()
    validate text
u

u

$user
in file db.class.php, variable eaDB::$user
    user data
update
in file db.class.php, method eaDB::update()
    update table
updateClient
in file db.class.php, method eaDB::updateClient()
    update client
updateClientConf
in file db.class.php, method eaDB::updateClientConf()
    update client configuration
updateSysConf
in file db.class.php, method eaDB::updateSysConf()
    update system configuration
updateUser
in file db.class.php, method eaDB::updateUser()
    update user
updateUserConf
in file db.class.php, method eaDB::updateUserConf()
    update user configuration
_

_

$_check
in file input.class.php, variable eaInput::$_check
    validator class
$_clientTables
in file db.class.php, variable eaDB::$_clientTables
    client tables
$_db
in file db.class.php, variable eaDB::$_db
    database resource
$_dbDebug
in file db.class.php, variable TestDBWrapper::$_dbDebug
    enable debugging of ADOdb
$_dbDebug
in file db.class.php, variable TestDBWrapperSession::$_dbDebug
    enable debugging of ADOdb
$_dir
in file db.class.php, variable TestDBWrapperSession::$_dir
    path to test web pages
$_from
in file mail.class.php, variable eaMail::$_from
    from address resource
$_message
in file mail.class.php, variable eaMail::$_message
    message resource
$_prefix
in file db.class.php, variable eaDB::$_prefix
    table prefix
$_recipients
in file mail.class.php, variable eaMail::$_recipients
    recipients resource
$_swift
in file mail.class.php, variable eaMail::$_swift
    swift resource
_error
in file check.class.php, method eaCheck::_error()
    store error message and throw error

Documentation generated on Sun, 09 Sep 2007 17:07:38 +0200 by phpDocumentor 1.3.1