Element index for package CYap
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ _ ]
_
- _AbortButton
- in file CYap_Form.php, method CYap_form::_AbortButton()
- _AddHrefLink
- in file CYap.php, method CYap::_AddHrefLink()
If allowed, add the link to the add row function
- _Apice
- in file CYap.php, method CYap::_Apice()
String quote, for each type of Mysql field the function return the single quote
- _BuildControlTable
- in file CYap.php, method CYap::_BuildControlTable()
Build the control object for each field and return it.
- _CheckAuthorization
- in file CYap.php, method CYap::_CheckAuthorization()
Ask to the callback function (if I have one ) if the current
- _CheckFieldCallBack
- in file CYap.php, method CYap::_CheckFieldCallBack()
Check if the field name in $Key contains a valid value. If not return false The function perform the check by the provided callback function. If any return true.
- _CompileFieldType
- in file CYap.php, method CYap::_CompileFieldType()
Build the array that contains all information about the field
- _DeleteExecute
- in file CYap.php, method CYap::_DeleteExecute()
Ok, I get the confirm to remove the row, I do it!
- _DeleteHrefLink
- in file CYap.php, method CYap::_DeleteHrefLink()
If allowed, add the link to the delete function for the currente row
- _DeleteRequestConfirm
- in file CYap.php, method CYap::_DeleteRequestConfirm()
Request the confirm to remove the row
- _DetHrefLink
- in file CYap.php, method CYap::_DetHrefLink()
function to show the link to the detail mode for the current record
- _DisplayData
- in file CYap.php, method CYap::_DisplayData()
Perform the actions required to display the rows (table/detail mode)
- _DoEvent
- in file CYap.php, method CYap::_DoEvent()
Execute the function related to the given event. Note, it recognizes only the evens
- _DontAllow
- in file CYap.php, method CYap::_DontAllow()
The user is not allowed to perform the operation, show the message
- _FillFromRequest
- in file CYap.php, method CYap::_FillFromRequest()
For each field, check from the request, if I have some value
- _InitializeSessionVar
- in file CYap.php, method CYap::_InitializeSessionVar()
Initialize the session vars
- _InternalCheck
- in file CYap_Control.php, method CYap_Control::_InternalCheck()
Internal function to check the input value. Each control may develop som intrisic cchecks
- _JsOut
- in file CYap.php, method CYap::_JsOut()
Send the Javascript code required by Yap to output the tooltip
- _JsSearchBoxCheck
- in file CYap.php, method CYap::_JsSearchBoxCheck()
Js code to validate the search box form.
- _LoadCfg
- in file CYap.php, method CYap::_LoadCfg()
Load the configuration file
- _ManageFormats
- in file CYap.php, method CYap::_ManageFormats()
Parse the output formats from info['outformat'], and converts that informations into executable commands.
- _ModifyExecute
- in file CYap.php, method CYap::_ModifyExecute()
Add/Update the record
- _ModifyHrefLink
- in file CYap.php, method CYap::_ModifyHrefLink()
If allowed, add the link to the modify function for the currente row
- _ModifyInputForm
- in file CYap.php, method CYap::_ModifyInputForm()
Show the form for modify/insert a new row
- _ModifySuccessed
- in file CYap.php, method CYap::_ModifySuccessed()
Operation (add/modify) executed with success, draw the messge
- _OnAbortModify
- in file CYap.php, method CYap::_OnAbortModify()
- _OnAbortRemove
- in file CYap.php, method CYap::_OnAbortRemove()
Ops, I don't want remove this row
- _OnAbortSaveRow
- in file CYap.php, method CYap::_OnAbortSaveRow()
Click on 'abort button' on 'new row' form
- _OnCmdExecuted
- in file CYap.php, method CYap::_OnCmdExecuted()
Click on 'OK' button on the form 'Command executed'
- _OnDetailClick
- in file CYap.php, method CYap::_OnDetailClick()
Click on button show row detail
- _OnDoModify
- in file CYap.php, method CYap::_OnDoModify()
ok, the modify form is filled, store the new values
- _OnDoRemove
- in file CYap.php, method CYap::_OnDoRemove()
Yes delete this row
- _OnDoSaveRow
- in file CYap.php, method CYap::_OnDoSaveRow()
Ok, the 'new row' form is filled, store the data
- _OnDrawCurrent
- in file CYap.php, method CYap::_OnDrawCurrent()
Draw the data from the current status
- _OnExit
- in file CYap.php, method CYap::_OnExit()
- _OnFirstTime
- in file CYap.php, method CYap::_OnFirstTime()
First time the module is called. Initialize the internal status and don't expect any information
- _OnModifyClick
- in file CYap.php, method CYap::_OnModifyClick()
Click on 'modify row' link
- _OnNewRow
- in file CYap.php, method CYap::_OnNewRow()
Click on 'add row' button
- _OnOrderDown
- in file CYap.php, method CYap::_OnOrderDown()
Click on table header to change the order type
- _OnOrderUp
- in file CYap.php, method CYap::_OnOrderUp()
Click on table header to change the order type
- _OnRemoveClick
- in file CYap.php, method CYap::_OnRemoveClick()
Click on 'delete row' link
- _OnSearch
- in file CYap.php, method CYap::_OnSearch()
Filled the search form. Parse the new search parameters, and display the new result.
- _OnTableView
- in file CYap.php, method CYap::_OnTableView()
Click on button show rows table
- _OnToPage
- in file CYap.php, method CYap::_OnToPage()
Skip to a new page. This event expects the pag parameter to know which is the new page
- _OpenDb
- in file CYap.php, method CYap::_OpenDb()
Open the connection to the database
- _RetrieveFieldType
- in file CYap.php, method CYap::_RetrieveFieldType()
Retrieve the field definition from the database
- _RetrieveRow
- in file CYap.php, method CYap::_RetrieveRow()
Retrieve the row contents from the database
- _RunDisplayFunc
- in file CYap.php, method CYap::_RunDisplayFunc()
Run the display function based on mode switch
- _SaveToSession
- in file CYap.php, method CYap::_SaveToSession()
Store some information into session
- _SetDefaultHandler
- in file CYap.php, method CYap::_SetDefaultHandler()
Set the event table to the default handler
- _ShowDetailMode
- in file CYap.php, method CYap::_ShowDetailMode()
Shows the row detail. Actually the function doesn't show anything, it calls the various function from the class tabledatail. Those functions make the html code to show the data.
- _ShowModifyBox
- in file CYap.php, method CYap::_ShowModifyBox()
Build the form for the input/add row
- _ShowSearchBox
- in file CYap.php, method CYap::_ShowSearchBox()
Call the CYapBox to show th search box. This function is splitted from the previous to allow to override it if you need to cheng the search box layout.
- _ShowTableMode
- in file CYap.php, method CYap::_ShowTableMode()
Shows the requested row. Actually the function doesn't show anything, it calls the various function from the class tableview. Those functions make the html code to show the data.
- _SubmitButton
- in file CYap_Form.php, method CYap_form::_SubmitButton()
- _ToolTipJs
- in file CYap.php, method CYap::_ToolTipJs()
Javascript code required to draw the tooltips
- _ToolTipsDiv
- in file CYap.php, method CYap::_ToolTipsDiv()
Html code require do draw the tool tips
c
- $CallBackCheck
- in file CYap_Control.php, variable CYap_Control::$CallBackCheck
Callback function to call to validate the inoput
- $Choices
- in file CYap_Control.php, variable CYap_SelectBox::$Choices
Array of all choices available
- $colSpecial
- in file CYap_Table.php, variable CYap_TableView::$colSpecial
Momerize the columne where are placed the special link MODIFY, DETAIL, DELETE
- $Controls
- in file CYap_Form.php, variable CYap_form::$Controls
- $CurrentCol
- in file CYap_Table.php, variable CYap_TableView::$CurrentCol
Last column set by Cell()
- $CurrentCol
- in file CYap_Table.php, variable CYap_DetailView::$CurrentCol
Last column set by Cell()
- $CurrentRow
- in file CYap_db.php, variable CYapDB::$CurrentRow
- CalculateNumRows
- in file CYap_ODBC.php, method CYap_odbc::CalculateNumRows()
- Cell
- in file CYap_Table.php, method CYap_DetailView::Cell()
Set the cell contents. First cell
- Cell
- in file CYap_Table.php, method CYap_TableView::Cell()
Set the cell contents. First cell
- check_db
- in file CYap.php, method CYap::check_db()
Check and load the configuration information about the database connection coming from the caller
- check_modify_info
- in file CYap.php, method CYap::check_modify_info()
Check and load the configuration information about the add/modify/delete row
- check_orderfield
- in file CYap.php, method CYap::check_orderfield()
Look into the $_REQUEST for the sort parameter. If any, the function update the contents of OrderField and/or OrderDirection
- check_search
- in file CYap.php, method CYap::check_search()
Check and load the configuration information about the search box coming from the caller
- check_showfield
- in file CYap.php, method CYap::check_showfield()
Check and load the configuration information about the fields to show coming from the caller
- check_show_info
- in file CYap.php, method CYap::check_show_info()
Check and load the configuration information coming from the caller
- CYap
- in file CYap.php, class CYap
- CYap
- in file CYap.php, method CYap::CYap()
Table viev class reference
- CYapBox
- in file CYapBox.php, class CYapBox
- CYapBox
- in file CYapBox.php, method CYapBox::CYapBox()
- CYapBox.php
- procedural page CYapBox.php
- CYapDB
- in file CYap_db.php, class CYapDB
- CYapDB
- in file CYap_db.php, method CYapDB::CYapDB()
- CYap_Control
- in file CYap_Control.php, class CYap_Control
- CYap_control
- in file CYap_Control.php, method CYap_Control::CYap_control()
Class constructor
- CYap_Control.php
- procedural page CYap_Control.php
- CYap_db.php
- procedural page CYap_db.php
- CYap_DetailView
- in file CYap_Table.php, method CYap_DetailView::CYap_DetailView()
Class initializer
- CYap_DetailView
- in file CYap_Table.php, class CYap_DetailView
show the row details
- CYap_form
- in file CYap_Form.php, method CYap_form::CYap_form()
- CYap_form
- in file CYap_Form.php, class CYap_form
- CYap_Form.php
- procedural page CYap_Form.php
- cyap.inc
- procedural page cyap.inc
- CYap_MoveToPage
- in file CYap_PageJump.php, class CYap_MoveToPage
Show the table, first, previous, next,last page
- CYap_MoveToPage
- in file CYap_PageJump.php, method CYap_MoveToPage::CYap_MoveToPage()
Start the class.
- CYap_MsSQL
- in file CYap_Mssql.php, method CYap_MsSQL::CYap_MsSQL()
- CYap_MsSQL
- in file CYap_Mssql.php, class CYap_MsSQL
- CYap_Mssql.php
- procedural page CYap_Mssql.php
- CYap_mysql
- in file CYap_Mysql.php, method CYap_mysql::CYap_mysql()
- CYap_mysql
- in file CYap_Mysql.php, class CYap_mysql
- CYap_Mysql.php
- procedural page CYap_Mysql.php
- CYap_odbc
- in file CYap_ODBC.php, method CYap_odbc::CYap_odbc()
- CYap_odbc
- in file CYap_ODBC.php, class CYap_odbc
- CYap_ODBC.php
- procedural page CYap_ODBC.php
- CYap_PageJump.php
- procedural page CYap_PageJump.php
- CYap_PageNumber
- in file CYap_PageJump.php, method CYap_PageNumber::CYap_PageNumber()
Start the class.
- CYap_PageNumber
- in file CYap_PageJump.php, class CYap_PageNumber
draw the table that allows to jump to the page number x
- CYap.php
- procedural page CYap.php
- CYap_Preset
- in file CYap_Control.php, class CYap_Preset
Preset input object. This object obtains its value
- CYap_Preset
- in file CYap_Control.php, method CYap_Preset::CYap_Preset()
- CYap_SelectBox
- in file CYap_Control.php, class CYap_SelectBox
- CYap_SelectBox
- in file CYap_Control.php, method CYap_SelectBox::CYap_SelectBox()
- CYap_TableView
- in file CYap_Table.php, method CYap_TableView::CYap_TableView()
- CYap_TableView
- in file CYap_Table.php, class CYap_TableView
- CYap_Table.php
- procedural page CYap_Table.php
- CYap_TextBox
- in file CYap_Control.php, method CYap_TextBox::CYap_TextBox()
- CYap_TextBox
- in file CYap_Control.php, class CYap_TextBox
Generic text box class
d
- $db
- in file CYap.php, variable CYap::$db
Handle to the db connection
- $DbConn
- in file CYap_db.php, variable CYapDB::$DbConn
- $DbField
- in file CYap_Control.php, variable CYap_Control::$DbField
Name of the database field binded to this control
- $DbFieldInfo
- in file CYap_Control.php, variable CYap_Control::$DbFieldInfo
Information about the field binded to this control. Associative array.
- $DbOpened
- in file CYap.php, variable CYap::$DbOpened
Flag of the connection to the database. True the connection is open (by the class or by the caller), false, the connection need to be opened.
- $Dbresult
- in file CYap_db.php, variable CYapDB::$Dbresult
- $Db_Class
- in file CYap.php, variable CYap::$Db_Class
Istance of the database class abstraction
- $db_info
- in file CYap.php, variable CYap::$db_info
- $Db_Open
- in file CYap_db.php, variable CYapDB::$Db_Open
Connection to database already open
- $DetailMode
- in file CYap.php, variable CYap::$DetailMode
Do I show the full detail of the rows? (True).Or do I show a table with many rows? (False)
- DbaddSql
- in file CYap_db.php, method CYapDB::DbaddSql()
From an array of values, made the sql for adding the row
- DbaddSql
- in file CYap_ODBC.php, method CYap_odbc::DbaddSql()
From an array of values, made the sql for adding the row
- DbaddSql
- in file CYap_Mssql.php, method CYap_MsSQL::DbaddSql()
From an array of values, make the sql for adding the row
- DbError
- in file CYap_db.php, method CYapDB::DbError()
Return the error descritpion from last command
- DbEscape
- in file CYap_Mssql.php, method CYap_MsSQL::DbEscape()
Escape the string using the db functions, if provided It don't apply the escape string if magic_quotes_gpc is enabled
- DbEscape
- in file CYap_db.php, method CYapDB::DbEscape()
Escape the string using the db functions, if provided It don't apply the escape string if magic_quotes_gpc is enabled
- DbEscape
- in file CYap_Mysql.php, method CYap_mysql::DbEscape()
Escape the string using the db functions, if provided It don't apply the escape string if magic_quotes_gpc is enabled Mysql version. It uses the mysql_escape string function instead of addslashes
- DbEscape
- in file CYap_ODBC.php, method CYap_odbc::DbEscape()
Escape the string using the db functions, if provided It don't apply the escape string if magic_quotes_gpc is enabled
- DbExecSql
- in file CYap_Mssql.php, method CYap_MsSQL::DbExecSql()
Execute the given query
- DbExecSql
- in file CYap_db.php, method CYapDB::DbExecSql()
Execute the given query
- DbExecSql
- in file CYap_Mysql.php, method CYap_mysql::DbExecSql()
Execute the given query
- DbExecSql
- in file CYap_ODBC.php, method CYap_odbc::DbExecSql()
Execute the given query
- DbFetchField
- in file CYap_Mssql.php, method CYap_MsSQL::DbFetchField()
Get column information from a result and return as an object
- DbFetchField
- in file CYap_ODBC.php, method CYap_odbc::DbFetchField()
Get column information from a result and return as an object
- DbFetchField
- in file CYap_db.php, method CYapDB::DbFetchField()
Get column information from a result and return as an object
- DbFetchField
- in file CYap_Mysql.php, method CYap_mysql::DbFetchField()
Get column information from a result and return as an object
- DbFieldFlags
- in file CYap_ODBC.php, method CYap_odbc::DbFieldFlags()
Get the flags associated with the specified field in a result
- DbFieldFlags
- in file CYap_Mysql.php, method CYap_mysql::DbFieldFlags()
Get the flags associated with the specified field in a result
- DbFieldFlags
- in file CYap_Mssql.php, method CYap_MsSQL::DbFieldFlags()
Get the flags associated with the specified field in a result
- DbFieldFlags
- in file CYap_db.php, method CYapDB::DbFieldFlags()
Get the flags associated with the specified field in a result
- DbFreeResult
- in file CYap_Mysql.php, method CYap_mysql::DbFreeResult()
Free the given result
- DbFreeResult
- in file CYap_db.php, method CYapDB::DbFreeResult()
Free the given result
- DbFreeResult
- in file CYap_ODBC.php, method CYap_odbc::DbFreeResult()
Free the given result
- DbFreeResult
- in file CYap_Mssql.php, method CYap_MsSQL::DbFreeResult()
Free the given result
- DbGetNumFields
- in file CYap_db.php, method CYapDB::DbGetNumFields()
Retrieve the number of fields retrieved by the given result
- DbGetNumFields
- in file CYap_ODBC.php, method CYap_odbc::DbGetNumFields()
Retrieve the number of fields retrieved by the given result
- DbGetNumFields
- in file CYap_Mysql.php, method CYap_mysql::DbGetNumFields()
Retrieve the number of fields retrieved by the given result
- DbGetNumFields
- in file CYap_Mssql.php, method CYap_MsSQL::DbGetNumFields()
Retrieve the number of fields retrieved by the given result
- DbGetNumRow
- in file CYap_db.php, method CYapDB::DbGetNumRow()
Retrieve the number of rows retrieved by the given result
- DbGetNumRow
- in file CYap_ODBC.php, method CYap_odbc::DbGetNumRow()
Retrieve the number of rows retrieved by the given result
- DbGetNumRow
- in file CYap_Mysql.php, method CYap_mysql::DbGetNumRow()
Retrieve the number of rows retrieved by the given result
- DbGetNumRow
- in file CYap_Mssql.php, method CYap_MsSQL::DbGetNumRow()
Retrieve the number of rows retrieved by the given result
- DbGetValue
- in file CYap_ODBC.php, method CYap_odbc::DbGetValue()
Return the current row as associative array
- DbGetValue
- in file CYap_Mysql.php, method CYap_mysql::DbGetValue()
Return the current row as associative array
- DbGetValue
- in file CYap_Mssql.php, method CYap_MsSQL::DbGetValue()
Return the current row as associative array
- DbMeta
- in file CYap_db.php, class DbMeta
This class mimic the class returnd by mysql_fetch_field
- DbmodifySql
- in file CYap_ODBC.php, method CYap_odbc::DbmodifySql()
From an array of values, made the sql for modify the row
- DbmodifySql
- in file CYap_db.php, method CYapDB::DbmodifySql()
From an array of values, made the sql for modify the row
- DbmodifySql
- in file CYap_Mssql.php, method CYap_MsSQL::DbmodifySql()
From an array of values, made the sql for modify the row
- DbRegexCond
- in file CYap_db.php, method CYapDB::DbRegexCond()
Build the condition string for the $FieldName using the pattern matching
- DbRegexCond
- in file CYap_ODBC.php, method CYap_odbc::DbRegexCond()
Build the condition string for the $FieldName using the pattern matching
- DbRegexCond
- in file CYap_Mysql.php, method CYap_mysql::DbRegexCond()
Build the condition string for the $FieldName using the pattern matching
- DbRegexCond
- in file CYap_Mssql.php, method CYap_MsSQL::DbRegexCond()
Build the condition string for the $FieldName using the pattern matching
- Db_Close
- in file CYap_Mssql.php, method CYap_MsSQL::Db_Close()
Close the connection to the database
- Db_Close
- in file CYap_ODBC.php, method CYap_odbc::Db_Close()
Close the connection to the database
- Db_Close
- in file CYap_Mysql.php, method CYap_mysql::Db_Close()
Close the connection to the database
- DEBUG
- in file CYap.php, constant DEBUG
- Draw
- in file CYap_PageJump.php, method CYap_PageNumber::Draw()
- Draw
- in file CYap_PageJump.php, method CYap_MoveToPage::Draw()
- Draw
- in file CYap_Control.php, method CYap_SelectBox::Draw()
Draw the TextBox
- Draw
- in file CYap_Control.php, method CYap_TextBox::Draw()
Draw the TextBox
- Draw
- in file CYap_Control.php, method CYap_Preset::Draw()
Draw the TextBox
- Draw
- in file CYap_Control.php, method CYap_Control::Draw()
Draw the control
f
- $FieldType
- in file CYap.php, variable CYap::$FieldType
Associative array, it contains the pair field_name / type, where type is 'A' or 'N'.
- $FieldUseRegex
- in file CYap.php, variable CYap::$FieldUseRegex
The where condition should use the equal or regular expression to match the value? The array is indexed by field name. The field my be omitted if it doesn't require the regular expression.
- $FieldValue
- in file CYap_Control.php, variable CYap_Control::$FieldValue
Cutrent value
- $ForeColor
- in file CYapBox.php, variable CYapBox::$ForeColor
- $formats
- in file CYap_Table.php, variable CYap_TableView::$formats
Store the output fotmats command
- $formats
- in file CYap_Table.php, variable CYap_DetailView::$formats
Store the output fotmats command
- FlushCode
- in file CYap_Table.php, method CYap_DetailView::FlushCode()
Flush the code. If $this->EchoText is set to false, the class append
- FlushCode
- in file CYap_Table.php, method CYap_TableView::FlushCode()
- ForgetAll
- in file CYap.php, method CYap::ForgetAll()
Clean all session parameters. It is usefull to avoid conflict with another execution of this class within the same session
i
- $IHaveValue
- in file CYap_Control.php, variable CYap_Control::$IHaveValue
If true $FieldValue contains the current field's value
- $IsValidInput
- in file CYap_Control.php, variable CYap_Control::$IsValidInput
The current value is valid?
- InDetailMode
- in file CYap.php, method CYap::InDetailMode()
InDetailMode - Am I in 'deatil mode'?
- IsHidden
- in file CYap_Control.php, method CYap_Preset::IsHidden()
The hidden fields are fields expected not to be requested (never show) in modify form.
- IsHidden
- in file CYap_Control.php, method CYap_Control::IsHidden()
The hidden fields are fields expected not to be requested (never show) in modify form.
- IsValid
- in file CYap_Control.php, method CYap_Control::IsValid()
The current value is valid?
l
- $Lang
- in file CYap_PageJump.php, variable CYap_PageNumber::$Lang
Language text
- $Lang
- in file CYap_PageJump.php, variable CYap_MoveToPage::$Lang
Language text
- $Lang
- in file CYap_Table.php, variable CYap_DetailView::$Lang
Language text
- $Lang
- in file CYap_Form.php, variable CYap_form::$Lang
Language text
- $Lang
- in file CYap.php, variable CYap::$Lang
Table containing the translated message
- $Lang
- in file CYap_Table.php, variable CYap_TableView::$Lang
Language text
- $LastQuery
- in file CYap_db.php, variable CYapDB::$LastQuery
- $LastRow
- in file CYap_ODBC.php, variable CYap_odbc::$LastRow
Memorize the last row retruned for each result.
- $LastRow
- in file CYap_Mssql.php, variable CYap_MsSQL::$LastRow
Memorize the last row retruned for each result.
- $LimitEnd
- in file CYap_ODBC.php, variable CYap_odbc::$LimitEnd
If UseLimit set to true, this var 'remember' the end limit
- $LimitEnd
- in file CYap_Mssql.php, variable CYap_MsSQL::$LimitEnd
If UseLimit set to true, this var 'remember' the end limit
- $LimitStart
- in file CYap_Mssql.php, variable CYap_MsSQL::$LimitStart
If UseLimit set to true, this var 'remember' the start limit
- $LimitStart
- in file CYap_ODBC.php, variable CYap_odbc::$LimitStart
If UseLimit set to true, this var 'remember' the start limit
- $LimitToEnd
- in file CYap_ODBC.php, variable CYap_odbc::$LimitToEnd
If UseLimit set to true, this var counts down how many rows left to
- $LimitToEnd
- in file CYap_Mssql.php, variable CYap_MsSQL::$LimitToEnd
If UseLimit set to true, this var counts down how many rows left to
- LoadFormats
- in file CYap_Table.php, method CYap_TableView::LoadFormats()
Load the formats used to display the fields. The formats are loaded from yap's configuration file.
- LoadFormats
- in file CYap_Table.php, method CYap_DetailView::LoadFormats()
Load the formats used to display the fields. The formats are loaded from yap's configuration file.
- load_previous_data
- in file CYap.php, method CYap::load_previous_data()
Class behaviour setup from session or post parameter.
m
- $max_length
- in file CYap_db.php, variable DbMeta::$max_length
- $Mode
- in file CYap.php, variable CYap::$Mode
Requested Mode. Which mode is configured.
- $modify_info
- in file CYap.php, variable CYap::$modify_info
Configuration details about row editing feature
- $modify_info
- in file CYap_Form.php, variable CYap_form::$modify_info
Copy of the modify_info of CYap
- MakeForm
- in file CYap_Form.php, method CYap_form::MakeForm()
Build the HTMl required to draw the form
o
- $OrderDirection
- in file CYap.php, variable CYap::$OrderDirection
Which type of order. A=upward, D=descendent
- $OrderField
- in file CYap.php, variable CYap::$OrderField
Filed name used to order the data. Set by configuration data, it may be changed by the user
- $OutFormats
- in file CYap.php, variable CYap::$OutFormats
Associative array containing the commands to formats the output text, indexed by the format name.
- OpenDb
- in file CYap_Mysql.php, method CYap_mysql::OpenDb()
Open the database connection
- OpenDb
- in file CYap_ODBC.php, method CYap_odbc::OpenDb()
Open the database connection
- OpenDb
- in file CYap_Mssql.php, method CYap_MsSQL::OpenDb()
Open the database connection
- OpenDB
- in file CYap_db.php, method CYapDB::OpenDB()
Open the database connection
- Out
- in file CYap_Table.php, method CYap_TableView::Out()
Check according to the class set if
- Out
- in file CYap_Table.php, method CYap_DetailView::Out()
Check according to the class set if
p
- $PageRequest
- in file CYap.php, variable CYap::$PageRequest
Number of the requested page to show
- $PagerExit
- in file CYap.php, variable CYap::$PagerExit
Referer to pass as the 'exit' link
- $PagSize
- in file CYap.php, variable CYap::$PagSize
Number of rows to show per page
- $PendingHeader
- in file CYap_Table.php, variable CYap_TableView::$PendingHeader
Do i have any pending table headr?
- $PendingHeader
- in file CYap_Table.php, variable CYap_DetailView::$PendingHeader
Do i have any pending table headr?
- $PendingRow
- in file CYap_Table.php, variable CYap_DetailView::$PendingRow
Do i have any pending row?
- $PendingRow
- in file CYap_Table.php, variable CYap_TableView::$PendingRow
Do i have any pending row?
- $Prefix
- in file CYap.php, variable CYap::$Prefix
Prefix to apply to the session name. It is usefull
- $Pre_1_0_Style
- in file CYap.php, variable CYap::$Pre_1_0_Style
Compatibility issue. In detail mode, the 1.1.1 allows to set which columns show.
- ParseResponse
- in file CYap_Control.php, method CYap_Control::ParseResponse()
Load the input value from form answer
- ParseResponse
- in file CYap_Control.php, method CYap_Preset::ParseResponse()
Load the input value from form answer. It will never shown, so there is nothing to check from the response
- perform_query
- in file CYap.php, method CYap::perform_query()
Perform the query on database to retrieve the rows to show
q
- $Query_Field
- in file CYap.php, variable CYap::$Query_Field
Associative array iwhich contains the value to look for. The index is the name of the field where look for the value.
- QueryLimit
- in file CYap_ODBC.php, method CYap_odbc::QueryLimit()
Perform a select statement using range to limits the
- QueryLimit
- in file CYap_Mysql.php, method CYap_mysql::QueryLimit()
Perform a select statement using range to limits the
- QueryLimit
- in file CYap_Mssql.php, method CYap_MsSQL::QueryLimit()
Perform a select statement using range to limits the
- QueryLimit
- in file CYap_db.php, method CYapDB::QueryLimit()
Perform a select statement using range to limits the
r
- RegisterEvent
- in file CYap.php, method CYap::RegisterEvent()
Register a new or modify an event, and its handler
s
- $SavePasswd
- in file CYap_ODBC.php, variable CYap_odbc::$SavePasswd
- $SavePasswd
- in file CYap_Mssql.php, variable CYap_MsSQL::$SavePasswd
- $SaveUser
- in file CYap_ODBC.php, variable CYap_odbc::$SaveUser
- $SaveUser
- in file CYap_Mssql.php, variable CYap_MsSQL::$SaveUser
- $search_field
- in file CYap.php, variable CYap::$search_field
- $ShowFirstPage
- in file CYap.php, variable CYap::$ShowFirstPage
As normal behaviour CYap at the first call show only the search
- $show_field
- in file CYap.php, variable CYap::$show_field
- $show_info
- in file CYap.php, variable CYap::$show_info
Configuration details about how to show the data
- SelectDb
- in file CYap_Mssql.php, method CYap_MsSQL::SelectDb()
database selection. Always true, the ODBC function don't allow to
- SelectDb
- in file CYap_Mysql.php, method CYap_mysql::SelectDb()
database selection
- SelectDb
- in file CYap_db.php, method CYapDB::SelectDb()
- SelectDb
- in file CYap_ODBC.php, method CYap_odbc::SelectDb()
database selection. Always true, the ODBC function don't allow to
- select_page
- in file CYap.php, method CYap::select_page()
select_page from a list of 5 pages before and 5 pages after
- SetCalBackFunc
- in file CYap_Control.php, method CYap_Control::SetCalBackFunc()
Set tha callback function to check the input value
- SetChoices
- in file CYap_Control.php, method CYap_SelectBox::SetChoices()
Set the choices to show into the select box
- SetControlName
- in file CYap_Control.php, method CYap_Control::SetControlName()
set the name for the control
- SetValue
- in file CYap_Control.php, method CYap_Control::SetValue()
Set the current value for the field
- Show
- in file CYapBox.php, method CYapBox::Show()
- showpage
- in file CYap.php, method CYap::showpage()
function to show the page
- show_detail_row
- in file CYap.php, method CYap::show_detail_row()
Show one data row. Detail view. Called by _ShowDetailMode, this function fills each table cells.
- show_form
- in file CYap.php, method CYap::show_form()
Show the search box. The function make the HTMl code for the form,
- show_header
- in file CYap.php, method CYap::show_header()
Show the column header
- show_selectors
- in file CYap.php, method CYap::show_selectors()
Page picker (begin,previuos,next,end)
- show_single_row
- in file CYap.php, method CYap::show_single_row()
Show one table row. Called by _ShowTableMode, the function fills one row of the table.
- show_table_rows
- in file CYap.php, method CYap::show_table_rows()
Show rows: main function to open the table, and retrieve data from database
- SpecialCell
- in file CYap_Table.php, method CYap_TableView::SpecialCell()
u
- $UseLimit
- in file CYap_ODBC.php, variable CYap_odbc::$UseLimit
Tracks if the last query is a query with limit. Used to mimic the mysql's limit
- $UseLimit
- in file CYap_Mssql.php, variable CYap_MsSQL::$UseLimit
Tracks if the last query is a query with limit. Used to mimic the mysql's limit
w
- $WrongFields
- in file CYap.php, variable CYap::$WrongFields
Table indexed by the name of fields filled with wrong value
|
|