Element index for package Quinoa
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ v ]
[ _ ]
_
- $_attributes
- in file Entity.php, variable Quinoa_Entity::$_attributes
Attributes of the entity
- $_attributes
- in file Record.php, variable Quinoa_Record::$_attributes
An array of Quinoa_Attributes
- $_conditions
- in file Query.php, variable Quinoa_Query::$_conditions
the conditions added or necessary for relationships with other entities
- $_context
- in file Page.php, variable Quinoa_Page::$_context
The context represented in Quinoa with the request var 'do'
- $_database
- in file Entity.php, variable Quinoa_Entity::$_database
Database name
- $_database
- in file Auth.php, variable Quinoa_Auth::$_database
database used for authentication
- $_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
- $_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 Quinoa.php, variable Quinoa::$_fragment
The fragment I use for the output of my presentation class
- $_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 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
- $_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 Pager.php, variable Quinoa_Pager::$_start
Starting index of the set
- $_start
- in file Query.php, variable Quinoa_Query::$_start
The start index of the record list returned by the query
- $_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.
- $_totalOfRecords
- in file Pager.php, variable Quinoa_Pager::$_totalOfRecords
Total of records without considering starting and ending of the set
- $_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
- __construct
- in file Recordlist.php, method Quinoa_Recordlist::__construct()
Constructs the Quinoa_Recordlist
- __construct
- in file Smarty.php, method Quinoa_Smarty::__construct()
Constructs the Quinoa_Smarty object
- __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 Set.php, method Quinoa_Set::__construct()
Constructs a Quinoa_Set
- __construct
- in file Save.php, method Quinoa_HTML_Form_Button_Save::__construct()
- __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 Password.php, method Quinoa_HTML_Form_Formfield_Password::__construct()
- __construct
- in file Query.php, method Quinoa_Query::__construct()
Constructs a Quinoa_Query object
- __construct
- in file Input.php, method Quinoa_HTML_Form_Button_Input::__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 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 Datetime.php, method Quinoa_HTML_Form_Formfield_Datetime::__construct()
- __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 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 Pager.php, method Quinoa_Pager::__construct()
Constructs the Quinoa_Pager object
- __construct
- in file File.php, method Quinoa_HTML_Form_Formfield_File::__construct()
- __construct
- in file Number.php, method Quinoa_HTML_Form_Formfield_Number::__construct()
- __construct
- in file Menuitem.php, method Quinoa_HTML_Menu_Menuitem::__construct()
- __construct
- in file Object.php, method Quinoa_Object::__construct()
Construct a Quinoa_Object
- __construct
- in file Operation.php, method Quinoa_HTML_Tabulardata_Operation::__construct()
- __construct
- in file Page.php, method Quinoa_Page::__construct()
Constructs the Quinoa_Page object
- __construct
- in file Options.php, method Quinoa_HTML_Form_Formfield_Combobox_Options::__construct()
- __construct
- in file Link.php, method Quinoa_HTML_Form_Button_Link::__construct()
- __construct
- in file Items.php, method Quinoa_HTML_Form_Formfield_Checklist_Items::__construct()
- __construct
- in file Formfield.php, method Quinoa_HTML_Form_Formfield::__construct()
- __construct
- in file Hidden.php, method Quinoa_HTML_Form_Formfield_Hidden::__construct()
- __construct
- in file Image.php, method Quinoa_HTML_Form_Button_Image::__construct()
- __construct
- in file Inputimage.php, method Quinoa_HTML_Form_Button_Inputimage::__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
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
- 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
- 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
- Delete.php
- procedural page Delete.php
- Datetime.php
- procedural page Datetime.php
top
top
f
- $fields
- in file Fieldset.php, variable Quinoa_HTML_Form_Fieldset::$fields
- $fragment
- in file Hidden.php, variable Quinoa_HTML_Form_Formfield_Hidden::$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 Save.php, variable Quinoa_HTML_Form_Button_Save::$fragment
- $fragment
- in file Textarea.php, variable Quinoa_HTML_Form_Formfield_Textarea::$fragment
- $fragment
- in file Text.php, variable Quinoa_HTML_Form_Formfield_Text::$fragment
- $fragment
- in file Add.php, variable Quinoa_HTML_Form_Button_Add::$fragment
- $fragment
- in file File.php, variable Quinoa_HTML_Form_Formfield_File::$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 Edit.php, variable Quinoa_HTML_Form_Button_Edit::$fragment
- $fragment
- in file Cancel.php, variable Quinoa_HTML_Form_Button_Cancel::$fragment
- $fragment
- in file Button.php, variable Quinoa_HTML_Form_Button::$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
- Fieldset.php
- procedural page Fieldset.php
- File.php
- procedural page File.php
- Formfield.php
- procedural page Formfield.php
top
g
- get
- in file Session.php, method Quinoa_Session::get()
Gets the variable from session and includes necessary files when
- getAttribute
- in file Record.php, method Quinoa_Record::getAttribute()
Get a specific attribute given its name
- getAttribute
- in file Entity.php, method Quinoa_Entity::getAttribute()
Gets an 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()
- 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 Query.php, method Quinoa_Query::getFields()
- getFields
- in file Entity.php, method Quinoa_Entity::getFields()
get the fields defined in the attributes property
- 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
- 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 Options.php, method Quinoa_HTML_Form_Formfield_Combobox_Options::getOutputs()
- getOutputs
- in file Items.php, method Quinoa_HTML_Form_Formfield_Checklist_Items::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 Query.php, method Quinoa_Query::getStart()
- getStart
- in file Pager.php, method Quinoa_Pager::getStart()
- getTables
- in file Query.php, method Quinoa_Query::getTables()
- getTables
- in file Entity.php, method Quinoa_Entity::getTables()
get the tables defined in the inheriting data class
- getTemplatePath
- in file Quinoa.php, method Quinoa::getTemplatePath()
templatePath get accessor
- getTotalOfRecords
- in file Recordlist.php, method Quinoa_Recordlist::getTotalOfRecords()
- getTotalOfRecords
- in file Pager.php, method Quinoa_Pager::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.
- 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 Validation.php, method Quinoa_Validation::isMandatory()
Checks whether a value is empty or not
- isMandatory
- in file Attribute.php, method Quinoa_Attribute::isMandatory()
isMandatory tester
- 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 Text.php, variable Quinoa_HTML_Form_Formfield_Text::$label
- $label
- in file Textarea.php, variable Quinoa_HTML_Form_Formfield_Textarea::$label
- $label
- in file Hidden.php, variable Quinoa_HTML_Form_Formfield_Hidden::$label
- $label
- in file File.php, variable Quinoa_HTML_Form_Formfield_File::$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 Combobox.php, variable Quinoa_HTML_Form_Formfield_Combobox::$label
- $label
- in file Datetime.php, variable Quinoa_HTML_Form_Formfield_Datetime::$label
- $label
- in file Enumbox.php, variable Quinoa_HTML_Form_Formfield_Enumbox::$label
- $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
top
top
q
- Quinoa
- in file Quinoa.php, class Quinoa
Quinoa Base class.
- 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_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_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_Menu_Menuitem
- in file Menuitem.php, class Quinoa_HTML_Menu_Menuitem
- 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 Number.php, variable Quinoa_HTML_Form_Formfield_Number::$readonly
- $readonly
- in file Password.php, variable Quinoa_HTML_Form_Formfield_Password::$readonly
- $readonly
- in file Text.php, variable Quinoa_HTML_Form_Formfield_Text::$readonly
- $readonly
- in file Textarea.php, variable Quinoa_HTML_Form_Formfield_Textarea::$readonly
- $readonly
- in file Checkbox.php, variable Quinoa_HTML_Form_Formfield_Checkbox::$readonly
- $readonly
- in file Enumbox.php, variable Quinoa_HTML_Form_Formfield_Enumbox::$readonly
- $readonly
- in file Datetime.php, variable Quinoa_HTML_Form_Formfield_Datetime::$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
- $rows
- in file Textarea.php, variable Quinoa_HTML_Form_Formfield_Textarea::$rows
- Recordlist.php
- procedural page Recordlist.php
- Record.php
- procedural page Record.php
- 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
- 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
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
- 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()
- 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()
- setPrimary
- in file Record.php, method Quinoa_Record::setPrimary()
primary mutator
- 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
- 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
v
- $validation
- in file Datetime.php, variable Quinoa_HTML_Form_Formfield_Datetime::$validation
- $validation
- in file Text.php, variable Quinoa_HTML_Form_Formfield_Text::$validation
- $validation
- in file Enumbox.php, variable Quinoa_HTML_Form_Formfield_Enumbox::$validation
- $validation
- in file Number.php, variable Quinoa_HTML_Form_Formfield_Number::$validation
- $validation
- in file Combobox.php, variable Quinoa_HTML_Form_Formfield_Combobox::$validation
- $validation
- in file Checklist.php, variable Quinoa_HTML_Form_Formfield_Checklist::$validation
- $validation
- in file Textarea.php, variable Quinoa_HTML_Form_Formfield_Textarea::$validation
- $validation
- in file Password.php, variable Quinoa_HTML_Form_Formfield_Password::$validation
- $value
- in file Number.php, variable Quinoa_HTML_Form_Formfield_Number::$value
- $value
- in file Text.php, variable Quinoa_HTML_Form_Formfield_Text::$value
- $value
- in file Textarea.php, variable Quinoa_HTML_Form_Formfield_Textarea::$value
- $value
- in file Password.php, variable Quinoa_HTML_Form_Formfield_Password::$value
- $value
- in file File.php, variable Quinoa_HTML_Form_Formfield_File::$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 Hidden.php, variable Quinoa_HTML_Form_Formfield_Hidden::$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 Button.php, variable Quinoa_HTML_Form_Button::$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
|
|