Index of all elements
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ _ ]
a
- $active
- in file class.modules.php, variable ModuleManager::$active
Active-modules
- $akt
- in file class.acp.php, variable ACP::$akt
Active page
- AccessManager
- in file class.access.php, method AccessManager::AccessManager()
Constructor who gets the MySQL Object
- AccessManager
- in file class.access.php, class AccessManager
Class for managing the access of backend users
- ACP
- in file class.acp.php, class ACP
Main class for rendering the Admin Control Panel
- add
- in file class.wrapper.php, method Wrapper::add()
Add an object to the wrapper
- addCategory
- in file class.config.php, method ConfigInterface::addCategory()
adds a category
- addCfg
- in file class.config.php, method ConfigTool::addCfg()
adds a configuration option
- addCfg
- in file class.install.php, method Installer::addCfg()
alias for the ConfigTool::addCfg
- addConstant
- in file class.config.php, method ConfigInterface::addConstant()
adds a configuration option
- addMessage
- in file class.acp.php, method ACP::addMessage()
Adds a message to the message stack
- addPage
- in file class.acp.php, method ACP::addPage()
Adds a page to the backend
- addRule
- in file class.urlparser.php, method URLParser::addRule()
Adds a new rule item to the database, cann be called statically
- addStep
- in file class.install.php, method Installer::addStep()
adds a step to a type
- addType
- in file class.install.php, method Installer::addType()
adds an available type
top
c
- $cat
- in file class.acp.php, variable ACP::$cat
Actual category
- $categories
- in file class.config.php, variable ConfigInterface::$categories
Categories are the legends of fieldsets
- $cfg
- in file class.install.php, variable Installer::$cfg
Deprecated?
- $cfg
- in file class.config.php, variable ConfigTool::$cfg
the configuration options which should be written
- $config
- in file class.install.php, variable Installer::$config
configTool object
- $configTool
- in file class.config.php, variable ConfigInterface::$configTool
The ConfigTool object
- $connected
- in file class.mysql.php, variable MySQL::$connected
Are we connected?
- $constants
- in file class.config.php, variable ConfigInterface::$constants
The constants which are written to the configfile
- check
- in file class.install.php, method Installer::check()
checks if the specified type exists
- check
- in file class.access.php, method AccessManager::check()
check if the user has access or not
- check
- in file class.config.php, method ConfigInterface::check()
Checks if the modname is empty
- checkDependency
- in file class.modules.php, method ModuleManager::checkDependency()
checks if a module has dependencies
- class.access.php
- procedural page class.access.php
- class.acp.php
- procedural page class.acp.php
- class.config.php
- procedural page class.config.php
- class.frontend.php
- procedural page class.frontend.php
- class.http.php
- procedural page class.http.php
- class.install.php
- procedural page class.install.php
- class.language.php
- procedural page class.language.php
- class.modules.php
- procedural page class.modules.php
- class.mysql.php
- procedural page class.mysql.php
- class.static.php
- procedural page class.static.php
- class.template.php
- procedural page class.template.php
- class.urlparser.php
- procedural page class.urlparser.php
- class.wiki.php
- procedural page class.wiki.php
- class.wrapper.php
- procedural page class.wrapper.php
- ConfigInterface
- in file class.config.php, class ConfigInterface
Renders the configuration-frontend
- ConfigInterface
- in file class.config.php, method ConfigInterface::ConfigInterface()
Assigns the ConfigTool object and the modulename
- ConfigTool
- in file class.config.php, class ConfigTool
generates the configfile
- ConfigTool
- in file class.config.php, method ConfigTool::ConfigTool()
gets all the defined constants (HS_CFG_*) and adds them to the cfg array
- connect
- in file class.mysql.php, method MySQL::connect()
Connect to the database
top
d
- $data
- in file class.wrapper.php, variable Wrapper::$data
The Array containing the classes
- $db
- in file class.mysql.php, variable MySQL::$db
Databasename we would like to use
- delRule
- in file class.urlparser.php, method URLParser::delRule()
Deletes a rule from the database, can be called statically
- disconnect
- in file class.mysql.php, method MySQL::disconnect()
Disconnect from the database
top
e
- $echeck
- in file class.mysql.php, variable MySQL::$echeck
Enable/disable error checking/handling
- $errormsgs
- in file class.access.php, variable AccessManager::$errormsgs
Array for the error messages of the modules
- error
- in file class.mysql.php, method MySQL::error()
Return the mysql error
top
f
- $flags
- in file class.access.php, variable AccessManager::$flags
Contains the accessflags
- fetch
- in file class.mysql.php, method MySQL::fetch()
Fetch a result If there isn't the param $res, it takes the last known result
top
g
- generateConfig
- in file class.config.php, method ConfigTool::generateConfig()
generates the configuration for writing
- generateConfig
- in file class.install.php, method Installer::generateConfig()
alias for the ConfigTool::generateConfig
- generateLink
- in file class.frontend.php, method HesaSys_FE::generateLink()
Generates a link using the configurated linkformat
- get
- in file class.language.php, method LanguageInterface::get()
Gets a language string identified by its linenumber
- get
- in file class.wrapper.php, method Wrapper::get()
Get an object
- get
- in file class.urlparser.php, method URLParser::get()
Returns the variable $name from $var
- get
- in file class.http.php, method HTTP::get()
gets an uri
- getActiveModules
- in file class.modules.php, method ModuleManager::getActiveModules()
gets all active modules
- getCreator
- in file class.frontend.php, method HesaSys_FE::getCreator()
Gets the username of the creater of the page
- getDesign
- in file class.frontend.php, method HesaSys_FE::getDesign()
Gets the design details using the design id
- getE
- in file class.language.php, method LanguageInterface::getE()
Wrapper for method get with escaped markers
- getEditor
- in file class.frontend.php, method HesaSys_FE::getEditor()
Gets the username of the last editor
- getFlags
- in file class.access.php, method AccessManager::getFlags()
gets the access-flags of a specific module
- getInstance
- in file class.modules.php, method ModuleManager::getInstance()
Singleton pattern -- returns the instance of the class
- getInstance
- in file class.mysql.php, method MySQL::getInstance()
Singleton pattern -- returns the instance of the class
- getInstance
- in file class.template.php, method Template::getInstance()
Singleton pattern -- returns the instance of the class
- getInstance
- in file class.wrapper.php, method Wrapper::getInstance()
Singleton pattern -- returns the instance of the class
- getInstance
- in file class.access.php, method AccessManager::getInstance()
Singleton pattern -- returns the instance of the class
- getInstance
- in file class.urlparser.php, method URLParser::getInstance()
Singleton pattern -- returns the instance of the class
- getInstance
- in file class.acp.php, method ACP::getInstance()
Singleton pattern -- returns the instance of the class
- getLastQuery
- in file class.mysql.php, method MySQL::getLastQuery()
gets the last query
- getLastRes
- in file class.mysql.php, method MySQL::getLastRes()
gets the last result
- getModuleDependency
- in file class.modules.php, method ModuleManager::getModuleDependency()
gets the dependencies of a module
- getModuleDesc
- in file class.modules.php, method ModuleManager::getModuleDesc()
gets the description of a module
- getModules
- in file class.modules.php, method ModuleManager::getModules()
gets all registered modules
- getModuleVersion
- in file class.modules.php, method ModuleManager::getModuleVersion()
gets the version of a module
- getN
- in file class.language.php, method LanguageInterface::getN()
Wrapper for method get with unescaped markers
- getPage
- in file class.frontend.php, method HesaSys_FE::getPage()
Returns a page according to an [id|alias] + lang combination
- getPageByAlias
- in file class.frontend.php, method HesaSys_FE::getPageByAlias()
Gets the page details using the page alias
- getPageById
- in file class.frontend.php, method HesaSys_FE::getPageById()
Gets the page details using the page id
- getPageLanguages
- in file class.frontend.php, method HesaSys_FE::getPageLanguages()
Returns the languages as alias-specified page is available in
- getPageTitle
- in file class.acp.php, method ACP::getPageTitle()
gets the title of the specified page
- getProvidedVars
- in file class.urlparser.php, method URLParser::getProvidedVars()
Returns the variables which are defined in the supplied pattern
- getQueries
- in file class.mysql.php, method MySQL::getQueries()
Gets the total number of queries
- getRegexpByPattern
- in file class.urlparser.php, method URLParser::getRegexpByPattern()
Returns the regexp according to the supplied pattern
- getStaticVars
- in file class.urlparser.php, method URLParser::getStaticVars()
Returns the static variables which are defined in the supplied pattern
- getStep
- in file class.install.php, method Installer::getStep()
gets the actual step
- getTplByPattern
- in file class.urlparser.php, method URLParser::getTplByPattern()
Returns the link generation template according to the supplied pattern
- getVariables
- in file class.urlparser.php, method URLParser::getVariables()
Returns all variables
- global.php
- procedural page global.php
top
h
- $host
- in file class.mysql.php, variable MySQL::$host
Host of the MySQL database-server we would connect to
- HesaSys_FE
- in file class.frontend.php, class HesaSys_FE
Renders the frontend
- HS_Static
- in file class.static.php, class HS_Static
Class containing static outputs
- hte
- in file global.php, function hte()
htmlspecialchars() for arrays and strings
- hte
- in file class.wiki.php, method WikiParser::hte()
Returns a html-escaped (htmlspecialchars) string
- html2wiki
- in file class.wiki.php, method WikiParser::html2wiki()
Opposite of the wiki2html method.
- HTTP
- in file class.http.php, class HTTP
Little HTTP-Class who's currently used at the home-page of the HesaSys BE
top
i
- init
- in file class.mysql.php, method MySQL::init()
Sets the necessary db informations
- init
- in file class.template.php, method Template::init()
Registers the design,the markers and if php is used
- init
- in file class.modules.php, method ModuleManager::init()
initiate the ModuleManager
- init
- in file class.acp.php, method ACP::init()
Sets the actual category, subcategory and language object
- insertID
- in file class.mysql.php, method MySQL::insertID()
Returns the latest inserted ID (auto_increment)
- Installer
- in file class.install.php, class Installer
a comfortable installer for HesaSys
- Installer
- in file class.install.php, method Installer::Installer()
adds types and steps to the types
- install_2
- in file class.install.php, method Installer::install_2()
Install routine#2
- install_3
- in file class.install.php, method Installer::install_3()
Install routine#3
- install_4
- in file class.install.php, method Installer::install_4()
Install routine#4
top
l
- $lang
- in file class.language.php, variable LanguageInterface::$lang
The language which is specified by the user or system/modulecoder
- $lang
- in file class.acp.php, variable ACP::$lang
Language object
- $lastquery
- in file class.mysql.php, variable MySQL::$lastquery
In this variable is the last query to the database stored
- $lastres
- in file class.mysql.php, variable MySQL::$lastres
The result of the last query
- $level
- in file class.acp.php, variable ACP::$level
DocumentationHasToBeWritten
- LanguageInterface
- in file class.language.php, method LanguageInterface::LanguageInterface()
Constructor
- LanguageInterface
- in file class.language.php, class LanguageInterface
Backend Language Interface
- link
- in file class.urlparser.php, method URLParser::link()
Generates a hyperlink to the page specified by the supplied key/value pairs, can be called statically
- load
- in file class.modules.php, method ModuleManager::load()
loads the desired modules if they're in the modules-directory and registers them
top
m
- $modname
- in file class.config.php, variable ConfigInterface::$modname
Modulename
- $modules
- in file class.modules.php, variable ModuleManager::$modules
Modules which are registered
- $msgStack
- in file class.acp.php, variable ACP::$msgStack
Message stack
- $mysql
- in file class.install.php, variable Installer::$mysql
Mysqlobject
- $mysql
- in file class.frontend.php, variable HesaSys_FE::$mysql
Mysql Object
- $mysql
- in file class.config.php, variable ConfigTool::$mysql
the mysql-object
- $mysql
- in file class.urlparser.php, variable URLParser::$mysql
MySQL object
- main
- in file class.frontend.php, method HesaSys_FE::main()
Main function which is called by index.php
- microtime_float
- in file global.php, function microtime_float()
used for script execution time
- ModuleManager
- in file class.modules.php, class ModuleManager
Module-handling is done by this class
- MSG_ERROR
- in file global.php, constant MSG_ERROR
- MSG_INFO
- in file global.php, constant MSG_INFO
- MSG_OK
- in file global.php, constant MSG_OK
- MySQL
- in file class.mysql.php, class MySQL
A comfortable and easy-to-use MySQL-Database class
top
n
- numRows
- in file class.mysql.php, method MySQL::numRows()
Fetches the count of a result
top
o
- $order
- in file class.acp.php, variable ACP::$order
DocumentationHasToBeWritten
top
p
- $page
- in file class.frontend.php, variable HesaSys_FE::$page
Actual page
- $pages
- in file class.acp.php, variable ACP::$pages
Array with all backend pages stored
- $pass
- in file class.mysql.php, variable MySQL::$pass
Password of the specified user
- $path
- in file class.language.php, variable LanguageInterface::$path
Language filename
- $prefix
- in file class.mysql.php, variable MySQL::$prefix
Prefix of the tables (usually hesasys_)
- $preview_mode
- in file class.frontend.php, variable HesaSys_FE::$preview_mode
Preview mode for BE-Users
- parse
- in file class.urlparser.php, method URLParser::parse()
Analizes the query string and writes the variables to $var
- parse
- in file class.template.php, method Template::parse()
Parses the template
- passwordHash
- in file global.php, function passwordHash()
Generate a password using the sals specified in the config
- printQueries
- in file class.mysql.php, method MySQL::printQueries()
Prints the total number of queries
top
q
- $queries
- in file class.mysql.php, variable MySQL::$queries
Increments with each query which is made
- $query
- in file class.urlparser.php, variable URLParser::$query
The REQUEST_URI
- query
- in file class.mysql.php, method MySQL::query()
Send a query to the database
top
r
- $reparse
- in file class.template.php, variable Template::$reparse
Specifies if it needs to be parsed multiple times
- registerHook
- in file class.template.php, method Template::registerHook()
Registers a hook who can called with a marker
- registerModule
- in file class.access.php, method AccessManager::registerModule()
registers a module and their specific access-flags
- registerModule
- in file class.modules.php, method ModuleManager::registerModule()
registers a module to the manager
- render
- in file class.config.php, method ConfigInterface::render()
renders the HTML-output
- renderBreadcrumb
- in file class.acp.php, method ACP::renderBreadcrumb()
Renders the breadcrumb navigation
- renderContent
- in file class.acp.php, method ACP::renderContent()
calls the defined callback or prints, if the page doesn't exist, a callback error
- renderMessages
- in file class.acp.php, method ACP::renderMessages()
Renders the message stack
- renderNavi
- in file class.acp.php, method ACP::renderNavi()
renders the Navigation on the left
- renderTitle
- in file class.acp.php, method ACP::renderTitle()
Renders the title of the actual page
- reverse
- in file class.wiki.php, method WikiParser::reverse()
Alias for WikiParser::html2wiki with reverse = true
- run
- in file class.install.php, method Installer::run()
runs a step
- run
- in file class.modules.php, method ModuleManager::run()
makes an instance of the modules
- runModuleHook
- in file class.modules.php, method ModuleManager::runModuleHook()
runs a registered hook (method)
top
s
- $scat
- in file class.acp.php, variable ACP::$scat
Actucal subcategory
- $sock
- in file class.mysql.php, variable MySQL::$sock
Socket for the MySQL database connection
- $sql
- in file class.config.php, variable ConfigTool::$sql
Deprecated?
- $sql
- in file class.install.php, variable Installer::$sql
Deprecated?
- $step
- in file class.config.php, variable ConfigTool::$step
Deprecated?
- $step
- in file class.install.php, variable Installer::$step
The actual step
- $steps
- in file class.install.php, variable Installer::$steps
available steps
- setActiveModules
- in file class.modules.php, method ModuleManager::setActiveModules()
sets all modules, who are specified in the $active parameter, active
- setECheck
- in file class.mysql.php, method MySQL::setECheck()
set to true if you want to give errors out
- setErrorMessage
- in file class.access.php, method AccessManager::setErrorMessage()
sets the error message who appears if the user hasn't access
- showError
- in file class.access.php, method AccessManager::showError()
Shows the error message (access denied)
- stripslashes_deep
- in file global.php, function stripslashes_deep()
Stripslashes for arrays
- switchLang
- in file class.frontend.php, method HesaSys_FE::switchLang()
Generates a link to the actual page in the specified language
- system_notice
- in file class.static.php, method HS_Static::system_notice()
Print a SystemNotice
top
t
- $texts
- in file class.language.php, variable LanguageInterface::$texts
The content of the language file
- $type
- in file class.config.php, variable ConfigTool::$type
Deprecated?
- $type
- in file class.install.php, variable Installer::$type
selected type
- $type
- in file class.modules.php, variable ModuleManager::$type
Type of the modules which are selected - frontend or backend
- $types
- in file class.install.php, variable Installer::$types
available types - upgrading from a previous version would be a type
- Template
- in file class.template.php, class Template
A simple and fast template class
top
u
- $user
- in file class.mysql.php, variable MySQL::$user
Username of the MySQL database who has access
- updateRule
- in file class.urlparser.php, method URLParser::updateRule()
Updates a rule in the database, can be called statically
- update_1x_2
- in file class.install.php, method Installer::update_1x_2()
Update from 1.x#2
- update_1x_3
- in file class.install.php, method Installer::update_1x_3()
Update from 1.x#3
- update_1x_4
- in file class.install.php, method Installer::update_1x_4()
Update from 1.x#4
- update_20_2
- in file class.install.php, method Installer::update_20_2()
Update from 2.x#2
- update_20_3
- in file class.install.php, method Installer::update_20_3()
Update from 2.x#3
- update_20_4
- in file class.install.php, method Installer::update_20_4()
Update from 2.x#4
- URLParser
- in file class.urlparser.php, method URLParser::URLParser()
- URLParser
- in file class.urlparser.php, class URLParser
Parses the query string into vars and can generate links
- utf8_decode_array
- in file global.php, function utf8_decode_array()
Converts a string or array from utf8 to iso-8859-1
top
v
- $var
- in file class.urlparser.php, variable URLParser::$var
The variable data which was parsed from the query string
- VERSION
- in file global.php, constant VERSION
- vimport
- in file global.php, function vimport()
A comfortable way for importing variables
top
w
- $wrapper
- in file class.modules.php, variable ModuleManager::$wrapper
old wrapper
- wiki2html
- in file class.wiki.php, method WikiParser::wiki2html()
Parses wiki to html
- WikiParser
- in file class.wiki.php, class WikiParser
Parses html2wiki or wiki2html
- Wrapper
- in file class.wrapper.php, class Wrapper
A Wrapper for all Classes
- writeConfig
- in file class.config.php, method ConfigTool::writeConfig()
writes the configuration, generated byi generateConfig()
- writeConfig
- in file class.install.php, method Installer::writeConfig()
alias for the ConfigTool::writeConfig
top
_
- $_hooks
- in file class.template.php, variable Template::$_hooks
Hooks which are called by a marker
- $_marker_left
- in file class.template.php, variable Template::$_marker_left
Left marker
- $_marker_right
- in file class.template.php, variable Template::$_marker_right
Right marker
- $_php
- in file class.template.php, variable Template::$_php
Specifiys if php code in the template code is executed
- $_searchlist
- in file class.template.php, variable Template::$_searchlist
Used internal for a compiled regular expression to match every (parsable) hook
- $_template
- in file class.template.php, variable Template::$_template
Design which is used
- _getPageLanguages
- in file class.frontend.php, method HesaSys_FE::_getPageLanguages()
- _getRegexpByPattern
- in file class.urlparser.php, method URLParser::_getRegexpByPattern()
Helper function called by preg_replace_callback, translates ${foo|string} into ^(.+?)$
- _getTplByPattern
- in file class.urlparser.php, method URLParser::_getTplByPattern()
Helper function called by preg_replace_callback, translates ${foo|string} into ${foo}
- _parse_helper
- in file class.template.php, method Template::_parse_helper()
This parses exactly one hook
- _parse_helper_1
- in file class.template.php, method Template::_parse_helper_1()
Is called by preg_replace_callback in parse() and is just a wrapper for _parse_helper (for parsable hooks)
- _parse_helper_2
- in file class.template.php, method Template::_parse_helper_2()
Is called by preg_replace_callback in parse() and is just a wrapper for _parse_helper (for non-parsable hooks)
- _parse_helper_unescape
- in file class.template.php, method Template::_parse_helper_unescape()
Replaces '\\ ' with ' '
- _registerHookHelper
- in file class.template.php, method Template::_registerHookHelper()
Helps registerHook()
top
|
|