Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ _ ]
top
top
top
d
- $destination
- in file Button.php, variable Quinoa_HTML_Form_Button::$destination
- $DESTINATION
- in file Menuitem.php, variable Quinoa_HTML_Menu_Menuitem::$DESTINATION
- $disable
- in file Button.php, variable Quinoa_HTML_Form_Button::$disable
- $divStyle
- in file Menu.php, variable Quinoa_HTML_Menu::$divStyle
Style of the menu container
- defineAttributes
- in file Entity.php, method Quinoa_Interface_Entity::defineAttributes()
Defines the attributes belonging to a data class
- defineAttributes
- in file Entity.php, method Quinoa_Entity::defineAttributes()
Mandatory definition of entity attributes
- delete
- in file Processor.php, method Quinoa_Processor::delete()
High level deleting for generic, non validated usage
- delete
- in file Sybase.php, method Quinoa_Data_Dialect_Sybase::delete()
Get the sql for deletion and runs the query returning the number of
- delete
- in file MySQL.php, method Quinoa_Data_Dialect_MySQL::delete()
Get the sql for deletion and runs the query returning the number of
- delete
- in file Data.php, method Quinoa_Data::delete()
Get the sql for deletion and runs the query returning the number of
- deleteMany
- in file Entity.php, method Quinoa_Entity::deleteMany()
High level deletion upon condition
- deleteOne
- in file Entity.php, method Quinoa_Entity::deleteOne()
High level deletion based on the id given
- draw
- in file Page.php, method Quinoa_Page::draw()
Prints the result of the fetch method
- Data.php
- procedural page Data.php
- Delete.php
- procedural page Delete.php
- Datetime.php
- procedural page Datetime.php
top
e
- $extension
- in file Delete.php, variable Quinoa_HTML_Form_Button_Delete::$extension
- $extension
- in file Edit.php, variable Quinoa_HTML_Form_Button_Edit::$extension
- $extension
- in file Save.php, variable Quinoa_HTML_Form_Button_Save::$extension
- $extension
- in file Add.php, variable Quinoa_HTML_Form_Button_Add::$extension
- $extension
- in file Cancel.php, variable Quinoa_HTML_Form_Button_Cancel::$extension
- $extension
- in file Button.php, variable Quinoa_HTML_Form_Button::$extension
- encode
- in file OS.php, method Quinoa_OS::encode()
encodes a string in the system specific encoding
- enumSelect
- in file Enumbox.php, method Quinoa_HTML_Form_Formfield_Enumbox::enumSelect()
- error_handler
- in file Sybase.php, method Quinoa_Data_Dialect_Sybase::error_handler()
Error handler
- execute
- in file Data.php, method Quinoa_Data::execute()
Used for retrieving.
- execute
- in file MySQL.php, method Quinoa_Data_Dialect_MySQL::execute()
Used for retrieving.
- Entity.php
- procedural page Entity.php
- Error.php
- procedural page Error.php
- Edit.php
- procedural page Edit.php
- Enumbox.php
- procedural page Enumbox.php
- Entity.php
- procedural page Entity.php
- RECORDS_TO_SHOW
- in file Suggest.php, class constant Quinoa_Ajax_Suggest::RECORDS_TO_SHOW
top
f
- $fields
- in file Fieldset.php, variable Quinoa_HTML_Form_Fieldset::$fields
- $fragment
- in file Suggest.php, variable Quinoa_Ajax_Form_Formfield_Suggest::$fragment
The fragment used for the form field
- $fragment
- in file Add.php, variable Quinoa_HTML_Form_Button_Add::$fragment
- $fragment
- in file Save.php, variable Quinoa_HTML_Form_Button_Save::$fragment
- $fragment
- in file Formfield.php, variable Quinoa_HTML_Form_Formfield::$fragment
- $fragment
- in file Password.php, variable Quinoa_HTML_Form_Formfield_Password::$fragment
- $fragment
- in file Hidden.php, variable Quinoa_HTML_Form_Formfield_Hidden::$fragment
- $fragment
- in file File.php, variable Quinoa_HTML_Form_Formfield_File::$fragment
- $fragment
- in file Text.php, variable Quinoa_HTML_Form_Formfield_Text::$fragment
- $fragment
- in file Cancel.php, variable Quinoa_HTML_Form_Button_Cancel::$fragment
- $fragment
- in file Button.php, variable Quinoa_HTML_Form_Button::$fragment
- $fragment
- in file Datetime.php, variable Quinoa_HTML_Form_Formfield_Datetime::$fragment
- $fragment
- in file Delete.php, variable Quinoa_HTML_Form_Button_Delete::$fragment
- $fragment
- in file Textarea.php, variable Quinoa_HTML_Form_Formfield_Textarea::$fragment
- $fragment
- in file Edit.php, variable Quinoa_HTML_Form_Button_Edit::$fragment
- fetch
- in file Quinoa.php, method Quinoa::fetch()
Assign the values given to the template variables so that it is visible
- fetch
- in file Page.php, method Quinoa_Page::fetch()
Assigns the html source to each of the fragment variable of the structure
- Footer.php
- procedural page Footer.php
- Fieldset.php
- procedural page Fieldset.php
- File.php
- procedural page File.php
- Formfield.php
- procedural page Formfield.php
- Form.php
- procedural page Form.php
top
g
- get
- in file Session.php, method Quinoa_Session::get()
Gets the variable from session and includes necessary files when
- getAffectedRows
- in file Data.php, method Quinoa_Data::getAffectedRows()
Get the number of rows affected in the last operation
- getAffectedRows
- in file MySQL.php, method Quinoa_Data_Dialect_MySQL::getAffectedRows()
Get the number of rows affected in the last operation
- getAttribute
- in file Entity.php, method Quinoa_Entity::getAttribute()
Gets an attribute given its name
- getAttribute
- in file Record.php, method Quinoa_Record::getAttribute()
Get a specific attribute given its name
- getAttributes
- in file Entity.php, method Quinoa_Entity::getAttributes()
get the array of Quinoa_Attribute of the entity
- getAttributes
- in file Record.php, method Quinoa_Record::getAttributes()
attributes accessor
- getClassesFiles
- in file Serializable.php, method Quinoa_Serializable::getClassesFiles()
Gets all necessary files for all classes in the class hierarchy and above it.
- getConditions
- in file Entity.php, method Quinoa_Entity::getConditions()
get the conditions based on the entity relationships
- getConditions
- in file Query.php, method Quinoa_Query::getConditions()
- getConnection
- in file Connection.php, method Quinoa_Data_Connection::getConnection()
Checks if a connection already exists for the database/dialect
- getCount
- in file MySQL.php, method Quinoa_Data_Dialect_MySQL::getCount()
Runs a query replacing the fields for a count function
- getCount
- in file Data.php, method Quinoa_Data::getCount()
Runs a query replacing the fields for a count function
- getCount
- in file Sybase.php, method Quinoa_Data_Dialect_Sybase::getCount()
Runs a query replacing the fields for a count function
- getDataClass
- in file Attribute.php, method Quinoa_Attribute::getDataClass()
dataClass get accessor
- getDateDBFormat
- in file Attribute.php, method Quinoa_Attribute::getDateDBFormat()
dataDBFormat get accessor
- getDateShowFormat
- in file Attribute.php, method Quinoa_Attribute::getDateShowFormat()
dataShowFormat get accessor
- getDecimals
- in file Attribute.php, method Quinoa_Attribute::getDecimals()
decimals get accessor
- getDefaultValue
- in file Attribute.php, method Quinoa_Attribute::getDefaultValue()
defaultValue get accessor
- getFields
- in file Entity.php, method Quinoa_Entity::getFields()
get the fields defined in the attributes property
- getFields
- in file Query.php, method Quinoa_Query::getFields()
- getFirstPageOfSet
- in file Pager.php, method Quinoa_Pager::getFirstPageOfSet()
get the first page of a set of pages
- getFirstStartOfLastSet
- in file Pager.php, method Quinoa_Pager::getFirstStartOfLastSet()
get the start index of the first page of the last set of pages
- getForeignId
- in file Attribute.php, method Quinoa_Attribute::getForeignId()
foreignId get accessor
- getForeignType
- in file Entity.php, method Quinoa_Entity::getForeignType()
get the type defined in the external attribute
- getFormFieldType
- in file Attribute.php, method Quinoa_Attribute::getFormFieldType()
formFieldType get accessor
- getFragment
- in file Quinoa.php, method Quinoa::getFragment()
Fragment get accessor
- getGroupBy
- in file Query.php, method Quinoa_Query::getGroupBy()
- getIsAutoNumber
- in file Attribute.php, method Quinoa_Attribute::getIsAutoNumber()
isAutoNumber get accessor
- getIsMandatory
- in file Attribute.php, method Quinoa_Attribute::getIsMandatory()
isMandatory get accessor
- getIsReadOnly
- in file Attribute.php, method Quinoa_Attribute::getIsReadOnly()
isReadOnly get accessor
- getLabel
- in file Attribute.php, method Quinoa_Attribute::getLabel()
label get accessor
- getLabels
- in file Recordlist.php, method Quinoa_Recordlist::getLabels()
Returns all the labels of all the attributes of the records
- getLabels
- in file Entity.php, method Quinoa_Entity::getLabels()
Gets an array with all the labels of the data class for display purposes
- getLastId
- in file Sybase.php, method Quinoa_Data_Dialect_Sybase::getLastId()
Not implemented
- getLastId
- in file MySQL.php, method Quinoa_Data_Dialect_MySQL::getLastId()
Get the last autonumbered id inserted
- getLastId
- in file Data.php, method Quinoa_Data::getLastId()
Get the last autonumbered id inserted
- getLastPageOfSet
- in file Pager.php, method Quinoa_Pager::getLastPageOfSet()
get the last page of the present set of pages
- getLength
- in file Attribute.php, method Quinoa_Attribute::getLength()
label get accessor
- getLimit
- in file Query.php, method Quinoa_Query::getLimit()
- getLinkage
- in file Set.php, method Quinoa_Set::getLinkage()
- getMaximumOfRecords
- in file Pager.php, method Quinoa_Pager::getMaximumOfRecords()
- getMaximumVisiblePages
- in file Pager.php, method Quinoa_Pager::getMaximumVisiblePages()
- getName
- in file Attribute.php, method Quinoa_Attribute::getName()
name get accessor
- getNames
- in file Record.php, method Quinoa_Record::getNames()
Returns all the names of all the attributes in an array
- getNames
- in file Recordlist.php, method Quinoa_Recordlist::getNames()
Returns all the names of the attributes of the records
- getNames
- in file Entity.php, method Quinoa_Entity::getNames()
Gets an array with all the names of the data class
- getNumPages
- in file Pager.php, method Quinoa_Pager::getNumPages()
Get the number of pages the total of records will need
- getOrderBy
- in file Query.php, method Quinoa_Query::getOrderBy()
- getOutputs
- in file Items.php, method Quinoa_HTML_Form_Formfield_Checklist_Items::getOutputs()
- getOutputs
- in file Options.php, method Quinoa_HTML_Form_Formfield_Combobox_Options::getOutputs()
- getPresentPage
- in file Pager.php, method Quinoa_Pager::getPresentPage()
get the present page
- getPresentPageNumRecords
- in file Pager.php, method Quinoa_Pager::getPresentPageNumRecords()
get the number of records of the present page
- getPrimary
- in file Record.php, method Quinoa_Record::getPrimary()
primary accessor
- getPrimaryKey
- in file Entity.php, method Quinoa_Entity::getPrimaryKey()
return the primary key defined for the entity
- getRecords
- in file Recordlist.php, method Quinoa_Recordlist::getRecords()
- getRows
- in file Attribute.php, method Quinoa_Attribute::getRows()
rows get accessor
- getSourceAttribute
- in file Attribute.php, method Quinoa_Attribute::getSourceAttribute()
sourceAttribute get accessor
- getSourceEntity
- in file Attribute.php, method Quinoa_Attribute::getSourceEntity()
sourceEntity get accessor
- getSQL
- in file Query.php, method Quinoa_Query::getSQL()
Gets resulting SQL for a given operation
- getSQLParams
- in file Entity.php, method Quinoa_Entity::getSQLParams()
get the pieces of the SQL in an associative array
- getStart
- in file Pager.php, method Quinoa_Pager::getStart()
- getStart
- in file Query.php, method Quinoa_Query::getStart()
- getSuggestions
- in file Suggest.php, method Quinoa_Ajax_Suggest::getSuggestions()
Returns a XML based on a key, data class, table and field
- getTables
- in file Entity.php, method Quinoa_Entity::getTables()
get the tables defined in the inheriting data class
- getTables
- in file Query.php, method Quinoa_Query::getTables()
- getTemplatePath
- in file Quinoa.php, method Quinoa::getTemplatePath()
templatePath get accessor
- getTotalOfRecords
- in file Pager.php, method Quinoa_Pager::getTotalOfRecords()
- getTotalOfRecords
- in file Recordlist.php, method Quinoa_Recordlist::getTotalOfRecords()
- getType
- in file Attribute.php, method Quinoa_Attribute::getType()
type get accessor
- getUsername
- in file Auth.php, method Quinoa_Auth::getUsername()
username get accessor
- getValue
- in file Attribute.php, method Quinoa_Attribute::getValue()
value get accessor
- getValues
- in file Options.php, method Quinoa_HTML_Form_Formfield_Combobox_Options::getValues()
- getValues
- in file Items.php, method Quinoa_HTML_Form_Formfield_Checklist_Items::getValues()
- getVar
- in file Quinoa.php, method Quinoa::getVar()
Generic get accessor
- goto
- in file Processor.php, method Quinoa_Processor::goto()
Redirects the user to a new context
top
top
i
- $items
- in file Options.php, variable Quinoa_HTML_Form_Formfield_Combobox_Options::$items
- $items
- in file Items.php, variable Quinoa_HTML_Form_Formfield_Checklist_Items::$items
- innerHTML
- in file Processor.php, method Quinoa_Processor::innerHTML()
Writes source inside a tag given its id.
- insert
- in file Sybase.php, method Quinoa_Data_Dialect_Sybase::insert()
Get the sql for insertion and runs the query returning the number of
- insert
- in file MySQL.php, method Quinoa_Data_Dialect_MySQL::insert()
Get the sql for insertion and runs the query returning the number of
- insert
- in file Data.php, method Quinoa_Data::insert()
Get the sql for insertion and runs the query returning the number of
- isAutoNumber
- in file Attribute.php, method Quinoa_Attribute::isAutoNumber()
isAutoNumber tester
- isDistinct
- in file Query.php, method Quinoa_Query::isDistinct()
- isLogged
- in file Auth.php, method Quinoa_Auth::isLogged()
Checks whether user is logged
- isMandatory
- in file Attribute.php, method Quinoa_Attribute::isMandatory()
isMandatory tester
- isMandatory
- in file Validation.php, method Quinoa_Validation::isMandatory()
Checks whether a value is empty or not
- isNotEmpty
- in file Validation.php, method Quinoa_Validation::isNotEmpty()
Alias of isMandatory method
- isNumeric
- in file Validation.php, method Quinoa_Validation::isNumeric()
Checks whether a value is numeric
- isReadOnly
- in file Attribute.php, method Quinoa_Attribute::isReadOnly()
isReadOnly tester
- isValidEmail
- in file Validation.php, method Quinoa_Validation::isValidEmail()
Checks whether an email is valid
- Image.php
- procedural page Image.php
- Inputimage.php
- procedural page Inputimage.php
- Input.php
- procedural page Input.php
- Items.php
- procedural page Items.php
top
top
l
- $label
- in file Operation.php, variable Quinoa_HTML_Tabulardata_Operation::$label
- $label
- in file Number.php, variable Quinoa_HTML_Form_Formfield_Number::$label
- $label
- in file Password.php, variable Quinoa_HTML_Form_Formfield_Password::$label
- $label
- in file Suggest.php, variable Quinoa_Ajax_Form_Formfield_Suggest::$label
Label to display
- $label
- in file Textarea.php, variable Quinoa_HTML_Form_Formfield_Textarea::$label
- $label
- in file Text.php, variable Quinoa_HTML_Form_Formfield_Text::$label
- $label
- in file File.php, variable Quinoa_HTML_Form_Formfield_File::$label
- $label
- in file Hidden.php, variable Quinoa_HTML_Form_Formfield_Hidden::$label
- $label
- in file Checklist.php, variable Quinoa_HTML_Form_Formfield_Checklist::$label
- $label
- in file Checkbox.php, variable Quinoa_HTML_Form_Formfield_Checkbox::$label
- $label
- in file Datetime.php, variable Quinoa_HTML_Form_Formfield_Datetime::$label
- $label
- in file Combobox.php, variable Quinoa_HTML_Form_Formfield_Combobox::$label
- $label
- in file Enumbox.php, variable Quinoa_HTML_Form_Formfield_Enumbox::$label
- $labels
- in file Quicktabulardata.php, variable Quinoa_HTML_Quicktabulardata::$labels
An array with labels of the columns
- $list
- in file Checklist.php, variable Quinoa_HTML_Form_Formfield_Checklist::$list
- log
- in file Auth.php, method Quinoa_Auth::log()
Logs the user
- Link.php
- procedural page Link.php
top
top
top
o
- $options
- in file Combobox.php, variable Quinoa_HTML_Form_Formfield_Combobox::$options
- $options
- in file Enumbox.php, variable Quinoa_HTML_Form_Formfield_Enumbox::$options
- onLoad
- in file Tabulardata.php, method Quinoa_HTML_Tabulardata::onLoad()
Needed for inheriting classes to add pre processing
- onLoad
- in file Suggest.php, method Quinoa_Ajax_Suggest::onLoad()
onLoad function is called by the Quinoa constructor.
- onLoad
- in file Quinoa.php, method Quinoa::onLoad()
Method overwriten by inheriting classes.
- onLoad
- in file Verticalmenu.php, method Quinoa_HTML_Menu_Verticalmenu::onLoad()
- onLoad
- in file Form.php, method Quinoa_HTML_Form::onLoad()
This class is called first.
- onLoad
- in file Header.php, method Quinoa_HTML_Header::onLoad()
- onLoad
- in file Horizontalmenu.php, method Quinoa_HTML_Menu_Horizontalmenu::onLoad()
- onlyStarters
- in file Suggest.php, method Quinoa_Ajax_Suggest::onlyStarters()
Slices the Quinoa_RecordList to a limit of RECORDS_TO_SHOW
- Options.php
- procedural page Options.php
- Operation.php
- procedural page Operation.php
- Object.php
- procedural page Object.php
- OS.php
- procedural page OS.php
top
top
q
- Quinoa
- in file Quinoa.php, class Quinoa
Quinoa Base class.
- Quinoa_Ajax
- in file Ajax.php, class Quinoa_Ajax
Quinoa_Ajax base class.
- Quinoa_Ajax_Form_Formfield_Suggest
- in file Suggest.php, class Quinoa_Ajax_Form_Formfield_Suggest
Quinoa Form Formfield Suggest class.
- Quinoa_Ajax_Suggest
- in file Suggest.php, class Quinoa_Ajax_Suggest
Quinoa Ajax Suggest class
Quinoa_Ajax_Suggest class get records from a given data class and returns it as a xml.
- Quinoa_Attribute
- in file Attribute.php, class Quinoa_Attribute
Quinoa_Attribute class.
- Quinoa_Auth
- in file Auth.php, class Quinoa_Auth
Quinoa_Auth class.
- Quinoa_Data
- in file Data.php, class Quinoa_Data
Quinoa Data class.
- Quinoa_Data_Connection
- in file Connection.php, class Quinoa_Data_Connection
Quinoa Data Connection class.
- Quinoa_Data_Dialect_MySQL
- in file MySQL.php, class Quinoa_Data_Dialect_MySQL
Quinoa Data Dialect MySQL class.
- Quinoa_Data_Dialect_Sybase
- in file Sybase.php, class Quinoa_Data_Dialect_Sybase
Quinoa Data Dialect Sybase class.
- Quinoa_Entity
- in file Entity.php, class Quinoa_Entity
Quinoa Entity class.
- Quinoa_Error
- in file Error.php, class Quinoa_Error
Quinoa Error class.
- Quinoa_HTML_Footer
- in file Footer.php, class Quinoa_HTML_Footer
Quinoa HTML Footer class.
- Quinoa_HTML_Form
- in file Form.php, class Quinoa_HTML_Form
Quinoa HTML Form class.
- Quinoa_HTML_Form_Button
- in file Button.php, class Quinoa_HTML_Form_Button
Quinoa HTML Form Button class.
- Quinoa_HTML_Form_Button_Add
- in file Add.php, class Quinoa_HTML_Form_Button_Add
Quinoa HTML Form Button Add class.
- Quinoa_HTML_Form_Button_Cancel
- in file Cancel.php, class Quinoa_HTML_Form_Button_Cancel
Quinoa HTML Form Button Cancel class.
- Quinoa_HTML_Form_Button_Delete
- in file Delete.php, class Quinoa_HTML_Form_Button_Delete
Quinoa HTML Form Button Delete class.
- Quinoa_HTML_Form_Button_Edit
- in file Edit.php, class Quinoa_HTML_Form_Button_Edit
Quinoa HTML Form Button Edit class.
- Quinoa_HTML_Form_Button_Image
- in file Image.php, class Quinoa_HTML_Form_Button_Image
Quinoa HTML Form Button Image class.
- Quinoa_HTML_Form_Button_Input
- in file Input.php, class Quinoa_HTML_Form_Button_Input
Quinoa HTML Form Button Input class.
- Quinoa_HTML_Form_Button_Inputimage
- in file Inputimage.php, class Quinoa_HTML_Form_Button_Inputimage
Quinoa HTML Form Button Inputimage class.
- Quinoa_HTML_Form_Button_Link
- in file Link.php, class Quinoa_HTML_Form_Button_Link
Quinoa HTML Form Button Link class.
- Quinoa_HTML_Form_Button_Save
- in file Save.php, class Quinoa_HTML_Form_Button_Save
Quinoa HTML Form Button Save class.
- Quinoa_HTML_Form_Fieldset
- in file Fieldset.php, class Quinoa_HTML_Form_Fieldset
Quinoa HTML Form Fieldset class.
- Quinoa_HTML_Form_Formfield
- in file Formfield.php, class Quinoa_HTML_Form_Formfield
Quinoa HTML Form Formfield class.
- Quinoa_HTML_Form_Formfield_Checkbox
- in file Checkbox.php, class Quinoa_HTML_Form_Formfield_Checkbox
Quinoa HTML Form Formfield Checkbox class.
- Quinoa_HTML_Form_Formfield_Checklist
- in file Checklist.php, class Quinoa_HTML_Form_Formfield_Checklist
Quinoa HTML Form Formfield Checklist class.
- Quinoa_HTML_Form_Formfield_Checklist_Items
- in file Items.php, class Quinoa_HTML_Form_Formfield_Checklist_Items
Quinoa HTML Form Formfield Checklist Items class.
- Quinoa_HTML_Form_Formfield_Combobox
- in file Combobox.php, class Quinoa_HTML_Form_Formfield_Combobox
Quinoa HTML Form Formfield Combobox class.
- Quinoa_HTML_Form_Formfield_Combobox_Options
- in file Options.php, class Quinoa_HTML_Form_Formfield_Combobox_Options
Quinoa HTML Form Formfield Combobox Options class.
- Quinoa_HTML_Form_Formfield_Datetime
- in file Datetime.php, class Quinoa_HTML_Form_Formfield_Datetime
Quinoa HTML Form Formfield Datetime class.
- Quinoa_HTML_Form_Formfield_Enumbox
- in file Enumbox.php, class Quinoa_HTML_Form_Formfield_Enumbox
Quinoa HTML Form Formfield Enumbox class.
- Quinoa_HTML_Form_Formfield_File
- in file File.php, class Quinoa_HTML_Form_Formfield_File
Quinoa HTML Form Formfield File class.
- Quinoa_HTML_Form_Formfield_Hidden
- in file Hidden.php, class Quinoa_HTML_Form_Formfield_Hidden
Quinoa HTML Form Formfield Hidden class.
- Quinoa_HTML_Form_Formfield_Number
- in file Number.php, class Quinoa_HTML_Form_Formfield_Number
Quinoa HTML Form Formfield Number class.
- Quinoa_HTML_Form_Formfield_Password
- in file Password.php, class Quinoa_HTML_Form_Formfield_Password
Quinoa HTML Form Formfield Password class.
- Quinoa_HTML_Form_Formfield_Text
- in file Text.php, class Quinoa_HTML_Form_Formfield_Text
Quinoa HTML Form Formfield Text class.
- Quinoa_HTML_Form_Formfield_Textarea
- in file Textarea.php, class Quinoa_HTML_Form_Formfield_Textarea
Quinoa HTML Form Formfield Textarea class.
- Quinoa_HTML_Header
- in file Header.php, class Quinoa_HTML_Header
Quinoa HTML Header class.
- Quinoa_HTML_Menu
- in file Menu.php, class Quinoa_HTML_Menu
Quinoa HTML Footer class.
- Quinoa_HTML_Menu_Horizontalmenu
- in file Horizontalmenu.php, class Quinoa_HTML_Menu_Horizontalmenu
Quinoa HTML Footer class.
- Quinoa_HTML_Menu_Menuitem
- in file Menuitem.php, class Quinoa_HTML_Menu_Menuitem
- Quinoa_HTML_Menu_Verticalmenu
- in file Verticalmenu.php, class Quinoa_HTML_Menu_Verticalmenu
Quinoa HTML Footer class.
- Quinoa_HTML_Pager
- in file Pager.php, class Quinoa_HTML_Pager
Quinoa HTML Pager class.
- Quinoa_HTML_Quicktabulardata
- in file Quicktabulardata.php, class Quinoa_HTML_Quicktabulardata
Quinoa HTML Quicktabulardata class.
- Quicktabulardata.php
- procedural page Quicktabulardata.php
- Quinoa_HTML_Tabulardata
- in file Tabulardata.php, class Quinoa_HTML_Tabulardata
Quinoa HTML Tabulardata class.
- Quinoa_HTML_Tabulardata_Operation
- in file Operation.php, class Quinoa_HTML_Tabulardata_Operation
Quinoa HTML Tabulardata Operation class.
- Quinoa_Interface_Entity
- in file Entity.php, class Quinoa_Interface_Entity
Quinoa Interface Entity interface.
- Quinoa_Object
- in file Object.php, class Quinoa_Object
Quinoa generic Object class.
- Quinoa_OS
- in file OS.php, class Quinoa_OS
Quinoa OS class.
- Quinoa_Page
- in file Page.php, class Quinoa_Page
Quinoa Page class.
- Quinoa_Pager
- in file Pager.php, class Quinoa_Pager
Quinoa_Pager helps you create a pager for your recordlist start is the index of the first item of the present page of the recordlist totalOfRecords is the total of results of your recordlist maximumOfRecords is the total of items you want displayed in the present page maximumVisiblePages is maximum number of pages you want displayed
PHP version 5.
Copyright (c) 2007, Freeconcept, Lda.
- Quinoa.php
- procedural page Quinoa.php
- Quinoa_Processor
- in file Processor.php, class Quinoa_Processor
Quinoa Processor class
Quinoa_Processor is Quinoa's business layer base class. saving and deleting methods used for generic form handling.
- Quinoa_Query
- in file Query.php, class Quinoa_Query
Quinoa Query class.
- Query.php
- procedural page Query.php
- Quinoa_Record
- in file Record.php, class Quinoa_Record
Quinoa Record class.
- Quinoa_Recordlist
- in file Recordlist.php, class Quinoa_Recordlist
Quinoa Recordlist class.
- Quinoa_Serializable
- in file Serializable.php, class Quinoa_Serializable
Quinoa Serializable class.
- Quinoa_Session
- in file Session.php, class Quinoa_Session
Quinoa Session class.
- Quinoa_Set
- in file Set.php, class Quinoa_Set
Quinoa Set class.
- Quinoa_Smarty
- in file Smarty.php, class Quinoa_Smarty
- Quinoa_Validation
- in file Validation.php, class Quinoa_Validation
Quinoa Validation class.
top
r
- $readonly
- in file Text.php, variable Quinoa_HTML_Form_Formfield_Text::$readonly
- $readonly
- in file Datetime.php, variable Quinoa_HTML_Form_Formfield_Datetime::$readonly
- $readonly
- in file Number.php, variable Quinoa_HTML_Form_Formfield_Number::$readonly
- $readonly
- in file Password.php, variable Quinoa_HTML_Form_Formfield_Password::$readonly
- $readonly
- in file Suggest.php, variable Quinoa_Ajax_Form_Formfield_Suggest::$readonly
Whether the form field is a readonly
- $readonly
- in file Textarea.php, variable Quinoa_HTML_Form_Formfield_Textarea::$readonly
- $readonly
- in file Enumbox.php, variable Quinoa_HTML_Form_Formfield_Enumbox::$readonly
- $readonly
- in file Combobox.php, variable Quinoa_HTML_Form_Formfield_Combobox::$readonly
- $readonly
- in file Checklist.php, variable Quinoa_HTML_Form_Formfield_Checklist::$readonly
- $readonly
- in file Checkbox.php, variable Quinoa_HTML_Form_Formfield_Checkbox::$readonly
- $recordList
- in file Tabulardata.php, variable Quinoa_HTML_Tabulardata::$recordList
The Quinoa_Recordlist that has the data to be displayed
- $records
- in file Quicktabulardata.php, variable Quinoa_HTML_Quicktabulardata::$records
An multi-dimensional array with the data
- $rows
- in file Textarea.php, variable Quinoa_HTML_Form_Formfield_Textarea::$rows
- Recordlist.php
- procedural page Recordlist.php
- Record.php
- procedural page Record.php
- recordListToXML
- in file Ajax.php, method Quinoa_Ajax::recordListToXML()
Converts a Quinoa_Recordlist to a XML string and returns it
- reload
- in file Processor.php, method Quinoa_Processor::reload()
Reloads a page
- removeAttribute
- in file Entity.php, method Quinoa_Entity::removeAttribute()
Removes an attribute of a data class given its name
- removeJoin
- in file Query.php, method Quinoa_Query::removeJoin()
removes a join, given its table name
- retrieveAll
- in file Entity.php, method Quinoa_Entity::retrieveAll()
High level retrieving all records of a entity
- retrieveLightRecordList
- in file Sybase.php, method Quinoa_Data_Dialect_Sybase::retrieveLightRecordList()
Runs a query and fetch the results in a Quinoa_Recordlist
- retrieveLightRecordList
- in file Data.php, method Quinoa_Data::retrieveLightRecordList()
Retrieve a record list and return it as an array
- retrieveLightRecordList
- in file MySQL.php, method Quinoa_Data_Dialect_MySQL::retrieveLightRecordList()
Runs a query and fetch the results in a Quinoa_Recordlist
- retrieveMany
- in file Entity.php, method Quinoa_Entity::retrieveMany()
- retrieveOne
- in file Entity.php, method Quinoa_Entity::retrieveOne()
High level retrieving based on the id given
- retrieveRecordList
- in file Sybase.php, method Quinoa_Data_Dialect_Sybase::retrieveRecordList()
Runs a query and fetch the results in a Quinoa_Recordlist
- retrieveRecordList
- in file Data.php, method Quinoa_Data::retrieveRecordList()
Runs a query and fetch the results in a Quinoa_Recordlist
- retrieveRecordList
- in file MySQL.php, method Quinoa_Data_Dialect_MySQL::retrieveRecordList()
Runs a query and fetch the results in a Quinoa_Recordlist
- retrieveScalar
- in file MySQL.php, method Quinoa_Data_Dialect_MySQL::retrieveScalar()
Retrieves a query and returns the left most attribute as a scalar
- retrieveScalar
- in file Data.php, method Quinoa_Data::retrieveScalar()
Retrieves a query and returns the left most attribute as a scalar
- retrieveScalar
- in file Sybase.php, method Quinoa_Data_Dialect_Sybase::retrieveScalar()
Retrieves a query and returns the left most attribute as a scalar
- run
- in file Data.php, method Quinoa_Data::run()
Simply runs a query in row SQL format
- run
- in file MySQL.php, method Quinoa_Data_Dialect_MySQL::run()
Simply runs a query in row SQL format
- run
- in file Sybase.php, method Quinoa_Data_Dialect_Sybase::run()
Simply runs a query in row SQL format
top
s
- $SELECTED
- in file Menuitem.php, variable Quinoa_HTML_Menu_Menuitem::$SELECTED
- $size
- in file Checklist.php, variable Quinoa_HTML_Form_Formfield_Checklist::$size
- $size
- in file Combobox.php, variable Quinoa_HTML_Form_Formfield_Combobox::$size
- $size
- in file Enumbox.php, variable Quinoa_HTML_Form_Formfield_Enumbox::$size
- $src
- in file Inputimage.php, variable Quinoa_HTML_Form_Button_Inputimage::$src
- $src
- in file Image.php, variable Quinoa_HTML_Form_Button_Image::$src
- Suggest.php
- procedural page Suggest.php
- Suggest.php
- procedural page Suggest.php
- Sybase.php
- procedural page Sybase.php
- Save.php
- procedural page Save.php
- Serializable.php
- procedural page Serializable.php
- Session.php
- procedural page Session.php
- Set.php
- procedural page Set.php
- Smarty.php
- procedural page Smarty.php
- save
- in file Processor.php, method Quinoa_Processor::save()
High level saving for generic, non validated, usage
- script
- in file Processor.php, method Quinoa_Processor::script()
Encapsulate scripting inside the script tag
- setAttributes
- in file Record.php, method Quinoa_Record::setAttributes()
attributes mutator
- setConditions
- in file Query.php, method Quinoa_Query::setConditions()
- setDateDBFormat
- in file Attribute.php, method Quinoa_Attribute::setDateDBFormat()
dataDBFormat set accessor
- setDateShowFormat
- in file Attribute.php, method Quinoa_Attribute::setDateShowFormat()
dateShowFormat set accessor
- setDecimals
- in file Attribute.php, method Quinoa_Attribute::setDecimals()
decimals set accessor
- setDefaultValue
- in file Attribute.php, method Quinoa_Attribute::setDefaultValue()
defaultValue set accessor
- setDistinct
- in file Query.php, method Quinoa_Query::setDistinct()
- setFetchType
- in file Data.php, method Quinoa_Data::setFetchType()
fetchType set accessor
- setFields
- in file Query.php, method Quinoa_Query::setFields()
- setForeignId
- in file Attribute.php, method Quinoa_Attribute::setForeignId()
foreignId set accessor
- setFormFieldType
- in file Attribute.php, method Quinoa_Attribute::setFormFieldType()
formFieldType set accessor
- setFragment
- in file Quinoa.php, method Quinoa::setFragment()
Fragment set accessor
- setGroupBy
- in file Query.php, method Quinoa_Query::setGroupBy()
- setIsAutoNumber
- in file Attribute.php, method Quinoa_Attribute::setIsAutoNumber()
isAutoNumber set accessor
- setIsMandatory
- in file Attribute.php, method Quinoa_Attribute::setIsMandatory()
isMandatory set accessor
- setIsReadOnly
- in file Attribute.php, method Quinoa_Attribute::setIsReadOnly()
isReadOnly set accessor
- setJoins
- in file Query.php, method Quinoa_Query::setJoins()
- setLabel
- in file Attribute.php, method Quinoa_Attribute::setLabel()
label set accessor
- setLength
- in file Attribute.php, method Quinoa_Attribute::setLength()
length set accessor
- setLimit
- in file Query.php, method Quinoa_Query::setLimit()
- setLinkage
- in file Set.php, method Quinoa_Set::setLinkage()
- setMaximumOfRecords
- in file Pager.php, method Quinoa_Pager::setMaximumOfRecords()
- setMaximumVisiblePages
- in file Pager.php, method Quinoa_Pager::setMaximumVisiblePages()
- setName
- in file Attribute.php, method Quinoa_Attribute::setName()
name set accessor
- setOrderBy
- in file Query.php, method Quinoa_Query::setOrderBy()
- setPager
- in file Tabulardata.php, method Quinoa_HTML_Tabulardata::setPager()
This class can be overwriten accordingly to the project need as how
- setPrimary
- in file Record.php, method Quinoa_Record::setPrimary()
primary mutator
- setRecordList
- in file Tabulardata.php, method Quinoa_HTML_Tabulardata::setRecordList()
This class can be overwriten accordingly to the project need as how to get the data.
- setRecords
- in file Recordlist.php, method Quinoa_Recordlist::setRecords()
- setRows
- in file Attribute.php, method Quinoa_Attribute::setRows()
rows set accessor
- setSourceAttribute
- in file Attribute.php, method Quinoa_Attribute::setSourceAttribute()
sourceAttribute set accessor
- setSourceEntity
- in file Attribute.php, method Quinoa_Attribute::setSourceEntity()
sourceEntity set accessor
- setStart
- in file Pager.php, method Quinoa_Pager::setStart()
- setStart
- in file Query.php, method Quinoa_Query::setStart()
- setStyle
- in file Processor.php, method Quinoa_Processor::setStyle()
Changes a style of a html element, given its id
- setTable
- in file Entity.php, method Quinoa_Entity::setTable()
tables set accessor
- setTables
- in file Query.php, method Quinoa_Query::setTables()
- setTemplatePath
- in file Quinoa.php, method Quinoa::setTemplatePath()
templatePath set accessor
- setTotalOfRecords
- in file Pager.php, method Quinoa_Pager::setTotalOfRecords()
- setTotalOfRecords
- in file Recordlist.php, method Quinoa_Recordlist::setTotalOfRecords()
- setType
- in file Attribute.php, method Quinoa_Attribute::setType()
type set accessor
- setValue
- in file Attribute.php, method Quinoa_Attribute::setValue()
value set accessor
- setVar
- in file Quinoa.php, method Quinoa::setVar()
Generic set accessor
- simulateLeftJoin
- in file Attribute.php, method Quinoa_Attribute::simulateLeftJoin()
simulateLeftJoin tester
- size
- in file Recordlist.php, method Quinoa_Recordlist::size()
Gets the size of the records array
- size
- in file Fieldset.php, method Quinoa_HTML_Form_Fieldset::size()
- stripSlashesOfFunctions
- in file Query.php, method Quinoa_Query::stripSlashesOfFunctions()
Strip slashes of allowed functions
top
t
- $templatePath
- in file Edit.php, variable Quinoa_HTML_Form_Button_Edit::$templatePath
- $templatePath
- in file Save.php, variable Quinoa_HTML_Form_Button_Save::$templatePath
- $templatePath
- in file Delete.php, variable Quinoa_HTML_Form_Button_Delete::$templatePath
- $templatePath
- in file Cancel.php, variable Quinoa_HTML_Form_Button_Cancel::$templatePath
- $templatePath
- in file Button.php, variable Quinoa_HTML_Form_Button::$templatePath
- $templatePath
- in file Add.php, variable Quinoa_HTML_Form_Button_Add::$templatePath
- $title
- in file Fieldset.php, variable Quinoa_HTML_Form_Fieldset::$title
- Textarea.php
- procedural page Textarea.php
- Text.php
- procedural page Text.php
- Tabulardata.php
- procedural page Tabulardata.php
- throwException
- in file Error.php, method Quinoa_Error::throwException()
Checks the project debugging level display the error page accordingly.
- toArray
- in file Recordlist.php, method Quinoa_Recordlist::toArray()
Converts the object to an associative array and returns it
- toArray
- in file Record.php, method Quinoa_Record::toArray()
Converts itself into an associative array
- trigger_error
- in file Smarty.php, method Quinoa_Smarty::trigger_error()
Handle smarty missing template error
top
top
v
- $validation
- in file Enumbox.php, variable Quinoa_HTML_Form_Formfield_Enumbox::$validation
- $validation
- in file Password.php, variable Quinoa_HTML_Form_Formfield_Password::$validation
- $validation
- in file Number.php, variable Quinoa_HTML_Form_Formfield_Number::$validation
- $validation
- in file Text.php, variable Quinoa_HTML_Form_Formfield_Text::$validation
- $validation
- in file Datetime.php, variable Quinoa_HTML_Form_Formfield_Datetime::$validation
- $validation
- in file Checklist.php, variable Quinoa_HTML_Form_Formfield_Checklist::$validation
- $validation
- in file Combobox.php, variable Quinoa_HTML_Form_Formfield_Combobox::$validation
- $validation
- in file Textarea.php, variable Quinoa_HTML_Form_Formfield_Textarea::$validation
- $value
- in file Textarea.php, variable Quinoa_HTML_Form_Formfield_Textarea::$value
- $value
- in file Number.php, variable Quinoa_HTML_Form_Formfield_Number::$value
- $value
- in file Password.php, variable Quinoa_HTML_Form_Formfield_Password::$value
- $value
- in file Suggest.php, variable Quinoa_Ajax_Form_Formfield_Suggest::$value
The value taken by the form field
- $value
- in file Text.php, variable Quinoa_HTML_Form_Formfield_Text::$value
- $value
- in file Hidden.php, variable Quinoa_HTML_Form_Formfield_Hidden::$value
- $value
- in file Checklist.php, variable Quinoa_HTML_Form_Formfield_Checklist::$value
- $value
- in file Checkbox.php, variable Quinoa_HTML_Form_Formfield_Checkbox::$value
- $value
- in file Button.php, variable Quinoa_HTML_Form_Button::$value
- $value
- in file Combobox.php, variable Quinoa_HTML_Form_Formfield_Combobox::$value
- $value
- in file Datetime.php, variable Quinoa_HTML_Form_Formfield_Datetime::$value
- $value
- in file File.php, variable Quinoa_HTML_Form_Formfield_File::$value
- $value
- in file Enumbox.php, variable Quinoa_HTML_Form_Formfield_Enumbox::$value
- Verticalmenu.php
- procedural page Verticalmenu.php
- Validation.php
- procedural page Validation.php
top
_
- $_affectedRows
- in file Data.php, variable Quinoa_Data::$_affectedRows
Total of rows affected by the execution of a query
- $_attributes
- in file Record.php, variable Quinoa_Record::$_attributes
An array of Quinoa_Attributes
- $_attributes
- in file Entity.php, variable Quinoa_Entity::$_attributes
Attributes of the entity
- $_conditions
- in file Query.php, variable Quinoa_Query::$_conditions
the conditions added or necessary for relationships with other entities
- $_connection
- in file Data.php, variable Quinoa_Data::$_connection
Connection to database
- $_context
- in file Page.php, variable Quinoa_Page::$_context
The context represented in Quinoa with the request var 'do'
- $_database
- in file Auth.php, variable Quinoa_Auth::$_database
database used for authentication
- $_database
- in file Entity.php, variable Quinoa_Entity::$_database
Database name
- $_dataClass
- in file Attribute.php, variable Quinoa_Attribute::$_dataClass
The data class that owns the attribute
- $_dateDBFormat
- in file Attribute.php, variable Quinoa_Attribute::$_dateDBFormat
The format the date is saved with
- $_dateShowFormat
- in file Attribute.php, variable Quinoa_Attribute::$_dateShowFormat
The format the date is displayed with
- $_decimals
- in file Attribute.php, variable Quinoa_Attribute::$_decimals
Decimals maximum position, for validation
- $_defaultValue
- in file Attribute.php, variable Quinoa_Attribute::$_defaultValue
The default value the attribute takes
- $_fetchType
- in file Data.php, variable Quinoa_Data::$_fetchType
Type of result
- $_fields
- in file Query.php, variable Quinoa_Query::$_fields
entity attributes
- $_forceIndex
- in file Query.php, variable Quinoa_Query::$_forceIndex
Indexes to force for the query
- $_foreignId
- in file Attribute.php, variable Quinoa_Attribute::$_foreignId
Deprecated, kept here for compatibility
- $_formFieldType
- in file Attribute.php, variable Quinoa_Attribute::$_formFieldType
The HTML type of form field the attribute uses
- $_fragment
- in file Menu.php, variable Quinoa_HTML_Menu::$_fragment
The fragment I use for the output of my presentation class
- $_fragment
- in file Tabulardata.php, variable Quinoa_HTML_Tabulardata::$_fragment
The fragment used as template
- $_fragment
- in file Footer.php, variable Quinoa_HTML_Footer::$_fragment
The fragment I use for the output of my presentation class
- $_fragment
- in file Pager.php, variable Quinoa_HTML_Pager::$_fragment
fragment
- $_fragment
- in file Form.php, variable Quinoa_HTML_Form::$_fragment
Fragment used for the form
- $_fragment
- in file Quinoa.php, variable Quinoa::$_fragment
The fragment I use for the output of my presentation class
- $_fragment
- in file Header.php, variable Quinoa_HTML_Header::$_fragment
The fragment I use for the output of my presentation class
- $_fragment
- in file Quicktabulardata.php, variable Quinoa_HTML_Quicktabulardata::$_fragment
The fragment being used to display the data
- $_fragments
- in file Page.php, variable Quinoa_Page::$_fragments
Array of fragments of the page
- $_groupBy
- in file Query.php, variable Quinoa_Query::$_groupBy
The attribute by which the query msut be grouped
- $_ignoreIndex
- in file Query.php, variable Quinoa_Query::$_ignoreIndex
indexes fo ignore for the query
- $_isAutoNumber
- in file Attribute.php, variable Quinoa_Attribute::$_isAutoNumber
Whether the attribute is autonumbered
- $_isDistinct
- in file Query.php, variable Quinoa_Query::$_isDistinct
whether a select is going to retrieve non repeated records or not
- $_isLogged
- in file Auth.php, variable Quinoa_Auth::$_isLogged
Whether user is logged
- $_isMandatory
- in file Attribute.php, variable Quinoa_Attribute::$_isMandatory
Whether attribute is mandatory
- $_isReadOnly
- in file Attribute.php, variable Quinoa_Attribute::$_isReadOnly
Whether the attribute is readonly
- $_joins
- in file Query.php, variable Quinoa_Query::$_joins
the joins needed for the query
- $_label
- in file Attribute.php, variable Quinoa_Attribute::$_label
Name the attribute assumes for display in lists and forms
- $_length
- in file Attribute.php, variable Quinoa_Attribute::$_length
Length of the value the attribute can take, for validation and form
- $_limit
- in file Data.php, variable Quinoa_Data::$_limit
Limit of records to be returned to the record list
- $_limit
- in file Query.php, variable Quinoa_Query::$_limit
The maximum number of records to be return by the query
- $_linkage
- in file Set.php, variable Quinoa_Set::$_linkage
Condition that defines the relationship with another entity
- $_maximumOfRecords
- in file Pager.php, variable Quinoa_Pager::$_maximumOfRecords
Maximum number of records to be displayed in each page
- $_maximumVisiblePages
- in file Pager.php, variable Quinoa_Pager::$_maximumVisiblePages
Maximum number of pages visible at a time
- $_name
- in file Attribute.php, variable Quinoa_Attribute::$_name
Name of the attribute as it comes in the database
- $_orderBy
- in file Query.php, variable Quinoa_Query::$_orderBy
The attributes by which a query must be ordered
- $_passField
- in file Auth.php, variable Quinoa_Auth::$_passField
password field used for authentication
- $_password
- in file Auth.php, variable Quinoa_Auth::$_password
password sent and confirmed at login time
- $_primary
- in file Record.php, variable Quinoa_Record::$_primary
The value for the primary key of that record
- $_primaryKey
- in file Entity.php, variable Quinoa_Entity::$_primaryKey
primary key of the entity
- $_recordListSize
- in file Data.php, variable Quinoa_Data::$_recordListSize
Total of records of a page
- $_records
- in file Recordlist.php, variable Quinoa_Recordlist::$_records
Array of Quinoa_Records
- $_rows
- in file Attribute.php, variable Quinoa_Attribute::$_rows
The number of rows a Textarea will use
- $_simulateLeftJoin
- in file Attribute.php, variable Quinoa_Attribute::$_simulateLeftJoin
Deprecated, kept here for compatibility
- $_smarty
- in file Page.php, variable Quinoa_Page::$_smarty
quinoa's abstraction of a Smarty object
- $_sourceAttribute
- in file Attribute.php, variable Quinoa_Attribute::$_sourceAttribute
The name of the attribute in the external table in a 1 to N relationship
- $_sourceEntity
- in file Attribute.php, variable Quinoa_Attribute::$_sourceEntity
The external entity in a 1 to N relationship
- $_sql
- in file Query.php, variable Quinoa_Query::$_sql
row SQL
- $_start
- in file Query.php, variable Quinoa_Query::$_start
The start index of the record list returned by the query
- $_start
- in file Pager.php, variable Quinoa_Pager::$_start
Starting index of the set
- $_structure
- in file Page.php, variable Quinoa_Page::$_structure
The template that holds all fragments of each of the context file blocks
- $_table
- in file Auth.php, variable Quinoa_Auth::$_table
table used for authentication
- $_tables
- in file Entity.php, variable Quinoa_Entity::$_tables
Table name
- $_tables
- in file Query.php, variable Quinoa_Query::$_tables
entity tables
- $_templatePath
- in file Quinoa.php, variable Quinoa::$_templatePath
The path to my fragment.
- $_templatePath
- in file Menu.php, variable Quinoa_HTML_Menu::$_templatePath
The path to my fragment.
- $_templatePath
- in file Pager.php, variable Quinoa_HTML_Pager::$_templatePath
Path to the fragment
- $_templatePath
- in file Footer.php, variable Quinoa_HTML_Footer::$_templatePath
The path to my fragment.
- $_templatePath
- in file Tabulardata.php, variable Quinoa_HTML_Tabulardata::$_templatePath
Fragment path
- $_templatePath
- in file Form.php, variable Quinoa_HTML_Form::$_templatePath
Path to the fragment
- $_templatePath
- in file Header.php, variable Quinoa_HTML_Header::$_templatePath
The path to my fragment.
- $_totalOfRecords
- in file Pager.php, variable Quinoa_Pager::$_totalOfRecords
Total of records without considering starting and ending of the set
- $_totalOfRecords
- in file Data.php, variable Quinoa_Data::$_totalOfRecords
Total of records of a query
- $_totalOfRecords
- in file Recordlist.php, variable Quinoa_Recordlist::$_totalOfRecords
Total of records satisfying the query that originated the record list
- $_type
- in file Attribute.php, variable Quinoa_Attribute::$_type
Type defined in the database or data class if 1 to n relationship
- $_useIndex
- in file Query.php, variable Quinoa_Query::$_useIndex
Indexes to use for the query
- $_userField
- in file Auth.php, variable Quinoa_Auth::$_userField
user field used for authentication
- $_username
- in file Auth.php, variable Quinoa_Auth::$_username
username sent and confirmed at login time
- $_value
- in file Attribute.php, variable Quinoa_Attribute::$_value
Value the attributes assumes when the Quinoa_Record is fetched
- _getDefaultFormField
- in file Attribute.php, method Quinoa_Attribute::_getDefaultFormField()
defaultFormField get accessor
- _getFieldObject
- in file Form.php, method Quinoa_HTML_Form::_getFieldObject()
Gets the attribute specific class name and returns an instance of it
- __clone
- in file Connection.php, method Quinoa_Data_Connection::__clone()
Magic method to stop the class from being cloned
- __construct
- in file Save.php, method Quinoa_HTML_Form_Button_Save::__construct()
- __construct
- in file Sybase.php, method Quinoa_Data_Dialect_Sybase::__construct()
Constructs a Quinoa_Data_Dialect_Sybase
- __construct
- in file Tabulardata.php, method Quinoa_HTML_Tabulardata::__construct()
Constructs a Quinoa_HTML_Tabulardata
- __construct
- in file Text.php, method Quinoa_HTML_Form_Formfield_Text::__construct()
- __construct
- in file Textarea.php, method Quinoa_HTML_Form_Formfield_Textarea::__construct()
- __construct
- in file Suggest.php, method Quinoa_Ajax_Form_Formfield_Suggest::__construct()
Constructs a Quinoa_Ajax_Form_Formfield_Suggest object
- __construct
- in file Smarty.php, method Quinoa_Smarty::__construct()
Constructs the Quinoa_Smarty object
- __construct
- in file Quinoa.php, method Quinoa::__construct()
Constructs a Quinoa object
- __construct
- in file Record.php, method Quinoa_Record::__construct()
Constructs the Quinoa_Record object
- __construct
- in file Recordlist.php, method Quinoa_Recordlist::__construct()
Constructs the Quinoa_Recordlist
- __construct
- in file Set.php, method Quinoa_Set::__construct()
Constructs a Quinoa_Set
- __construct
- in file Query.php, method Quinoa_Query::__construct()
Constructs a Quinoa_Query object
- __construct
- in file Hidden.php, method Quinoa_HTML_Form_Formfield_Hidden::__construct()
- __construct
- in file Edit.php, method Quinoa_HTML_Form_Button_Edit::__construct()
- __construct
- in file Delete.php, method Quinoa_HTML_Form_Button_Delete::__construct()
- __construct
- in file Datetime.php, method Quinoa_HTML_Form_Formfield_Datetime::__construct()
- __construct
- in file Entity.php, method Quinoa_Entity::__construct()
Constructs a Quinoa_Entity object Calls the defineAttributes method which is mandatory in for the classes inheriting it.
- __construct
- in file Enumbox.php, method Quinoa_HTML_Form_Formfield_Enumbox::__construct()
- __construct
- in file Fieldset.php, method Quinoa_HTML_Form_Fieldset::__construct()
- __construct
- in file Error.php, method Quinoa_Error::__construct()
Constructs the Quinoa_Error object
- __construct
- in file Data.php, method Quinoa_Data::__construct()
Constructs a Quinoa_Data object.
- __construct
- in file Combobox.php, method Quinoa_HTML_Form_Formfield_Combobox::__construct()
- __construct
- in file Auth.php, method Quinoa_Auth::__construct()
Constructs the Quinoa_Auth object
- __construct
- in file Attribute.php, method Quinoa_Attribute::__construct()
Constructs a Quinoa_Attribute object
- __construct
- in file Ajax.php, method Quinoa_Ajax::__construct()
Constructs a Quinoa_Ajax object
- __construct
- in file Button.php, method Quinoa_HTML_Form_Button::__construct()
- __construct
- in file Cancel.php, method Quinoa_HTML_Form_Button_Cancel::__construct()
- __construct
- in file Checklist.php, method Quinoa_HTML_Form_Formfield_Checklist::__construct()
- __construct
- in file Checkbox.php, method Quinoa_HTML_Form_Formfield_Checkbox::__construct()
- __construct
- in file File.php, method Quinoa_HTML_Form_Formfield_File::__construct()
- __construct
- in file Formfield.php, method Quinoa_HTML_Form_Formfield::__construct()
- __construct
- in file Object.php, method Quinoa_Object::__construct()
Construct a Quinoa_Object
- __construct
- in file Number.php, method Quinoa_HTML_Form_Formfield_Number::__construct()
- __construct
- in file MySQL.php, method Quinoa_Data_Dialect_MySQL::__construct()
Constructs a Quinoa_Data_Dialect_MySQL
- __construct
- in file Operation.php, method Quinoa_HTML_Tabulardata_Operation::__construct()
- __construct
- in file Options.php, method Quinoa_HTML_Form_Formfield_Combobox_Options::__construct()
- __construct
- in file Pager.php, method Quinoa_Pager::__construct()
Constructs the Quinoa_Pager object
- __construct
- in file Pager.php, method Quinoa_HTML_Pager::__construct()
Constructs a Quinoa_Pager object
- __construct
- in file Page.php, method Quinoa_Page::__construct()
Constructs the Quinoa_Page object
- __construct
- in file Menuitem.php, method Quinoa_HTML_Menu_Menuitem::__construct()
- __construct
- in file Link.php, method Quinoa_HTML_Form_Button_Link::__construct()
- __construct
- in file Input.php, method Quinoa_HTML_Form_Button_Input::__construct()
- __construct
- in file Image.php, method Quinoa_HTML_Form_Button_Image::__construct()
- __construct
- in file Password.php, method Quinoa_HTML_Form_Formfield_Password::__construct()
- __construct
- in file Inputimage.php, method Quinoa_HTML_Form_Button_Inputimage::__construct()
- __construct
- in file Items.php, method Quinoa_HTML_Form_Formfield_Checklist_Items::__construct()
- __construct
- in file Add.php, method Quinoa_HTML_Form_Button_Add::__construct()
- __toString
- in file Query.php, method Quinoa_Query::__toString()
Magic method
- __toString
- in file Quinoa.php, method Quinoa::__toString()
Magic method to cast the object as string
top
|
|