[myMVC] element index

All elements
a b c d e f g h i l m n o p q r s t u v _
_
top
Method __call
Dynamic get|set method If the function does not exists (unknown get|set Key), an error will be displayed
Method __construct
Constructor.
Method __construct
myMVC_InvalidFieldException::__construct() in InvalidFieldException.php
Constructor.
Method __construct
Constructor.
Method __construct
Constructor
Method __construct
Constructor.
Method __construct
Constructor.
Method __construct
Constructor.
Method __construct
Constructor.
Method __construct
Constructor.
Method __construct
Constructor.
Method __construct
Constructor
Method __construct
Constructor
Method __construct
Constructor.
Method __construct
Constructor.
Method __construct
Constructor. Initializes the database connection
Method __construct
Constructor.
Method __construct
Constructor
Method __destruct
Destructor.
a
top
Variable $autoincrement
Constant ALERT_CRITICAL
ALERT_CRITICAL in myMVC.php
Constant ALERT_DEBUG
ALERT_DEBUG in myMVC.php
Constant ALERT_SQL
ALERT_SQL in myMVC.php
**********************************************
Constant ALERT_WARNING
ALERT_WARNING in myMVC.php
Method assignObject
Assign an object to the template (reference)
Method assignObject
Assign an object to the template (reference)
Method assignVariable
Assign a key to the template
Method assignVariable
Assign a key to the template
b
top
Page BaseAction.php
BaseAction.php in BaseAction.php
Page BaseDB.php
BaseDB.php in BaseDB.php
Page BaseEngine.php
BaseEngine.php in BaseEngine.php
Page BaseFilter.php
BaseFilter.php in BaseFilter.php
Page BaseLogin.php
BaseLogin.php in BaseLogin.php
Page BaseLoginAction.php
BaseLoginAction.php in BaseLoginAction.php
Page BaseLoginView.php
BaseLoginView.php in BaseLoginView.php
Page BaseLogoutAction.php
BaseLogoutAction.php in BaseLogoutAction.php
Page BasePage.php
BasePage.php in BasePage.php
Page BaseView.php
BaseView.php in BaseView.php
c
top
Variable $calledClass
Variable $compileDirectory
Variable $connection
myMVC_DatabaseConnectorPgsql::$connection in DatabaseConnectorPgsql.php
Variable $connection
myMVC_DatabaseConnectorMysql::$connection in DatabaseConnectorMysql.php
Variable $counters
Method callCounter
Calls a defined counter (see registerCounter)
Method callFinder
Calls a defined finder (see registerFinder)
Method callIterator
Iterate throws a defined finder (see registerFinder)
Method checkAutoIncrementalId
Check function for typical autoincrement ID (INT(11) NOT NULL)
Method checkBoolNotNull
Check function for boolean value NOT NULL
Method checkBoolNull
Check function for boolean value NULL
Method checkDateNotNull
Check function for date NOT NULL (Format: YYYY-MM-DD)
Method checkDateNull
Check function for date NULL (Format: YYYY-MM-DD)
Method checkDateTimeNotNull
Check function for date NOT NULL (Format: YYYY-MM-DD HH:MM:SS)
Method checkDateTimeNull
Check function for date NULL (Format: YYYY-MM-DD HH:MM:SS)
Method checkDomainnameNotNull
Check function for domain name NOT NULL
Method checkDomainnameNull
Check function for domain name NULL
Method checkEMailNotNull
Check function for E-Mail address NOT NULL
Method checkEMailNull
Check function for E-Mail address NULL
Method checkFields
Checks if all the given data are valid
Method checkIPNotNull
Check function for IPv4 addresses (NOT NULL)
Method checkIPNull
Check function for IPv4 addresses (NULL)
Method checkMacNotNull
Check function for MAC addresses (NOT NULL)
Method checkMacNull
Check function for MAC addresses (NULL)
Method checkMaskNotNull
Check function for IPv4 netmask (NOT NULL)
Method checkMaskNull
Check function for IPv4 netmask (NULL)
Method checkNetworkNotNull
Check function for IPv4 network (NOT NULL)
Method checkNetworkNull
Check function for IPv4 network (NULL)
Method checkSignedIntNotNull
Check function for Signed INT NOT NULL
Method checkSignedIntNull
Check function for Signed INT NULL
Method checkSignedMediumIntNotNull
Check function for Signed MEDIUMINT NOT NULL
Method checkSignedMediumIntNull
Check function for Signed MEDIUMINT NULL
Method checkSignedSmallIntNotNull
Check function for Signed SMALLINT NOT NULL
Method checkSignedSmallIntNull
Check function for Signed SMALLINT NULL
Method checkSignedTinyIntNotNull
Check function for Signed TINYINT NOT NULL
Method checkSignedTinyIntNull
Check function for Signed TINYINT NULL
Method checkString255NotNull
Check function for VARCHAR(255) NOT NULL
Method checkString255Null
Check function for VARCHAR(255) NULL
Method checkTimeNotNull
Check function for time NOT NULL (Format: HH:MM:SS)
Method checkTimeNull
Check function for time NULL (Format: HH:MM:SS)
Method checkUniques
Checks if the unique keys are satisfied
Method checkUnsignedIntNotNull
Check function for Unsigned INT NOT NULL
Method checkUnsignedIntNull
Check function for Unsigned INT NULL
Method checkUnsignedMediumIntNotNull
Check function for Unsigned MEDIUMINT NOT NULL
Method checkUnsignedMediumIntNull
Check function for Unsigned MEDIUMINT NULL
Method checkUnsignedSmallIntNotNull
Check function for Unsigned SMALLINT NOT NULL
Method checkUnsignedSmallIntNull
Check function for Unsigned SMALLINT NULL
Method checkUnsignedTinyIntNotNull
Check function for Unsigned TINYINT NOT NULL
Method checkUnsignedTinyIntNull
Check function for Unsigned TINYINT NULL
Method checkURLNotNull
Check function for URL NOT NULL
Method checkURLNull
Check function for URL NULL
Method clearActionList
Deletes the currently saved action list.
Method createURL
Template-function to create an URL
Method createURL
Create the URL for a given Action or View, using the given parameters
Method createURLPrevious
Template-function to create the URL of the previous used action
Method createWhere
Creates the WHERE-statement for the SQL query, using parameters
Page Controller.php
Controller.php in Controller.php
d
top
Variable $database
myMVC_DatabaseConnector::$database in DatabaseConnector.php
Constant DB_SESSION
DB_SESSION in myMVC.php
Method delete
myMVC_HttpSession::delete() in HttpSession.php
Delete an object from current namespace
Method delete
Deletes the record, using the primary key
Method deleteFromNamespace
Delete an object from the given namespace
Method deleteOldSessions
Delete old session from database
Method destroy
myMVC_HttpSession::destroy() in HttpSession.php
Destroy the current Session (for example due to a logout) and starts a new one.
Method display
myMVC_BaseEngine::display() in BaseEngine.php
Render a template an send it to the browser
Method display
myMVC_SmartyEngine::display() in SmartyEngine.php
Render a template an send it to the browser
Method doLog
myMVC_Logger::doLog() in Logger.php
Save a message in the error log
Page DatabaseConnector.php
DatabaseConnector.php in DatabaseConnector.php
Page DatabaseConnectorMysql.php
DatabaseConnectorMysql.php in DatabaseConnectorMysql.php
Page DatabaseConnectorPgsql.php
DatabaseConnectorPgsql.php in DatabaseConnectorPgsql.php
Page DatabaseException.php
DatabaseException.php in DatabaseException.php
e
top
Variable $engine
myMVC_DatabaseConnector::$engine in DatabaseConnector.php
Variable $engine
myMVC_BaseView::$engine in BaseView.php
Variable $engine
myMVC_BaseDB::$engine in BaseDB.php
Variable $ERROR_COMPAREDB
Error not matched in compare database
Variable $ERROR_EMPTY
Error empty
Variable $ERROR_INVALID
Error invalid (generic)
Variable $ERROR_MAX
Error greater than given maximum
Variable $ERROR_MAXLEN
Error longer than given maximum
Variable $ERROR_MIN
Error lesser than given minimum
Variable $ERROR_MINLEN
Error smaller than given minimum
Variable $ERROR_NOTBOOL
Error not boolean
Variable $ERROR_NOTDATETIME
Error not date/time
Variable $ERROR_NOTEMAIL
Error not E-Mail
Variable $ERROR_NOTNUMBER
Error not numeric
Variable $ERROR_NOTSTRING
Error not string
Variable $ERROR_NOTWEB
Error not URL
Variable $ERROR_RANGE
Error not in given range
Variable $ERROR_REGEXP
Error not matched in regular expression
Method emptyGivenNamespace
Empty a given namespace
Method emptyNamespace
Empty the current used namespace
Method errno
myMVC_DatabaseConnectorMysql::errno() in DatabaseConnectorMysql.php
Wrapper for the errno-function of the selected database engine
Method errno
myMVC_DatabaseConnector::errno() in DatabaseConnector.php
Wrapper for the errno-function of the selected database engine
Method errno
myMVC_DatabaseConnectorPgsql::errno() in DatabaseConnectorPgsql.php
Wrapper for the errno-function of the selected database engine
Method error
myMVC_DatabaseConnectorMysql::error() in DatabaseConnectorMysql.php
Wrapper for the error-function of the selected database engine
Method error
myMVC_DatabaseConnectorPgsql::error() in DatabaseConnectorPgsql.php
Wrapper for the error-function of the selected database engine
Method error
myMVC_DatabaseConnector::error() in DatabaseConnector.php
Wrapper for the error-function of the selected database engine
Method errorMessage
Template-function to return the error message of the given form field
Method errorMessagesAsString
Template-function to return all error messages as string
Method execute
myMVC_DatabaseConnector::execute() in DatabaseConnector.php
Execute an INSERT, UPDATE or DELETE query
Method execute
myMVC_DatabaseConnectorPgsql::execute() in DatabaseConnectorPgsql.php
Execute an INSERT, UPDATE or DELETE query
Method execute
myMVC_DatabaseConnectorMysql::execute() in DatabaseConnectorMysql.php
Execute an INSERT, UPDATE or DELETE query
Method executeQuery
Sends the given query to the engine an returns the result as array
Method executeSelect
Executes a SELECT-Query
Method executeSelect
myMVC_DatabaseConnectorMysql::executeSelect() in DatabaseConnectorMysql.php
Executes a SELECT-Query
Method executeSelect
myMVC_DatabaseConnectorPgsql::executeSelect() in DatabaseConnectorPgsql.php
Executes a SELECT-Query
Method exists
myMVC_HttpSession::exists() in HttpSession.php
Returns whether an object exists in the current namespace
Method existsInNamespace
Returns whether an object exists in the given namespace
Page ErrorHandler.php
ErrorHandler.php in ErrorHandler.php
f
top
Variable $fields
myMVC_BaseDB::$fields in BaseDB.php
Variable $filterType
Variable $FILTER_PREACTION
Variable $FILTER_PREVIEW
Variable $finders
Method fetch
myMVC_SmartyEngine::fetch() in SmartyEngine.php
Render a template an returns it as string
Method fetch
myMVC_BaseView::fetch() in BaseView.php
Render the page and return it as string
Method fetch
myMVC_BaseEngine::fetch() in BaseEngine.php
Render a template an returns it as string
Constant FILE_SESSION
FILE_SESSION in myMVC.php
********************************************** Defaults for session
Method filter
myMVC_BaseFilter::filter() in BaseFilter.php
Do the job.
Method filter
myMVC_LoginFilter::filter() in LoginFilter.php
Check if the user already logged in.
Method findAll
Returns all records
Method findByParameter
Get a record from the database, using parameters
Method findByPK
Get a record using the primary key of the table
Method findBySQLQuery
Sends to the database engine an SQL query and get the result
Method formatNumber
Format a number with the actual locale information
Method freeResult
myMVC_DatabaseConnectorPgsql::freeResult() in DatabaseConnectorPgsql.php
Free the allocated memory for the SQL query.
Method freeResult
myMVC_DatabaseConnectorMysql::freeResult() in DatabaseConnectorMysql.php
Free the allocated memory for the SQL query.
Method freeResult
myMVC_DatabaseConnector::freeResult() in DatabaseConnector.php
Free the allocated memory for the SQL query.
g
top
Method generatePassword
Generate a new password
Method get
myMVC_HttpSession::get() in HttpSession.php
Returns a previously saved object in the current namespace
Method getAction
Returns the current action or false if no action was called
Method getActionCSS
Template-function to return the CSS of the given action
Method getActionMenuItem
Template-function to create menu item
Method getActionMenuName
Returns the string to be displayed in the menu to identify the current action.
Method getActionMenuName
Returns the string to be displayed in the menu to identify the current action.
Method getActionMenuPosition
Returns the position of this action in the menu (created by controller) Only necessary if isMenuAction() returns true
Method getActionMenuPosition
Returns the position of this action in the menu (created by controller) This action is always on bottom
Method getActionsList
Returns a list of possible actions
Method getActionToken
Returns the token used to identify the current Action
Method getActionToken
Returns the token used to identify the current Action
Method getActionToken
Returns the token used to identify the current Action
Method getAllParameters
Returns an associative array with all given parameters and their value (format: 'parameter' => 'value')
Method getAvailableLanguages
Returns all available languages in the program
Method getCountAll
Returns the count of all records
Method getCountByParameter
Get the count of the records, using parameters
Method getCSSClass
Returns the CSS class of this action
Method getCurrentAction
Returns the current called action.
Method getCurrentLanguage
Returns the current used language
Method getDatabaseConnection
Connects to the database.
Method getDatabaseConnection
Connects to the database.
Method getDatabaseConnection
Connects to the database.
Method getDefaultAction
Returns the current defined default action.
Method getFromNamespace
Returns a previously saved object in the given namespace
Method getFromPreviousSubmit
Returns the value for the given field in the previous submitted form.
Method getInstance
Returns the instance of this class.
Method getInstance
Returns the instance of this class.
Method getInvalidFromPreviousSubmit
Returns the value for the given field in the previous submitted form.
Method getInvalidParameters
Returns an associative array with all parameters, that passed the validation,
Method getLoggedUser
Returns the current logged user, if any.
Method getMenuActions
Returns the list of all actions, that should appear in the menu.
Method getNextURL
Create the URL for the next page, using the given class (Action or View) and the given parameters
Method getParameter
Returns the value of the given parameter
Method getParameterErrors
Returns all error messages after the validation of the user's parameters
Method getParameterFromPreviousPage
Returns a variable saved from the previous class with saveParameterForNextPage
Method getParameterLike
Returns the value of a parameter starting with $key
Method getQueryString
Returns HTTP query string
Method getQueryType
Returns the query type (Action or View)
Method getQueryTypes
Returns all valid query types
Method getReferrer
Returns the referrer of the current page
Method getRenderEngine
Return the current used render engine.
Method getRequestMethod
Returns the request method (GET/POST)
Method getRowsNum
myMVC_DatabaseConnector::getRowsNum() in DatabaseConnector.php
Returns the number of row of the runned query.
Method getRowsNum
myMVC_DatabaseConnectorMysql::getRowsNum() in DatabaseConnectorMysql.php
Returns the number of row of the runned query.
Method getRowsNum
myMVC_DatabaseConnectorPgsql::getRowsNum() in DatabaseConnectorPgsql.php
Returns the number of row of the runned query.
Method getSessionDataFromDB
Get session data from database
Method getSessionId
Returns the current session ID
Method getSubmitParameter
Returns the unvalidated value for the given parameter.
Method getTemplateDirectory
Returns the template directory
Method getTemplateFile
Returns the template file for the current view
Method getValueArrayFromResult
Returns a record as associative array, or NULL if no record can be returned.
Method getValueArrayFromResult
Returns a record as associative array, or NULL if no record can be returned.
Method getValueArrayFromResult
Returns a record as associative array, or NULL if no record can be returned.
Method getValuesFromResult
Returns a record as numeric array, or NULL if no record can be returned.
Method getValuesFromResult
Returns a record as numeric array, or NULL if no record can be returned.
Method getValuesFromResult
Returns a record as numeric array, or NULL if no record can be returned.
Method getView
myMVC_HttpRequest::getView() in HttpRequest.php
Returns the current view or false if no action was called
Method getViewToken
Returns the token used to identify the current View
Method getViewToken
Returns the token used to identify the current View
Function get_called_class
get_called_class() in myMVC.php
********************************************** Function get_called_class is just in PHP >= 5.3.0 available...
Page GenericSQL.php
GenericSQL.php in GenericSQL.php
h
top
Method hasParameter
Returns whether the given parameter exists
Method hasParameterLike
Returns whether the a parameter starting with $key exists
Method hasUserRightForAction
Returns whether the current user is allowed to call the current Action
Method hasUserRightForAction
Returns whether the current user is allowed to call the current Action
Method hasUserRightForAction
Returns whether the current user is allowed to call the current Action
Method hasUserRightForAction
Returns whether the user has rights for the given action.
Page HttpRequest.php
HttpRequest.php in HttpRequest.php
Page HttpResponse.php
HttpResponse.php in HttpResponse.php
Page HttpSession.php
HttpSession.php in HttpSession.php
i
top
Method isCalledFromMenu
Returns if the current action was called from menu or from a view
Method isCalledFromMenu
Template-function to return whether the action, who called this view, was called from a menu or directly from another action/view
Method isComingFromView
Returns whether this action was called from the given view
Method isEmptyRequest
Returns whether the current query is empty (then it must be forwarded to a default)
Method isFieldValid
Template-function to return whether the form field passed the validation
Method isMenuAction
Returns whether this action should appear in the menu (created by controller)
Method isMenuAction
Returns whether this action should appear in the menu (created by controller)
Method isParameterFromPreviousSubmitValid
Returns whether the given parameter of the previous submitted form passed the validation or not.
Method isPasswordCorrect
Check the given password against the saved and returns, if it is correct.
Method isRecordUnique
Check whether the current record satisfies all unique keys
Method iterateAll
Iterate all records
Page InvalidFieldException.php
InvalidFieldException.php in InvalidFieldException.php
l
top
Variable $levelString
Possible levels
Variable $login
myMVC_DatabaseConnector::$login in DatabaseConnector.php
Page Logger.php
Logger.php in Logger.php
Page LoginFilter.php
LoginFilter.php in LoginFilter.php
m
top
Method manageInvalidData
Called if user data are not valid (check with validate)
Page MessageManager.php
MessageManager.php in MessageManager.php
Page MVCException.php
MVCException.php in MVCException.php
Page myMVC.php
myMVC.php in myMVC.php
Function myMVC_autoload
myMVC_autoload() in myMVC.php
Autoload function.
Class myMVC_BaseAction
myMVC_BaseAction in BaseAction.php
Base class for all actions.
Class myMVC_BaseDB
myMVC_BaseDB in BaseDB.php
Base class for a database table's class Every table must have a derived class with the check function Example:
Class myMVC_BaseEngine
myMVC_BaseEngine in BaseEngine.php
Base class for a template engine.
Class myMVC_BaseFilter
myMVC_BaseFilter in BaseFilter.php
Generic filter class.
Class myMVC_BaseLogin
myMVC_BaseLogin in BaseLogin.php
Generic class for a user, that can log into the system.
Class myMVC_BaseLoginAction
myMVC_BaseLoginAction in BaseLoginAction.php
Action-class to manage a login system.
Class myMVC_BaseLoginView
myMVC_BaseLoginView in BaseLoginView.php
View-class to manage a login system.
Class myMVC_BaseLogoutAction
myMVC_BaseLogoutAction in BaseLogoutAction.php
Action-class to manage a login system.
Class myMVC_BasePage
myMVC_BasePage in BasePage.php
Generic page class. myMVC_BaseAction and myMVC_BaseView are derived from this class.
Class myMVC_BaseView
myMVC_BaseView in BaseView.php
Base class for the Views.
Class myMVC_Controller
myMVC_Controller in Controller.php
Main controller.
Constant MYMVC_CURRENTVERSION
In order to load all myMVC-classes, we use an autoload function.
Class myMVC_DatabaseConnector
myMVC_DatabaseConnector in DatabaseConnector.php
Generic database connector.
Class myMVC_DatabaseConnectorMysql
myMVC_DatabaseConnectorMysql in DatabaseConnectorMysql.php
Database connector for MySQL (http://www.mysql.com/)
Class myMVC_DatabaseConnectorPgsql
myMVC_DatabaseConnectorPgsql in DatabaseConnectorPgsql.php
Database connector for PostgreSQL (http://www.postgresql.org/)
Class myMVC_DatabaseException
myMVC_DatabaseException in DatabaseException.php
Generic cxception class for database errors
Class myMVC_ErrorHandler
myMVC_ErrorHandler in ErrorHandler.php
Generic error handler.
Class myMVC_GenericSQL
myMVC_GenericSQL in GenericSQL.php
Generic class to query the database
Class myMVC_HttpRequest
myMVC_HttpRequest in HttpRequest.php
Manager for the request
Class myMVC_HttpResponse
myMVC_HttpResponse in HttpResponse.php
Manager for the responses (next page)
Class myMVC_HttpSession
myMVC_HttpSession in HttpSession.php
Class to manage the sessions.
Class myMVC_InvalidFieldException
myMVC_InvalidFieldException in InvalidFieldException.php
Exception class for field's errors (throwed by myMVC_BaseDB and derived)
Class myMVC_Logger
myMVC_Logger in Logger.php
Class to manage a logging system.
Class myMVC_LoginFilter
myMVC_LoginFilter in LoginFilter.php
Filter class to implement a login system.
Class myMVC_MessageManager
myMVC_MessageManager in MessageManager.php
Message management.
Class myMVC_MVCException
myMVC_MVCException in MVCException.php
Generic exception class for every errors, that don't
Class myMVC_SessionDB
myMVC_SessionDB in SessionDB.php
Class to manage database-based sessions.
Class myMVC_SessionException
myMVC_SessionException in SessionException.php
Exception class for every session errors
Class myMVC_SmartyEngine
myMVC_SmartyEngine in SmartyEngine.php
Template engine for Views, using Smarty (http://www.smarty.net/)
Class myMVC_TypeCheck
myMVC_TypeCheck in TypeCheck.php
Many check function for database fields.
n
top
Constant NAGIOS_CRITICAL
NAGIOS_CRITICAL in myMVC.php
Constant NAGIOS_OK
NAGIOS_OK in myMVC.php
**********************************************
Constant NAGIOS_WARNING
NAGIOS_WARNING in myMVC.php
Method now
myMVC_BaseDB::now() in BaseDB.php
Returns the current date and time, formatted as for insert in the database
Method nowFormatted
Returns the current date and time, formatted as in the current locale
o
top
Variable $objects
myMVC_BaseView::$objects in BaseView.php
Variable $oldValues
p
top
Variable $param
myMVC_BaseFilter::$param in BaseFilter.php
Variable $password
myMVC_DatabaseConnector::$password in DatabaseConnector.php
Variable $passwordAllowedChars
Allowed chars used to generate a new password
Variable $pk
myMVC_BaseDB::$pk in BaseDB.php
Constant PAGE_ERROR
PAGE_ERROR in myMVC.php
**********************************************
Method perform
myMVC_BaseLogoutAction::perform() in BaseLogoutAction.php
Log out the user and empty the session
Method perform
myMVC_BaseAction::perform() in BaseAction.php
Perform the Action
Method preRender
Prepare to render the View
Method process
myMVC_Controller::process() in Controller.php
Process the request.
q
top
Method quoteSql
Quotes a string to use in a SQL-Query
Method quoteSqlForLike
Quotes a string to use in a SQL-Query (with LIKE)
Method quoteSqlString
Quotes a string to use in a SQL-Query
Method quoteSqlStringForLike
Quotes a string to use in a SQL-Query (with LIKE)
Method quoteSqlStringForLike
Quotes a string to use in a SQL-Query (with LIKE)
Method quoteSqlStringForLike
Quotes a string to use in a SQL-Query (with LIKE)
r
top
Variable $renderEngine
Variable $request
myMVC_BaseFilter::$request in BaseFilter.php
Variable $request
myMVC_BaseAction::$request in BaseAction.php
Method registerCounter
Register a new counter method.
Method registerFinder
Register a new finder method.
Method registerFunction
Register a function to be called from template
Method registerFunction
Register a function to be called from template
Method registerModifier
Register a modifier to be called from template
Method registerModifier
Register a modifier to be called from template
Method render
myMVC_BaseView::render() in BaseView.php
Render the page and send it to
s
top
Variable $server
myMVC_DatabaseConnector::$server in DatabaseConnector.php
Variable $session
myMVC_BaseFilter::$session in BaseFilter.php
Variable $session
myMVC_BaseAction::$session in BaseAction.php
Variable $session
myMVC_BaseView::$session in BaseView.php
Page SessionDB.php
SessionDB.php in SessionDB.php
Page SessionException.php
SessionException.php in SessionException.php
Page SmartyEngine.php
SmartyEngine.php in SmartyEngine.php
Method save
myMVC_BaseDB::save() in BaseDB.php
Save the data. It checks the PK: if the record does not exists, create a new record.
Method saveParameterForNextPage
Save a variable in the session, to be used by the next page (Action or view).
Method saveRenderEngine
Save the current used render engine.
Method saveSessionDataIntoDB
Save session data into the database
Method saveValues
Saves the values of the record
Method sendAlert
sends an alert to the configured E-Mail or Nagios server
Method sendEMail
myMVC_MessageManager::sendEMail() in MessageManager.php
Send an E-Mail to the given address.
Method sendPlainEMail
Send an E-Mail to the given address
Method set
myMVC_HttpSession::set() in HttpSession.php
Save an object in the current namespace
Method setActions
Set the available actions list.
Method setAllInvalidFields
Set all the invalid form fields of the previous form as variable to be displayed by the engine
Method setAllSubmitFields
Set all form fields of the previous form as variable to be displayed by the engine
Method setAllValidFields
Set all the valid form fields of the previous form as variable to be displayed by the engine
Method setCheckFunction
Set the functions to be used to validate the user's input.
Method setExceptionCatcher
Set the default catcher for uncatched exceptions
Method setFilter
Sets the filter for the controller.
Method setInNamespace
Save an object in the given namespace
Method setLanguageInformation
Set the language information (GetText)
Method setLoggedIn
Save the user in the session.
Method setNext
myMVC_HttpResponse::setNext() in HttpResponse.php
Set next Action or View
Method setNextAction
Sets the next action after a successfully login.
Method setNextDefaultAction
Set the next Action as the given
Method setObject
Save an object (reference) to be used in the template
Method setParameter
Set a value for a parameter (useful to call other pages)
Method setParameterForNextPage
Save a variable to be passed as parameter for the next page (Action or View)
Method setParameterValid
Set the given parameter as valid (passed the validation)
Method setRenderEngine
Set the render engine zu use for template.
Method setTemplate
Use $file as template
Method setUserExceptionCatcher
Set a user defined function (or class-method) for uncatched exception
Method setVariable
Save a variable to be used in the template
Method setViews
Set the available views list.
Method shutdown
Called from PHP if the script terminates with exit()
Method sqlExportByParameter
Export data as SQL queries, using parameters Exportiert Datensätze als SQL anhand der eingegebenen Parametern
Method startNewSession
Starts a new session.
Method systemError
Display an error on the browser
t
top
Variable $table
myMVC_BaseDB::$table in BaseDB.php
Variable $templateDirectory
Variable $templateFile
Variable $TYPE_ACTION
Action type (called from link)
Variable $TYPE_MENU
Action type (called from menu)
Variable $TYPE_UNKNOWN
Unknown type. It will not be used. Just for initialize...
Variable $TYPE_VIEW
View type
Page TypeCheck.php
TypeCheck.php in TypeCheck.php
u
top
Variable $uniques
Method useNamespace
Set the namespace to use
v
top
Variable $VALIDATE_BOOLEAN
Check for a boolean value
Variable $VALIDATE_DATETIME
Check for a date/time value
Variable $VALIDATE_EMAIL
Check for an E-Mail
Variable $VALIDATE_EXTERN
Check using external function
Variable $VALIDATE_NUMBER
Check for a numeric value
Variable $VALIDATE_STRING
Check for a generic string
Variable $VALIDATE_WEB
Check for an URL
Variable $values
myMVC_BaseDB::$values in BaseDB.php
Variable $variables
Method validate
Validate the data from user.
Method validateInput
Check if the given data (from Request) are valid.
a b c d e f g h i l m n o p q r s t u v _