Element index for package mvc
Package indexes
[ c ]
[ d ]
[ e ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ s ]
[ v ]
c
- COMMAND_BASKET
- in file Define.php, constant COMMAND_BASKET
- COMMAND_DELETE
- in file Define.php, constant COMMAND_DELETE
- COMMAND_DETAIL
- in file Define.php, constant COMMAND_DETAIL
- COMMAND_INSERT
- in file Define.php, constant COMMAND_INSERT
- COMMAND_LIST
- in file Define.php, constant COMMAND_LIST
- COMMAND_LOGIN
- in file Define.php, constant COMMAND_LOGIN
- COMMAND_LOGOFF
- in file Define.php, constant COMMAND_LOGOFF
- COMMAND_MAIL
- in file Define.php, constant COMMAND_MAIL
- COMMAND_MASTER
- in file Define.php, constant COMMAND_MASTER
COMMAND_xxxx
- COMMAND_NEW_USER
- in file Define.php, constant COMMAND_NEW_USER
- COMMAND_PASSWORD
- in file Define.php, constant COMMAND_PASSWORD
- COMMAND_SEARCH
- in file Define.php, constant COMMAND_SEARCH
- COMMAND_SMS
- in file Define.php, constant COMMAND_SMS
- COMMAND_TABLE
- in file Define.php, constant COMMAND_TABLE
- COMMAND_UPDATE
- in file Define.php, constant COMMAND_UPDATE
d
- $datareader
- in file ViewCommon.php, variable ViewCommon::$datareader
- DEFAULT_MVC_COOKIE_NAME
- in file Default.php, constant DEFAULT_MVC_COOKIE_NAME
- DEFAULT_MVC_USERNAME
- in file Default.php, constant DEFAULT_MVC_USERNAME
- display
- in file ViewBasket.php, method ViewBasket::display()
Display html
- display
- in file Grid.php, method Grid::display()
Display html
- display
- in file ViewPlain.php, method ViewPlain::display()
Display html
- display
- in file ViewDetail.php, method ViewDetail::display()
Display html
- display
- in file ViewList.php, method ViewList::display()
Display html
- display
- in file ViewForm.php, method ViewForm::display()
Display html
- display
- in file ViewXmlReader.php, method ViewXmlReader::display()
Display html
- display
- in file ViewCommon.php, method ViewCommon::display()
Display html
- display
- in file EngineObject.php, method EngineObject::display()
Display html
- display
- in file EngineBasket.php, method EngineBasket::display()
Display html
- display
- in file Engine.php, method Engine::display()
Display html
- display
- in file ViewXmlWriter.php, method ViewXmlWriter::display()
Display html
- display
- in file EngineForm.php, method EngineForm::display()
Display html
- display
- in file EngineList.php, method EngineList::display()
Display html
- display
- in file ViewLogin.php, method ViewLogin::display()
Display html
- display
- in file EngineLogin.php, method EngineLogin::display()
Display html
- doGet
- in file EngineObject.php, method EngineObject::doGet()
Get the complete html for a GET request
- dogetView
- in file EngineObject.php, method EngineObject::dogetView()
Get the complete html for a list or form view
- doPost
- in file EngineObject.php, method EngineObject::doPost()
Get the complete html for a POST request
- Default.php
- procedural page Default.php
- Define.php
- procedural page Define.php
e
- Engine
- in file Engine.php, class Engine
The Engine is the controller for other EngineXyz objects
- Engine
- in file Engine.php, method Engine::Engine()
Constructor
- EngineBasket
- in file EngineBasket.php, class EngineBasket
The Engine Basket parsing engine
- EngineBasket
- in file EngineBasket.php, method EngineBasket::EngineBasket()
Constructor
- EngineForm
- in file EngineForm.php, class EngineForm
The FormView, ListView and Login form parsing engine
- EngineForm
- in file EngineForm.php, method EngineForm::EngineForm()
Constructor
- EngineList
- in file EngineList.php, method EngineList::EngineList()
Constructor
- EngineList
- in file EngineList.php, class EngineList
The ListView parsing engine
- EngineLogin
- in file EngineLogin.php, class EngineLogin
The Engine for the Login session
- EngineLogin
- in file EngineLogin.php, method EngineLogin::EngineLogin()
Constructor
- EngineObject
- in file EngineObject.php, class EngineObject
The EngineObject is the base class for other engines
- EngineObject
- in file EngineObject.php, method EngineObject::EngineObject()
Constructor
- ENGINE_NAME_BASKET
- in file Define.php, constant ENGINE_NAME_BASKET
- ENGINE_NAME_EMAIL
- in file Define.php, constant ENGINE_NAME_EMAIL
- ENGINE_NAME_FORM
- in file Define.php, constant ENGINE_NAME_FORM
- ENGINE_NAME_LIST
- in file Define.php, constant ENGINE_NAME_LIST
The physical Engine Names
- ENGINE_NAME_LOGIN
- in file Define.php, constant ENGINE_NAME_LOGIN
- ENGINE_NAME_SMS
- in file Define.php, constant ENGINE_NAME_SMS
- execute
- in file EngineObject.php, method EngineObject::execute()
Executes the query specified by $command
- EngineBasket.php
- procedural page EngineBasket.php
- EngineForm.php
- procedural page EngineForm.php
- EngineList.php
- procedural page EngineList.php
- EngineLogin.php
- procedural page EngineLogin.php
- EngineObject.php
- procedural page EngineObject.php
- Engine.php
- procedural page Engine.php
g
- getBasket
- in file Grid.php, method Grid::getBasket()
Return the data as html Basket view
- getButtons
- in file ViewForm.php, method ViewForm::getButtons()
Return the Buttons as html
- getColumn
- in file ViewCommon.php, method ViewCommon::getColumn()
Return the column data as html <tr><td>header 1</td><td>data 1</td></tr> ...
- getData
- in file ViewCommon.php, method ViewCommon::getData()
Return the header or data for a list view
- getDataReader
- in file Grid.php, method Grid::getDataReader()
Return a DataReader object as a result of a command query
- getDetail
- in file Grid.php, method Grid::getDetail()
Return the data as a html Detail View
- getElement
- in file ViewForm.php, method ViewForm::getElement()
Return the Label and TexField as an object
- getForm
- in file Grid.php, method Grid::getForm()
Return the data as a html Form View
- getGrid
- in file Grid.php, method Grid::getGrid()
Return the data as a html GRID
- getHtml
- in file ViewForm.php, method ViewForm::getHtml()
Return the html
- getHtml
- in file ViewPlain.php, method ViewPlain::getHtml()
Return the html
- getHtml
- in file EngineObject.php, method EngineObject::getHtml()
'
- getHtml
- in file Grid.php, method Grid::getHtml()
Return the html
- getHtml
- in file ViewXmlReader.php, method ViewXmlReader::getHtml()
Return the html
- getHtml
- in file ViewXmlWriter.php, method ViewXmlWriter::getHtml()
Return the html
- getHtml
- in file ViewList.php, method ViewList::getHtml()
Return the html
- getHtml
- in file ViewDetail.php, method ViewDetail::getHtml()
Return the html
- getHtml
- in file ViewCommon.php, method ViewCommon::getHtml()
Return the html
- getLogin
- in file Grid.php, method Grid::getLogin()
Return the data as a html Login View
- getPlain
- in file Grid.php, method Grid::getPlain()
Return the data as plain text
- getPrimaryKey
- in file ViewCommon.php, method ViewCommon::getPrimaryKey()
The Primary key
- getPrimaryKey
- in file ViewBasket.php, method ViewBasket::getPrimaryKey()
The Primary key
- getRow
- in file ViewForm.php, method ViewForm::getRow()
Return the html
- getRow
- in file ViewCommon.php, method ViewCommon::getRow()
Return the row data as html <tr><td>data 1</td><td>data 2</td><td>data ns</td></tr> ...
- getRows
- in file ViewForm.php, method ViewForm::getRows()
Return the html
- getSubmitButton
- in file ViewLogin.php, method ViewLogin::getSubmitButton()
Return the Submit Button as html
- getSubmitButton
- in file ViewForm.php, method ViewForm::getSubmitButton()
You may override this method, in order to create your own
- getSubtotal
- in file ViewList.php, method ViewList::getSubtotal()
Return the subtotal as html, like a basket or invoice
- getSubtotal
- in file ViewBasket.php, method ViewBasket::getSubtotal()
Return the subtotal as html
- getXml
- in file ViewXmlReader.php, method ViewXmlReader::getXml()
Return the XML
- getXmlReader
- in file Grid.php, method Grid::getXmlReader()
Return the data as XML Read data
- getXmlWriter
- in file Grid.php, method Grid::getXmlWriter()
Return the data as XML Write data
- Grid
- in file Grid.php, class Grid
Generates the html for a Grid
- Grid
- in file Grid.php, method Grid::Grid()
Constructor
- GRID_LAYOUT_BASKET
- in file Define.php, constant GRID_LAYOUT_BASKET
- GRID_LAYOUT_DETAIL
- in file Define.php, constant GRID_LAYOUT_DETAIL
- GRID_LAYOUT_FORM
- in file Define.php, constant GRID_LAYOUT_FORM
- GRID_LAYOUT_LIST
- in file Define.php, constant GRID_LAYOUT_LIST
- GRID_LAYOUT_LOGIN
- in file Define.php, constant GRID_LAYOUT_LOGIN
- GRID_LAYOUT_PLAIN
- in file Define.php, constant GRID_LAYOUT_PLAIN
- GRID_LAYOUT_XML_READER
- in file Define.php, constant GRID_LAYOUT_XML_READER
- GRID_LAYOUT_XML_WRITER
- in file Define.php, constant GRID_LAYOUT_XML_WRITER
- Grid.php
- procedural page Grid.php
m
- MVC_COOKIE_NAME
- in file Setup.php, constant MVC_COOKIE_NAME
- myphp-package.php
- procedural page myphp-package.php
- MYPHP_BASE_PATH
- in file myphp-package.php, constant MYPHP_BASE_PATH
- MYPHP_DB_PATH
- in file myphp-package.php, constant MYPHP_DB_PATH
- MYPHP_ECOMMERCE_PATH
- in file myphp-package.php, constant MYPHP_ECOMMERCE_PATH
- MYPHP_FORM_PATH
- in file myphp-package.php, constant MYPHP_FORM_PATH
- MYPHP_LANGUAGE_PATH
- in file myphp-package.php, constant MYPHP_LANGUAGE_PATH
- MYPHP_LOG_PATH
- in file myphp-package.php, constant MYPHP_LOG_PATH
- MYPHP_MVC_PATH
- in file myphp-package.php, constant MYPHP_MVC_PATH
- MYPHP_TABLE_PATH
- in file myphp-package.php, constant MYPHP_TABLE_PATH
- MYPHP_UTIL_PATH
- in file myphp-package.php, constant MYPHP_UTIL_PATH
v
- ViewBasket.php
- procedural page ViewBasket.php
- ViewCommon.php
- procedural page ViewCommon.php
- ViewDetail.php
- procedural page ViewDetail.php
- ViewForm.php
- procedural page ViewForm.php
- ViewList.php
- procedural page ViewList.php
- ViewLogin.php
- procedural page ViewLogin.php
- ViewPlain.php
- procedural page ViewPlain.php
- ViewXmlReader.php
- procedural page ViewXmlReader.php
- ViewXmlWriter.php
- procedural page ViewXmlWriter.php
- ViewBasket
- in file ViewBasket.php, method ViewBasket::ViewBasket()
Constructor
- ViewBasket
- in file ViewBasket.php, class ViewBasket
Generates the html for a View Basket
- ViewCommon
- in file ViewCommon.php, class ViewCommon
Generates the html for a Form or List View
- ViewCommon
- in file ViewCommon.php, method ViewCommon::ViewCommon()
Constructor
- ViewDetail
- in file ViewDetail.php, method ViewDetail::ViewDetail()
Constructor
- ViewDetail
- in file ViewDetail.php, class ViewDetail
Generates the html for a View Detail
- ViewForm
- in file ViewForm.php, class ViewForm
Generates the html for a View Form
- ViewForm
- in file ViewForm.php, method ViewForm::ViewForm()
Constructor
- ViewList
- in file ViewList.php, class ViewList
Generates the html for a View List
- ViewList
- in file ViewList.php, method ViewList::ViewList()
Constructor
- ViewLogin
- in file ViewLogin.php, method ViewLogin::ViewLogin()
Constructor
- ViewLogin
- in file ViewLogin.php, class ViewLogin
Generates the html for a View Login Form
- ViewPlain
- in file ViewPlain.php, method ViewPlain::ViewPlain()
Constructor
- ViewPlain
- in file ViewPlain.php, class ViewPlain
Generates the html for a View Plain
- ViewXmlReader
- in file ViewXmlReader.php, class ViewXmlReader
Generates the html for a View XML Reader
- ViewXmlReader
- in file ViewXmlReader.php, method ViewXmlReader::ViewXmlReader()
Constructor
- ViewXmlWriter
- in file ViewXmlWriter.php, method ViewXmlWriter::ViewXmlWriter()
Constructor
- ViewXmlWriter
- in file ViewXmlWriter.php, class ViewXmlWriter
Generates the html for a View XML Writer
|
|