-
addAdditionalFilter
-
Adds an additional filter
-
addClass
-
Adds a new class to the loader
-
addControllerCommand
-
Add new controller command
-
addError
-
Add new error
-
addFilter
-
Adds a filter object
-
addFilters
-
Adds multiple filters
-
addJoinCondition
-
Adds join condition
-
addMainPageElements
-
-
addMainPageElements
-
Adds main page elements
-
addMainPageElements
-
Add main page elements
-
addMainUiElements
-
In this function subclasses will add specific elements to the main template page
-
addRedirectToListControllerCommand
-
Adds redirect to list controller command Used after dmExecCreate, dmExecEdit and dmExecDelete to prevent refreshing the page to cause repetition of the operation
-
addSectionInfo
-
Add new section info.
-
addSubsection
-
Adds a subsection to this section.
-
addSubsectionsArray
-
Adds subsections array The number of subsections must match the number of iterations of the outer section
-
addTableFeature
-
Adds a table feature
-
addTableFeatures
-
Adds additional table features
-
addTemplateSectionInfo
-
Adds new template section info
-
addUiElements
-
In this function subclasses will add table specific processing
-
addValidator
-
Adds a validator for a field
-
addValues
-
Adds section values
-
addViewMapper
-
Adds new view mapper object
-
addWidget
-
Adds new form field object
-
assign
-
Assigns a variable to be replaced
-
assign
-
Assigns a value to a specify main page element
-
assignArray
-
Assigns a array of variables to be replaced
-
assignErrors
-
Assign the errors to the template
-
assignErrors
-
Assign the errors to the template
-
assignFeatureValues
-
Assign all table feature values to the template
-
assignList
-
Assigns a list of variables. Both array should have equal sizes, as counted by count() The first variable in the list is assigned the first value, the second variable, the seoncd value, and so on
-
assignPosition
-
Calculates first and last positions for a page from the total recodrs
-
assignSubmitFields
-
Assign the submit fields template variables as page elements
-
Actions.php
-
-
AppFactory.php
-
-
Auth.php
-
-
get
-
-
get
-
-
get
-
Gets the value of a field
-
get
-
Retrieves an assigned variable value
-
get
-
Get domain object value
-
get
-
Returns the setting value for a setting with name $name
-
getAction
-
Returns the action string
-
getActionObj
-
Returns the action object The action object is initialized in process()
-
getAllFields
-
Returns all fields of the recordset table(s) The result of the function is cached. Call only after all join conditions have been added.
-
getAllRecords
-
Read all records from the database table The result is limited to the given filter clause and is returned in order specify by order clause
-
getArray
-
-
getBreadcrumbHtml
-
Returns the breadcrumb as HTML
-
getCommandType
-
-
getConstDropdown
-
Returns HTML code for a dropdown menu ("select" element) from the specified array
-
getControl
-
-
getControl
-
-
getControl
-
Returns array with template variables to be displayed for non-editable control
-
getControl
-
-
getControl
-
-
getController
-
-
getControllerCommands
-
Retrieves the controller commands
-
getData
-
Process the form submissions and returns the data
-
getData
-
Process the form submissions and returns the checkbox widget data
-
getData
-
Process the form submissions and returns the widget data
-
getData
-
Process the form submissions and returns the widget data
-
getData
-
Process the form submissions and returns the text widget data
-
getDataFields
-
Return array that describes the output and input of each database field
-
getDBArray
-
Read values from a DB and return them as an array
-
getDbCode
-
Returns the actual db error code
-
getDBUtil
-
Returns an object of class miDBUtilImpl
-
getDispatcher
-
Returns the dispatcher object Instantiates a miDefaultDispatcher object, if needed
-
getDomainObject
-
-
getDomainObject
-
-
getDomainObject
-
-
getEditableControl
-
Returns the widget contents to be displayed
-
getEditableControl
-
Returns the text widget contents to be displayed
-
getEditableControl
-
Returns the widget contents to be displayed
-
getEditableControl
-
Returns the widget contents to be displayed
-
getEditableControl
-
Returns the widget contents to be displayed
-
getEditableControl
-
Returns array with template variables to be displayed for editable control
-
getEditableControl
-
Returns the checkbox widget contents to be displayed
-
getEditableControl
-
Returns the text widget contents to be displayed
-
getEditableControl
-
Returns the checkbox widget contents to be displayed
-
getFeatureValues
-
Get all table feature values
-
getFieldName
-
Retrieves the field name
-
getFieldName
-
Retrieve the field name
-
getFilterObjs
-
Returns an array of filter objects
-
getFiltersFromRequest
-
Gets all filter parameters from the request
-
getFilterValue
-
Returns the filter value of $filterName The request is checked first, then the default filter values, and if the $filterName cannot not found returns empty string
-
getFilterValues
-
The the current filters values
-
getFormData
-
Returns a form data value
-
getFormDataRow
-
Returns the form data row
-
getGroupByClause
-
Returns the group by clause
-
getJoinConditionsClause
-
Return the join conditions sql
-
getMainPageElements
-
Returns the main page elements
-
getMessage
-
Returns message based on code
-
getMessageObj
-
Returns the message object if $this->_messageObj is null creates new miMessage object
-
getMessageObj
-
Returns the message object if $this->_messageObj is null creates new miMessage object
-
getMessageTemplateVars
-
Get the template variable values
-
getName
-
Returns the name of the filter
-
getNavigatorParams
-
Gets navigator links params
-
getPageParam
-
Gets the value of "page" param
-
getParam
-
-
getPersistVars
-
Get the names of variables to be persisted
-
getPK
-
Gets the value of the primary key
-
getPKName
-
Return the name of the primary key of the underlying SQLRecord Used by miDefaultView
-
getPKWhereSql
-
Returns the where sql clauses for selecting by primary key
-
getPrimaryKeyColumn
-
Gets the primary key column of the table that this SQLRecord uses
-
getProperies
-
-
getProperties
-
Returns the widget properties
-
getRecord
-
Return Object of class miSqlRecord or its subclasses which was set by setRecord method
-
getRecordLocatorParams
-
Gets the array of record locator params
-
getRecords
-
Read rows from a database table.
-
getRecordsByIndex
-
Read fixed number of rows from a given index in a database table.
-
getRecordsCount
-
Return the number of all rows in a database table that reply to the given filter clause
-
getRecordset
-
Returns the recordset
-
getRecordset
-
Retrieves the recordset object
-
getRecordsPerPageParam
-
Gets the value of "records per page" param
-
getRedirectParams
-
Returns the redirect params
-
getRow
-
Return the data row as array
-
getRow
-
Get all domain object values
-
getSectionInfo
-
Returns the section info with the requested name
-
getSelectedFields
-
Returns the list of all selected fields An empty array is returned of no query has been executed
-
getSelectQuery
-
Returns the query to select all records for the recordset (without a LIMIT clause)
-
getSql
-
-
getSql
-
Returns the sql for the filter Return empty string if the filter doesn't want to add filter clause Abstract method
-
getSql
-
-
getSql
-
Returns the sql code
-
getSql
-
-
getSql
-
-
getSql
-
-
getSqlFields
-
Returns the sql field names Used by miSqlRecordset to validate the fields are valid
-
getSqlFilterClause
-
Return all the specified filter clauses as a string
-
getSqlFilterHavingClause
-
Return all the specified HAVING filter clauses as a string
-
getSqlLimitClause
-
Return the limit as a sql code
-
getSqlOrderClause
-
Return the order clause
-
getState
-
Return the state
-
getStateObj
-
Returns miState object
-
getStateParams
-
Returns associative array with params that save the feature state
-
getStateParams
-
Returns associative array with params that save the feature state
-
getStateParams
-
Returns associative array with params that save the feature state
-
getStateParams
-
Returns associative array with params that save the feature state
-
getStateParams
-
Returns associative array with params that save the feature state
-
getStateUrlParams
-
-
getStateValue
-
Returns the value of a named state variable Returns the default value if the state variable is not set
-
getSubmittedData
-
Return the submitted field value
-
getSubmittedDataRow
-
Returns the submitted data row
-
getSystemMessage
-
-
getTable
-
Return object of class miTable or its subclasses which was set by setTable method
-
getTable
-
Returns the table name for the current recordset
-
getTableFeaturesStateParams
-
Returns the params saving the state of all table features
-
getTableFields
-
Returns an array with names of the fields in the specified table.
-
getTableFields
-
Returns an array with names of the fields in the specified table.
-
getTableFilterObj
-
Creates the table filter object. Singleton pattern
-
getTableName
-
Gets the table name of this SQLRecord
-
getTablePagerObj
-
Creates the table pager object. Singleton pattern
-
getTablesClause
-
Returns the table sql clause
-
getTemplateFileName
-
Returns the template file for the $templateId
-
getValue
-
-
getValue
-
-
getValue
-
Returns the filter value
-
getValue
-
-
getValues
-
In this function subclasses will return Navigator
-
getValues
-
Return Default Navigator
-
getValues
-
Get the feature values
-
getValues
-
Get the feature values
-
getValues
-
Return Simple Navigator
-
getValues
-
Get the feature values
-
getValues
-
Get the feature values
-
getView
-
Return the view
-
getViewMapper
-
Returns the view mapper with name $viewMapperName
-
getViewMapperController
-
-
getViewMapperController
-
-
getViewMapperDataFields
-
-
getWebForm
-
-
getWebForm
-
Returns a web form object
-
getWebFormErrorsHandler
-
Returns the web form errors handling object
-
getWidget
-
Returns the widget
-
MySQL.php
-
-
miAction
-
Actions base class
-
miActionWithWebForm
-
Action class with support for miWebForm
-
miAppFactory
-
-
miBaseCheckboxWidget
-
Checkbox widget
-
miBaseRadioWidget
-
Radio buttons widget Use it with input type="radio"
-
miBaseSelectWidget
-
Select widget
-
miBaseTextWidget
-
Text widget
-
miBaseWidget
-
Base class for the base widgets: text, checkbox, radio, select
-
miBreadcrumb
-
Class for displaying the breadcrumb showing the hierarchical structure of the website
-
miCheckboxWidget
-
Standard checkbox widget
-
miConfigurationException
-
Configuration exception
-
miControllerCommand
-
A controller command class Used to implement command design pattern
-
miCreateAction
-
Show the page for creating a new record in the database
-
miCsvExportAction
-
Support for CSV export
-
miDBException
-
Database operation exception
-
miDBUtilImpl
-
Implements functions for database
-
miDefaultDispatcher
-
The default dispatcher class
-
miDefaultDomainObject
-
Default domain object class
-
miDefaultTablePager
-
Default Recordset Pager Class Manage the movement between pages when data is shown in table fomat
-
miDefaultView
-
Handles the presentation tier
-
miDispatcher
-
Handles and dispatches the actions
-
miDomainObject
-
Domain object interface
-
miEditAction
-
Show the page for updating a record in the database
-
miException
-
Base class for all MIPHPF exceptions
-
miExecCreateAction
-
Takes the values from the user input and create a new record in the database
-
miExecDeleteAction
-
Delete a record in the table
-
miExecEditAction
-
Takes the values from the user input and update a record in the database
-
miGetParam
-
Retrieves a param. First tryies from $_POST, and then $_GET. If the param is not found prints an error and terminates the application
-
miGetParamDefault
-
Retrieves a param or returns a default value.
-
miHasParam
-
Returns true if the param is set
-
miI18N
-
Internationalization class
-
miListAction
-
Shows data from the database in a table format
-
miLoader
-
Loads other classes upon construction
-
miMessage
-
Handles the displaying of error/warning/info messages
-
miPage
-
Handles page control and display There could be multiple views on one page
-
MIPHPF_VERSION
-
-
miPropertiesRecord
-
Handle and manage deleting and reading of data from the database.
-
miRadioWidget
-
Standard radio buttons widget Use it with input type="radio"
-
miSelectWidget
-
Standard select widget
-
miSetParam
-
Sets the param value. This value can be then obtained from miGetParam It clears the $_GET array value, and sets the value into the $_POST and $_REQUEST arrays
-
miSettings
-
Retrieves settings
-
miSimpleTablePager
-
Default Recordset Pager Class Manage the movement between pages when data is shown in table fomat
-
miSqlComplexPKRecord
-
SQL Record managerment class for records with complex primary keys
-
miSqlFilter
-
Abstract base sql filter class
-
miSqlFilterBiggerOrEqual
-
Simple filter for the >= (bigger or equal) operator
-
miSqlFilterBiggerThan
-
Simple filter for the > (bigger than) operator
-
miSqlFilterCustom
-
Sql filter with custom SQL code
-
miSqlFilterEnds
-
Filter for matching the endings of strings. Uses the like operator
-
miSqlFilterEqual
-
-
miSqlFilterIn
-
Filter checking that the field is equal to any of the vaues
-
miSqlFilterNotEqual
-
-
miSqlFilterNotIn
-
Filter checking that the field is not equal to any of the vaues
-
miSqlFilterOneValue
-
Abstract filter class for filters with one parametized value
-
miSqlFilterRegExp
-
Regular expression filter
-
miSqlFilterSimple
-
Base filter class for simple comparion operator filters
-
miSqlFilterSmallerOrEqual
-
Simple filter for the <= (smaller or equal) operator
-
miSqlFilterSmallerThan
-
Simple filter for the < (smaller than) operator
-
miSqlFilterStarts
-
Filter for matching the begining of strings. Uses the like operator
-
miSqlFilterSubstring
-
Filter for matching substrings. Uses the like operator
-
miSqlRecord
-
Handle and manage the inserting, updating, deleting and reading of data from the database. This class works only with one record row specified by a table primary key or unique field.
-
miSqlRecordset
-
Handle and manage the reading of data from database.
-
miState
-
Saves and restores the state base class
-
miStaticDBUtil
-
A proxy class that has static methods to access the preconfigured database connection The database connection is configured using the following settings: MI_DEFAULT_DB_HOST, MI_DEFAULT_DB_USER, MI_DEFAULT_DB_PASS and MI_DEFAULT_DB_NAME
-
miSubmitFieldsPlugin
-
Handles submit fields
-
miTable
-
Manage the representation in table format of data, which is read from miSqlRecordset object
-
miTableCustomParams
-
Handles custom params
-
miTableFeature
-
miTableFeature base class Each table feature subclasses this class
-
miTableFilters
-
Filters support class
-
miTablePager
-
Recordset Pager Class Manage the movement between pages when data is shown in table fomat
-
miTableSorter
-
-
miTemplateParser
-
Parses templates
-
miTemplateParserSectionInfo
-
Template parser section
-
miTextWidget
-
Standard text widget
-
miUIUtil
-
Offer same often used user interface functions
-
miUtil
-
miUtil static class. Contains various utility methods
-
miValidator
-
The base validator class
-
miValidatorDate
-
Validates date set by user
-
miValidatorDecimal
-
Validates decimal set by user
-
miValidatorEmail
-
Validates email set by user
-
miValidatorGsm
-
Validates GSM set by user
-
miValidatorHttp
-
Validates http url set by user
-
miValidatorIcq
-
Validates ICQ set by user
-
miValidatorInt
-
Validates integer set by user
-
miValidatorIp
-
Validates IP address set by user
-
miValidatorUnique
-
Unique validator Makes sure that the field value is unqiue.
-
miView
-
Base class for the presentation tier
-
miViewAction
-
The view action
-
miViewMapper
-
The View Mapper base class
-
miViewMapperController
-
The view mapper controller class
-
miViewMapperControllerDefault
-
Default View to Domain Object Mapper Controller
-
miViewMapperDefault
-
The view to domain object mapper default class
-
miViewPlugin
-
Base class for view plugins
-
miWebForm
-
Manages a web form
-
miWebFormErrorsHandler
-
Collects and displays errors
-
miWebFormMessageErrorsHandler
-
Message based errors handler
-
miWidget
-
Base class form web form widget
-
MI_DATABASE_ENGINE
-
-
MI_DISPLAY_DATE_FORMAT
-
-
MI_DISPLAY_TIME_FORMAT
-
-
MI_MYSQL_DATETIME_FORMAT
-
-
MI_MYSQL_DATE_FORMAT
-
-
MSG_TYPE_ERROR
-
-
MSG_TYPE_HIDDEN
-
-
MSG_TYPE_INFO
-
-
MSG_TYPE_WARNING
-
-
Message.php
-
-
SubmitFieldsPlugin.php
-
-
StaticDBUtil.php
-
-
SqlComplexPKRecord.php
-
-
SqlFilters.php
-
-
SqlRecord.php
-
-
SqlRecordset.php
-
-
saveState
-
-
sendEmail
-
Mails the message specified in $text to the receiver specified in $to The function uses the mail() php builtin and doesn't preform any additional checks of the params
-
set
-
-
set
-
Sets the value of a field
-
set
-
-
set
-
Sets the setting value for setting with name $name Overwrites previous setting
-
set
-
Set domain object value
-
setActionHandler
-
Adds a class that handles a specific action The action processing class must inherit from miAction
-
setAppFactory
-
Set new app factory object This method is used to change the default miAppFactory
-
setArray
-
Sets multiple settings value Overwrites previous setting
-
setArray
-
-
setConditionHandler
-
Sets a condition handler The miView expects the handler class be subclassed from miSqlFilter
-
setContents
-
Sets the contents of the template from string Alternative to reading it from file
-
setController
-
-
setDataFields
-
Sets array that describes the output and input of each database field
-
setDataFromWebForm
-
Retrieve the data from the web form
-
setDataToWebForm
-
Set the data to the web form
-
setDefaultCategory
-
-
setDefaultFilterValues
-
Set the default filter values
-
setDefaultRecordsPerPage
-
Sets the default records per page
-
setDefaultValue
-
Sets the default state of the checkbox
-
setDispatcher
-
Allows runtime changing of the dispatcher object
-
setErrorsHandler
-
-
setFieldName
-
Sets the field name
-
setFieldName
-
Set the field name
-
setFooter
-
Sets the footer file
-
setFormData
-
Sets form data
-
setFormDataRow
-
Sets the form data row
-
setGroupBy
-
Sets group by fields The param is directly added after the GROUP BY clause
-
setHavingFilterNames
-
Sets the names of the filters to be used in a HAVING clause instead of WHERE
-
setHeader
-
Sets the header file
-
setIterationsCount
-
Set the number of times this section will be repated
-
setLinkTemplate
-
Sets the link template for each breadcrumb link
-
setMainPageElements
-
Sets main page elements
-
setMainPageElements
-
Sets main page elements
-
setOptions
-
-
setOrder
-
Sets the field by which the result of the query will be ordered and the direction of ordering - ascending or descending.
-
setPage
-
Sets the current page to show and the number of records per page
-
setPagerLocation
-
Sets the pager location
-
setPersistVars
-
Set the names of variables to be persisted
-
setProperty
-
Sets a property value
-
setRadioButtons
-
Sets the radio buttons
-
setRecord
-
Sets object of class miSqlRecord or its subclasses.
-
setRecordLocatorParams
-
Sets the record locator params. They are used to forward params from top level to sub-level views
-
setRecordsLimit
-
Sets how many rows to be read from the databse
-
setRow
-
Directly set the data row
-
setRow
-
Set all domain object values
-
setSectionInfo
-
Sets up the section
-
setSectionInfos
-
Set the section infos. Clears all previous section infos
-
setSectionName
-
Sets the section name
-
setSelectFields
-
Sets the select fields Defaults to * (all columns)
-
setSeparator
-
Sets the separator between the items in the breadcrumb
-
setState
-
Set the state
-
setTable
-
Sets Object of class miTable or its subclasses.
-
setupViewMappers
-
Create all view mapper objects
-
setValues
-
Sets the section values
-
setWebForm
-
-
show
-
Shows the form
-
showCsvExportHeaders
-
Print export headers
-
showForm
-
Show the web form
-
showPage
-
Shows the page
-
showPage
-
Shows the table using the specified template
-
singleton
-
Returns the settings object
-
singleton
-
Return reference to the app factory object
-
sql_connect
-
-
sql_errno
-
-
sql_error
-
-
sql_escape_string
-
-
sql_fetch_assoc
-
-
sql_field_name
-
-
sql_free_result
-
-
sql_insert_id
-
-
sql_list_fields
-
-
sql_num_fields
-
-
sql_ping
-
-
sql_query
-
-
sql_real_escape_string
-
-
sql_select_db
-
-
stripIndexPage
-
If the page ends with an index page name, that index page name is stripped.
-
Settings.php
-
-
State.php
-
-
StandardWidgets.php
-
-
$_action
-
String parameter from the request specifing which action to be processed
-
$_actionHandlers
-
Array map between action and action processing class
-
$_actionHandlers
-
Array map between action and action processing class names
-
$_actionObj
-
The action object
-
$_additionalFilters
-
Additional filters added by application logic
-
$_allFields
-
-
$_appFactory
-
-
$_category
-
-
$_classMap
-
Map from class names to files
-
$_commandType
-
-
$_conditionMap
-
Map between the filter conditions and the actual filter class
-
$_controller
-
Reference to the controller object
-
$_controllerCommands
-
The controller command objects
-
$_csvFilename
-
The filename to suggest to the user If the filename contains special chars it must be escaped in quoted printable format
-
$_dataFields
-
Array that describes the output and input of each database field
-
$_dbCode
-
The actual database error code
-
$_dbHost
-
-
$_dbName
-
-
$_dbPass
-
-
$_dbUser
-
-
$_defaultFilterValues
-
The default filter values
-
$_defaultFilterValues
-
An associative array with filter field and value
-
$_defaultOptionIndex
-
-
$_defaultRadioIndex
-
The index of the default radio button
-
$_defaultRecordsPerPage
-
The records per page by default
-
$_defaultValue
-
-
$_dispatcher
-
The dispatcher object
-
$_domainObj
-
-
$_domainObj
-
-
$_domainObject
-
Reference to the domain object
-
$_errors
-
The errors go here
-
$_errorsHandler
-
A reference to the error hanlder object
-
$_fieldName
-
-
$_fieldName
-
-
$_filters
-
-
$_firstRecordIndex
-
-
$_footerFileName
-
-
$_formDataRow
-
Array with data to displayed by the widgets
-
$_formFields
-
Array with field objects
-
$_formProperties
-
Array that describes the output and input of each web field
-
$_fromArray
-
-
$_groupBy
-
-
$_havingFilterNames
-
-
$_headerFileName
-
-
$_includePath
-
-
$_indexPages
-
Contains all index pages names
-
$_iterationsCount
-
-
$_joinConditions
-
-
$_link
-
-
$_linkTemplate
-
Contains the link template for each breadcrumb link
-
$_mainPageElements
-
Stores page specific elements
-
$_mainPageElements
-
-
$_mainPageElements
-
-
$_messageObj
-
Reference to the message object, or null
-
$_messageObj
-
Reference to the message object, or null
-
$_messageTypeStyles
-
-
$_name
-
The filter name
-
$_numRecords
-
-
$_operator
-
-
$_operator
-
-
$_operator
-
The filter operator. The subclasses define it
-
$_operator
-
-
$_operator
-
-
$_operator
-
-
$_operator
-
-
$_operator
-
-
$_operator
-
-
$_operator
-
-
$_options
-
-
$_page
-
The current page number
-
$_pageNames
-
Array with the names of all pages
-
$_pages
-
Tree containing all pages and the hierarchy between them.
-
$_param
-
-
$_persistVars
-
-
$_persistVars
-
-
$_pkValue
-
-
$_plugins
-
Plugin objects
-
$_primaryKey
-
-
$_properties
-
Contains the form widget properties
-
$_propertyField
-
-
$_radioButtons
-
Array with the radio buttons
-
$_record
-
The actual record used to read the data
-
$_record
-
-
$_record
-
Object of class miSQLRecord or its subclasses
-
$_recordLocatorParams
-
Used to forward parameters from top-level to sub-level views It usually contains ID(s) of a field that limits the managed records
-
$_recordset
-
-
$_recordset
-
-
$_recordsPerPage
-
Number of records per page
-
$_row
-
-
$_sectionInfos
-
Array with sections
-
$_sectionName
-
-
$_selectedFields
-
-
$_selectFields
-
-
$_separator
-
Contains the separator that is put between the breadcrumb links
-
$_settings
-
-
$_sortBy
-
-
$_sortDir
-
-
$_sql
-
The custom sql code
-
$_state
-
-
$_state
-
-
$_stateVars
-
-
$_submitFields
-
Array that describes the output and input of each field of type FILE
-
$_submitFields
-
Array with the submit fields this plugin works on
-
$_submittedData
-
-
$_subsections
-
Associative array with the subsections. The key is the subsection name
-
$_systemMessages
-
-
$_table
-
-
$_table
-
A reference to the miTable object associated with this table feature
-
$_table
-
Object of class miTable or its subclasses
-
$_table
-
-
$_tableFeatures
-
-
$_templateFileContents
-
The contents of the template file
-
$_templates
-
An array of template names needed to visualize all viewes
-
$_templateSectionInfos
-
Template section infos to be added when parsing the template
-
$_templateSections
-
Array with sections
-
$_templateVars
-
Associative array of template variables They will be used after all sections have been parsed
-
$_toArray
-
-
$_totalRecords
-
Total number of records
-
$_validators
-
The validators
-
$_value
-
The filter value
-
$_valueField
-
-
$_values
-
-
$_view
-
-
$_view
-
Reference to the view object
-
$_view
-
Reference to the view
-
$_view
-
-
$_viewMapperController
-
-
$_viewMapperController
-
Reference to the view mapper controller object
-
$_viewMappers
-
-
$_views
-
-
$_webForm
-
-
$_webForm
-
-
$_webForm
-
A reference to the web form that contains this widget
-
$_webForm
-
-
__autoload
-
Autoloads classes upon usage
-
__construct
-
-
__construct
-
Initializes the dispatcher
-
__construct
-
Construct miWidget object
-
__construct
-
-
__construct
-
-
__construct
-
Constructs the miWebForm
-
__construct
-
Construct the action object
-
__construct
-
-
__construct
-
Constructs the plugin
-
__construct
-
miDBUtilImpl constructor.
-
__construct
-
-
__construct
-
Initializes the page object
-
__construct
-
-
__construct
-
Construct the filter
-
__construct
-
Constructs the object All params are optional
-
__construct
-
miSqlRecord constructor. It takes two parameters table name and table primary key
-
__construct
-
miSqlRecordset constructor
-
__construct
-
Constucts the state manager class
-
__construct
-
miTable constructor. It takes one parameter - object of class miSqlRecordset or its subclasses
-
__construct
-
Constructs a table feature
-
__construct
-
Creates miSqlFilter object
-
__construct
-
Constructs the validator class
-
__construct
-
Constructor
-
__construct
-
Construct DB exception
-
__construct
-
-
__construct
-
Constructs the submit fields hanlder
-
__construct
-
miPropertiesRecord constructor. It takes three parameters - table name, property field name and value field name
-
__construct
-
Constructs the unique validator class
-
__construct
-
Creates miSqlFilter object
-
__construct
-
Creates miSqlComplexPKRecord object
-
__construct
-
Constructs the object