dev.obliquid.com: cal
[ class tree: cal ] [ index: cal ] [ all elements ]

Element index for package cal

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ u ] [ w ] [ _ ]

_

$_tprefix
in file db_form.php, variable db_form::$_tprefix
    an optional prefix to prepend to database table
_getAttributeString
in file db_form.php, method db_form::_getAttributeString()
    Private function returning the attribute string from the attribute array
top

a

accdetail.php
procedural page accdetail.php
accperson.php
procedural page accperson.php
accreport.php
procedural page accreport.php
addaccount.php
procedural page addaccount.php
addavail.php
procedural page addavail.php
addcall.php
procedural page addcall.php
addmeeting.php
procedural page addmeeting.php
addnote.php
procedural page addnote.php
addwork.php
procedural page addwork.php
top

c

cal_accdetail_
in file accdetail.php, function cal_accdetail_()
    Details of an account
cal_accperson_
in file accperson.php, function cal_accperson_()
    Account details for a single person
cal_accreport_
in file accreport.php, function cal_accreport_()
    Report for an account
cal_addaccount_
in file addaccount.php, function cal_addaccount_()
    Adds or modifies an accountancy record in the calendar.
cal_addavail_
in file addavail.php, function cal_addavail_()
cal_addcall_
in file addcall.php, function cal_addcall_()
    Adds or modifies a call in the calendar.
cal_addmeeting_
in file addmeeting.php, function cal_addmeeting_()
    Adds or modifies a meeting in the calendar.
cal_addnote_
in file addnote.php, function cal_addnote_()
    Adds or modifies a note entry in the calendar.
cal_addwork_
in file addwork.php, function cal_addwork_()
    Adds or modifies a work session
cal_cache_
in file cache.php, function cal_cache_()
    Rebuilds repeated events cache
cal_clean_
in file clean.php, function cal_clean_()
    Delete old availabilities. It's important to keep performance at acceptable level in a busy site.
cal_confirm_
in file confirm.php, function cal_confirm_()
    Sets meetings confirmations.
cal_daywork_
in file daywork.php, function cal_daywork_()
    Report for work done in a day
cal_day_
in file day.php, function cal_day_()
    daily view of events
cal_filter_
in file filter.php, function cal_filter_()
    Menu to filter calendar events
cal_listnotes_
in file listnotes.php, function cal_listnotes_()
    list of all the notes for the selected id_person
cal_meetavail_
in file meetavail.php, function cal_meetavail_()
cal_meetingslist_
in file meetingslist.php, function cal_meetingslist_()
    Lists all meetings between two persons and may send a confirmation email.
cal_modrecall
in file modrecall.php, function cal_modrecall()
    Modifies a recall event in the calendar.
cal_monthsmall_
in file monthsmall.php, function cal_monthsmall_()
    compact view of a month - can be used in any page
cal_monthwork_
in file monthwork.php, function cal_monthwork_()
    Report for work done in a month
cal_month_
in file month.php, function cal_month_()
    monthly view of events
cal_prjdetail_
in file prjdetail.php, function cal_prjdetail_()
    Details of a project
cal_prjlist_
in file prjlist.php, function cal_prjlist_()
    List of projects
cal_prjreport_
in file prjreport.php, function cal_prjreport_()
    Work report for a project
cal_wrkreport_
in file wrkreport.php, function cal_wrkreport_()
    Work report for a person
clearAllValues
in file db_form.php, method db_form::clearAllValues()
    Sets all the values as not sent from a form and clears
clearFormValues
in file db_form.php, method db_form::clearFormValues()
    Sets all the values as not sent from a form
cache.php
procedural page cache.php
clean.php
procedural page clean.php
confirm.php
procedural page confirm.php
top

d

$def_attrib
in file db_form.php, variable db_form::$def_attrib
    an associative array with a list of default attributes
db_form
in file db_form.php, method db_form::db_form()
    db_form constructor
db_form
in file db_form.php, class db_form
    Builds simple select, update and delete queries (on a single table), and uses the values stored to build form elements.
daywork.php
procedural page daywork.php
day.php
procedural page day.php
top

e

executeSqlDelete
in file db_form.php, method db_form::executeSqlDelete()
    execute a SQL delete statement, meant to delete a single record.
executeSqlInsert
in file db_form.php, method db_form::executeSqlInsert()
    execute an insert statement
executeSqlUpdate
in file db_form.php, method db_form::executeSqlUpdate()
    execute an update statement
top

f

fetch
in file db_form.php, method db_form::fetch()
    Fetches a record from db and fills internal status with it
filter.php
procedural page filter.php
top

g

getArraySelect
in file db_form.php, method db_form::getArraySelect()
    gets a string to build a select form control. DEPRECATED This function builds a select form control trying to guess attributes from the db.
getAssocArray
in file db_form.php, method db_form::getAssocArray()
    creates an index array with all the DB field names
getButton
in file db_form.php, method db_form::getButton()
    shows a button of type button
getCheckbox
in file db_form.php, method db_form::getCheckbox()
    Gets an html checkbox
getDateInput
in file db_form.php, method db_form::getDateInput()
    gets a date input control with drop downs for day, month and year.
getDayInput
in file db_form.php, method db_form::getDayInput()
getDbSelect
in file db_form.php, method db_form::getDbSelect()
    gets a string to build a select form control. DEPRECATED This function builds a select form control trying to guess attributes from the db.
getDbValue
in file db_form.php, method db_form::getDbValue()
    returns the value of the fetched field from the db or an empty string
getFieldArray
in file db_form.php, method db_form::getFieldArray()
    creates an index array with all the DB field names
getFileInput
in file db_form.php, method db_form::getFileInput()
    gets a file input control
getFormValue
in file db_form.php, method db_form::getFormValue()
    returns the value of the field in the sent and parsed form, or the value
getHidden
in file db_form.php, method db_form::getHidden()
    gets an hidden field
getHtmlPopup
in file db_form.php, method db_form::getHtmlPopup()
    gets a string to be used as a html editor popup window.
getImage
in file db_form.php, method db_form::getImage()
    shows an image submit button
getInput
in file db_form.php, method db_form::getInput()
    returns an html control according to $type parameter
getInputTypesArray
in file db_form.php, method db_form::getInputTypesArray()
    gets an array with all supported input types in a format suitable for getSelect()
getLogger
in file db_form.php, method db_form::getLogger()
    Gets the logger object created by db_form
getMbInsert
in file db_form.php, method db_form::getMbInsert()
    Gets a Metabase insert. It's a piece of XML. Example:
getMonthInput
in file db_form.php, method db_form::getMonthInput()
getMultiSelect
in file db_form.php, method db_form::getMultiSelect()
    gets a string to build a multi select form control.
getPasswordInput
in file db_form.php, method db_form::getPasswordInput()
    gets a string to build a password input form control.
getPrimaryKeys
in file db_form.php, method db_form::getPrimaryKeys()
    Get an array with the primary keys
getRadio
in file db_form.php, method db_form::getRadio()
    Gets a radio button
getSelect
in file db_form.php, method db_form::getSelect()
    gets a string to build a select form control.
getSqlDelete
in file db_form.php, method db_form::getSqlDelete()
    returns a SQL statement to delete data according to the primary key value
getSqlInsert
in file db_form.php, method db_form::getSqlInsert()
    Gets the sql insert statement
getSqlUpdate
in file db_form.php, method db_form::getSqlUpdate()
    returns a SQL statement to modify data according to form values
getSubmit
in file db_form.php, method db_form::getSubmit()
    shows a submit button
getTextArea
in file db_form.php, method db_form::getTextArea()
    shows a text area fetching data from db
getTextInput
in file db_form.php, method db_form::getTextInput()
    gets a string to build a text input form control.
getTextPopup
in file db_form.php, method db_form::getTextPopup()
    gets a string to be used as a text editor popup window.
getValue
in file db_form.php, method db_form::getValue()
    returns the form value of the field if $field_name is a form field and
getValueArray
in file db_form.php, method db_form::getValueArray()
    creates an index array with the values for each database field
getValueForSql
in file db_form.php, method db_form::getValueForSql()
    Returns a field value, in the same way getValue does, but delimits
getYearInput
in file db_form.php, method db_form::getYearInput()
top

i

isDB
in file db_form.php, method db_form::isDB()
    Returns boolean whether the field is defined in the DB or not.
isForm
in file db_form.php, method db_form::isForm()
    Returns boolean whether the field is defined in the FORM or not.
is_uploaded_file
in file db_form.php, method db_form::is_uploaded_file()
    Tests to see whether the $field_name was set from a valid file upload
top

l

$logger
in file db_form.php, variable db_form::$logger
    an instance of the logger class
listnotes.php
procedural page listnotes.php
top

m

msg_runqueue_
in file runqueue.php, function msg_runqueue_()
    Sends emails in the queue
meetavail.php
procedural page meetavail.php
meetingslist.php
procedural page meetingslist.php
modrecall.php
procedural page modrecall.php
monthsmall.php
procedural page monthsmall.php
monthwork.php
procedural page monthwork.php
month.php
procedural page month.php
top

n

newId
in file db_form.php, method db_form::newId()
    finds a new id for the table and sets the primary key (primary key must be simple and numeric). returns the generated id The table must have a sequence.
top

p

prjdetail.php
procedural page prjdetail.php
prjlist.php
procedural page prjlist.php
prjreport.php
procedural page prjreport.php
parseForm
in file db_form.php, method db_form::parseForm()
    parses the form and copies values into the _field array
top

r

runqueue.php
procedural page runqueue.php
top

s

setDatadict
in file db_form.php, method db_form::setDatadict()
    Sets a custom data dictionary for a table not contained in tabledesc.
setDBConnection
in file db_form.php, method db_form::setDBConnection()
    sets a reference to an already created Metabase DB object
setDefaultAttrib
in file db_form.php, method db_form::setDefaultAttrib()
    Sets the default attributes for building a form control.
setFormValue
in file db_form.php, method db_form::setFormValue()
    allows to modify a value in the sent and parsed form or to set any value
setTable
in file db_form.php, method db_form::setTable()
    sets the table name to be used and reads meta data from db.
setTableMetabase
in file db_form.php, method db_form::setTableMetabase()
    sets the table name to be used and sets meta data from '$meta' it's possible to reuse this object for more than one table.
top

u

ucfields
in file db_form.php, method db_form::ucfields()
    Applies ucwords to all fields listed in the array
top

w

wrkreport.php
procedural page wrkreport.php
top

Documentation generated on Tue, 29 Mar 2005 09:03:31 -0800 by phpDocumentor 1.2.0rc2