-
$calledClass
-
-
$compileDirectory
-
-
$connection
-
-
$connection
-
-
$counters
-
-
callCounter
-
Calls a defined counter (see registerCounter)
-
callFinder
-
Calls a defined finder (see registerFinder)
-
callIterator
-
Iterate throws a defined finder (see registerFinder)
-
checkAutoIncrementalId
-
Check function for typical autoincrement ID (INT(11) NOT NULL)
-
checkBoolNotNull
-
Check function for boolean value NOT NULL
-
checkBoolNull
-
Check function for boolean value NULL
-
checkDateNotNull
-
Check function for date NOT NULL (Format: YYYY-MM-DD)
-
checkDateNull
-
Check function for date NULL (Format: YYYY-MM-DD)
-
checkDateTimeNotNull
-
Check function for date NOT NULL (Format: YYYY-MM-DD HH:MM:SS)
-
checkDateTimeNull
-
Check function for date NULL (Format: YYYY-MM-DD HH:MM:SS)
-
checkDomainnameNotNull
-
Check function for domain name NOT NULL
-
checkDomainnameNull
-
Check function for domain name NULL
-
checkEMailNotNull
-
Check function for E-Mail address NOT NULL
-
checkEMailNull
-
Check function for E-Mail address NULL
-
checkFields
-
Checks if all the given data are valid
-
checkIPNotNull
-
Check function for IPv4 addresses (NOT NULL)
-
checkIPNull
-
Check function for IPv4 addresses (NULL)
-
checkMacNotNull
-
Check function for MAC addresses (NOT NULL)
-
checkMacNull
-
Check function for MAC addresses (NULL)
-
checkMaskNotNull
-
Check function for IPv4 netmask (NOT NULL)
-
checkMaskNull
-
Check function for IPv4 netmask (NULL)
-
checkNetworkNotNull
-
Check function for IPv4 network (NOT NULL)
-
checkNetworkNull
-
Check function for IPv4 network (NULL)
-
checkSignedIntNotNull
-
Check function for Signed INT NOT NULL
-
checkSignedIntNull
-
Check function for Signed INT NULL
-
checkSignedMediumIntNotNull
-
Check function for Signed MEDIUMINT NOT NULL
-
checkSignedMediumIntNull
-
Check function for Signed MEDIUMINT NULL
-
checkSignedSmallIntNotNull
-
Check function for Signed SMALLINT NOT NULL
-
checkSignedSmallIntNull
-
Check function for Signed SMALLINT NULL
-
checkSignedTinyIntNotNull
-
Check function for Signed TINYINT NOT NULL
-
checkSignedTinyIntNull
-
Check function for Signed TINYINT NULL
-
checkString255NotNull
-
Check function for VARCHAR(255) NOT NULL
-
checkString255Null
-
Check function for VARCHAR(255) NULL
-
checkTimeNotNull
-
Check function for time NOT NULL (Format: HH:MM:SS)
-
checkTimeNull
-
Check function for time NULL (Format: HH:MM:SS)
-
checkUniques
-
Checks if the unique keys are satisfied
-
checkUnsignedIntNotNull
-
Check function for Unsigned INT NOT NULL
-
checkUnsignedIntNull
-
Check function for Unsigned INT NULL
-
checkUnsignedMediumIntNotNull
-
Check function for Unsigned MEDIUMINT NOT NULL
-
checkUnsignedMediumIntNull
-
Check function for Unsigned MEDIUMINT NULL
-
checkUnsignedSmallIntNotNull
-
Check function for Unsigned SMALLINT NOT NULL
-
checkUnsignedSmallIntNull
-
Check function for Unsigned SMALLINT NULL
-
checkUnsignedTinyIntNotNull
-
Check function for Unsigned TINYINT NOT NULL
-
checkUnsignedTinyIntNull
-
Check function for Unsigned TINYINT NULL
-
checkURLNotNull
-
Check function for URL NOT NULL
-
checkURLNull
-
Check function for URL NULL
-
clearActionList
-
Deletes the currently saved action list.
-
createURL
-
Template-function to create an URL
-
createURL
-
Create the URL for a given Action or View, using the given parameters
-
createURLPrevious
-
Template-function to create the URL of the previous used action
-
createWhere
-
Creates the WHERE-statement for the SQL query, using parameters
-
Controller.php
-
-
$engine
-
-
$engine
-
-
$engine
-
-
$ERROR_COMPAREDB
-
Error not matched in compare database
-
$ERROR_EMPTY
-
Error empty
-
$ERROR_INVALID
-
Error invalid (generic)
-
$ERROR_MAX
-
Error greater than given maximum
-
$ERROR_MAXLEN
-
Error longer than given maximum
-
$ERROR_MIN
-
Error lesser than given minimum
-
$ERROR_MINLEN
-
Error smaller than given minimum
-
$ERROR_NOTBOOL
-
Error not boolean
-
$ERROR_NOTDATETIME
-
Error not date/time
-
$ERROR_NOTEMAIL
-
Error not E-Mail
-
$ERROR_NOTNUMBER
-
Error not numeric
-
$ERROR_NOTSTRING
-
Error not string
-
$ERROR_NOTWEB
-
Error not URL
-
$ERROR_RANGE
-
Error not in given range
-
$ERROR_REGEXP
-
Error not matched in regular expression
-
emptyGivenNamespace
-
Empty a given namespace
-
emptyNamespace
-
Empty the current used namespace
-
errno
-
Wrapper for the errno-function of the selected database engine
-
errno
-
Wrapper for the errno-function of the selected database engine
-
errno
-
Wrapper for the errno-function of the selected database engine
-
error
-
Wrapper for the error-function of the selected database engine
-
error
-
Wrapper for the error-function of the selected database engine
-
error
-
Wrapper for the error-function of the selected database engine
-
errorMessage
-
Template-function to return the error message of the given form field
-
errorMessagesAsString
-
Template-function to return all error messages as string
-
execute
-
Execute an INSERT, UPDATE or DELETE query
-
execute
-
Execute an INSERT, UPDATE or DELETE query
-
execute
-
Execute an INSERT, UPDATE or DELETE query
-
executeQuery
-
Sends the given query to the engine an returns the result as array
-
executeSelect
-
Executes a SELECT-Query
-
executeSelect
-
Executes a SELECT-Query
-
executeSelect
-
Executes a SELECT-Query
-
exists
-
Returns whether an object exists in the current namespace
-
existsInNamespace
-
Returns whether an object exists in the given namespace
-
ErrorHandler.php
-
-
generatePassword
-
Generate a new password
-
get
-
Returns a previously saved object in the current namespace
-
getAction
-
Returns the current action or false if no action was called
-
getActionCSS
-
Template-function to return the CSS of the given action
-
getActionMenuItem
-
Template-function to create menu item
-
getActionMenuName
-
Returns the string to be displayed in the menu to identify the current action.
-
getActionMenuName
-
Returns the string to be displayed in the menu to identify the current action.
-
getActionMenuPosition
-
Returns the position of this action in the menu (created by controller) Only necessary if isMenuAction() returns true
-
getActionMenuPosition
-
Returns the position of this action in the menu (created by controller) This action is always on bottom
-
getActionsList
-
Returns a list of possible actions
-
getActionToken
-
Returns the token used to identify the current Action
-
getActionToken
-
Returns the token used to identify the current Action
-
getActionToken
-
Returns the token used to identify the current Action
-
getAllParameters
-
Returns an associative array with all given parameters and their value (format: 'parameter' => 'value')
-
getAvailableLanguages
-
Returns all available languages in the program
-
getCountAll
-
Returns the count of all records
-
getCountByParameter
-
Get the count of the records, using parameters
-
getCSSClass
-
Returns the CSS class of this action
-
getCurrentAction
-
Returns the current called action.
-
getCurrentLanguage
-
Returns the current used language
-
getDatabaseConnection
-
Connects to the database.
-
getDatabaseConnection
-
Connects to the database.
-
getDatabaseConnection
-
Connects to the database.
-
getDefaultAction
-
Returns the current defined default action.
-
getFromNamespace
-
Returns a previously saved object in the given namespace
-
getFromPreviousSubmit
-
Returns the value for the given field in the previous submitted form.
-
getInstance
-
Returns the instance of this class.
-
getInstance
-
Returns the instance of this class.
-
getInvalidFromPreviousSubmit
-
Returns the value for the given field in the previous submitted form.
-
getInvalidParameters
-
Returns an associative array with all parameters, that passed the validation,
-
getLoggedUser
-
Returns the current logged user, if any.
-
getMenuActions
-
Returns the list of all actions, that should appear in the menu.
-
getNextURL
-
Create the URL for the next page, using the given class (Action or View) and the given parameters
-
getParameter
-
Returns the value of the given parameter
-
getParameterErrors
-
Returns all error messages after the validation of the user's parameters
-
getParameterFromPreviousPage
-
Returns a variable saved from the previous class with saveParameterForNextPage
-
getParameterLike
-
Returns the value of a parameter starting with $key
-
getQueryString
-
Returns HTTP query string
-
getQueryType
-
Returns the query type (Action or View)
-
getQueryTypes
-
Returns all valid query types
-
getReferrer
-
Returns the referrer of the current page
-
getRenderEngine
-
Return the current used render engine.
-
getRequestMethod
-
Returns the request method (GET/POST)
-
getRowsNum
-
Returns the number of row of the runned query.
-
getRowsNum
-
Returns the number of row of the runned query.
-
getRowsNum
-
Returns the number of row of the runned query.
-
getSessionDataFromDB
-
Get session data from database
-
getSessionId
-
Returns the current session ID
-
getSubmitParameter
-
Returns the unvalidated value for the given parameter.
-
getTemplateDirectory
-
Returns the template directory
-
getTemplateFile
-
Returns the template file for the current view
-
getValueArrayFromResult
-
Returns a record as associative array, or NULL if no record can be returned.
-
getValueArrayFromResult
-
Returns a record as associative array, or NULL if no record can be returned.
-
getValueArrayFromResult
-
Returns a record as associative array, or NULL if no record can be returned.
-
getValuesFromResult
-
Returns a record as numeric array, or NULL if no record can be returned.
-
getValuesFromResult
-
Returns a record as numeric array, or NULL if no record can be returned.
-
getValuesFromResult
-
Returns a record as numeric array, or NULL if no record can be returned.
-
getView
-
Returns the current view or false if no action was called
-
getViewToken
-
Returns the token used to identify the current View
-
getViewToken
-
Returns the token used to identify the current View
-
get_called_class
-
********************************************** Function get_called_class is just in PHP >= 5.3.0 available...
-
GenericSQL.php
-
-
manageInvalidData
-
Called if user data are not valid (check with validate)
-
MessageManager.php
-
-
MVCException.php
-
-
myMVC.php
-
-
myMVC_autoload
-
Autoload function.
-
myMVC_BaseAction
-
Base class for all actions.
-
myMVC_BaseDB
-
Base class for a database table's class Every table must have a derived class with the check function Example:
-
myMVC_BaseEngine
-
Base class for a template engine.
-
myMVC_BaseFilter
-
Generic filter class.
-
myMVC_BaseLogin
-
Generic class for a user, that can log into the system.
-
myMVC_BaseLoginAction
-
Action-class to manage a login system.
-
myMVC_BaseLoginView
-
View-class to manage a login system.
-
myMVC_BaseLogoutAction
-
Action-class to manage a login system.
-
myMVC_BasePage
-
Generic page class. myMVC_BaseAction and myMVC_BaseView are derived from this class.
-
myMVC_BaseView
-
Base class for the Views.
-
myMVC_Controller
-
Main controller.
-
MYMVC_CURRENTVERSION
-
In order to load all myMVC-classes, we use an autoload function.
-
myMVC_DatabaseConnector
-
Generic database connector.
-
myMVC_DatabaseConnectorMysql
-
Database connector for MySQL (http://www.mysql.com/)
-
myMVC_DatabaseConnectorPgsql
-
Database connector for PostgreSQL (http://www.postgresql.org/)
-
myMVC_DatabaseException
-
Generic cxception class for database errors
-
myMVC_ErrorHandler
-
Generic error handler.
-
myMVC_GenericSQL
-
Generic class to query the database
-
myMVC_HttpRequest
-
Manager for the request
-
myMVC_HttpResponse
-
Manager for the responses (next page)
-
myMVC_HttpSession
-
Class to manage the sessions.
-
myMVC_InvalidFieldException
-
Exception class for field's errors (throwed by myMVC_BaseDB and derived)
-
myMVC_Logger
-
Class to manage a logging system.
-
myMVC_LoginFilter
-
Filter class to implement a login system.
-
myMVC_MessageManager
-
Message management.
-
myMVC_MVCException
-
Generic exception class for every errors, that don't
-
myMVC_SessionDB
-
Class to manage database-based sessions.
-
myMVC_SessionException
-
Exception class for every session errors
-
myMVC_SmartyEngine
-
Template engine for Views, using Smarty (http://www.smarty.net/)
-
myMVC_TypeCheck
-
Many check function for database fields.
-
$server
-
-
$session
-
-
$session
-
-
$session
-
-
SessionDB.php
-
-
SessionException.php
-
-
SmartyEngine.php
-
-
save
-
Save the data. It checks the PK: if the record does not exists, create a new record.
-
saveParameterForNextPage
-
Save a variable in the session, to be used by the next page (Action or view).
-
saveRenderEngine
-
Save the current used render engine.
-
saveSessionDataIntoDB
-
Save session data into the database
-
saveValues
-
Saves the values of the record
-
sendAlert
-
sends an alert to the configured E-Mail or Nagios server
-
sendEMail
-
Send an E-Mail to the given address.
-
sendPlainEMail
-
Send an E-Mail to the given address
-
set
-
Save an object in the current namespace
-
setActions
-
Set the available actions list.
-
setAllInvalidFields
-
Set all the invalid form fields of the previous form as variable to be displayed by the engine
-
setAllSubmitFields
-
Set all form fields of the previous form as variable to be displayed by the engine
-
setAllValidFields
-
Set all the valid form fields of the previous form as variable to be displayed by the engine
-
setCheckFunction
-
Set the functions to be used to validate the user's input.
-
setExceptionCatcher
-
Set the default catcher for uncatched exceptions
-
setFilter
-
Sets the filter for the controller.
-
setInNamespace
-
Save an object in the given namespace
-
setLanguageInformation
-
Set the language information (GetText)
-
setLoggedIn
-
Save the user in the session.
-
setNext
-
Set next Action or View
-
setNextAction
-
Sets the next action after a successfully login.
-
setNextDefaultAction
-
Set the next Action as the given
-
setObject
-
Save an object (reference) to be used in the template
-
setParameter
-
Set a value for a parameter (useful to call other pages)
-
setParameterForNextPage
-
Save a variable to be passed as parameter for the next page (Action or View)
-
setParameterValid
-
Set the given parameter as valid (passed the validation)
-
setRenderEngine
-
Set the render engine zu use for template.
-
setTemplate
-
Use $file as template
-
setUserExceptionCatcher
-
Set a user defined function (or class-method) for uncatched exception
-
setVariable
-
Save a variable to be used in the template
-
setViews
-
Set the available views list.
-
shutdown
-
Called from PHP if the script terminates with exit()
-
sqlExportByParameter
-
Export data as SQL queries, using parameters Exportiert Datensätze als SQL anhand der eingegebenen Parametern
-
startNewSession
-
Starts a new session.
-
systemError
-
Display an error on the browser