Full index

Package indexes


a b c d e f g h i j l m n r s t v _
a
top
Method addCData
SimpleXMLExtended::addCData() in SimpleXMLExtended.php
Method to append proper CDATA to a node
Method addChildCData
SimpleXMLExtended::addChildCData() in SimpleXMLExtended.php
Create a child with CDATA value
Method addCssFile
TemplateView::addCssFile() in TemplateView.php
Method to add new CSS files to array
Method addCssJs
TemplateView::addCssJs() in TemplateView.php
Method to add correct JS and CSS files from template
Method addEventHandler
CKEditor::addEventHandler() in ckeditor_php4.php
Adds event listener.
Method addGlobalEventHandler
Adds global event listener.
Method addJsFile
TemplateView::addJsFile() in TemplateView.php
Method to add new JS files to array
Page ajaxCommand.php
ajaxCommand.php in ajaxCommand.php
Method assign
TemplateView::assign() in TemplateView.php
Method to assign all template values to our template
b
top
Variable $basePath
CKEditor::$basePath in ckeditor_php4.php
URL to the %CKEditor installation directory (absolute or relative to document root).
Class BackendController
BackendController in BackendController.php
BackendController class
Method BackendController
Constructor
Method backendCreatePageAction
Method to create a new page with one default record
Method backendDeletePageAction
Method to delete a single page with all records
Method backendGetAllPageNamesAction
Method to return only all page paths
Method backendGetPageInformation
Method to get all page information incl. records for one page-id
Method backendGetWebsitePagesAction
Method to return array with all pages and subpages Note: Navigation is restricted to one sublevel
Method backendMovePageDownAction
Wrapper method to move a node one down
Method backendMovePageUpAction
Wrapper method to move a node one up
Method backendOutputAction
This method assigns needed content to our template engine and renders the template.
Method backendSetPageInformation
Method to get all page information incl. records for one page-id
Constant BASEDIR
BASEDIR in ajaxCommand.php
Constant BASEDIR
BASEDIR in index.php
Page BackendController.php
BackendController.php in BackendController.php
c
top
Variable $config
CKEditor::$config in ckeditor_php4.php
An array that holds the global %CKEditor configuration.
Class CaramelException
CaramelException in CaramelException.php
CaramelException class
Class CKEditor
CKEditor in ckeditor_php4.php
\brief CKEditor class that can be used to create editor instances in PHP pages on server side.
Method CKEditor
CKEditor::CKEditor() in ckeditor_php4.php
Main Constructor.
Method ckeditorPath
CKEditor::ckeditorPath() in ckeditor_php4.php
Return path to ckeditor.js.
Method clearEventHandlers
CKEditor::clearEventHandlers() in ckeditor_php4.php
Clear registered event handlers.
Method clearGlobalEventHandlers
Clear registered global event handlers.
Method configSettings
CKEditor::configSettings() in ckeditor_php4.php
Returns the configuration array (global and instance specific settings are merged into one array).
Class ConfigurationModel
ConfigurationModel in ConfigurationModel.php
ConfigurationModel class
Page command.php
command.php in command.php
Page ConfigurationModel.php
ConfigurationModel.php in ConfigurationModel.php
Page CaramelException.php
CaramelException.php in CaramelException.php
Page ckeditor.php
ckeditor.php in ckeditor.php
Page ckeditor_php4.php
ckeditor_php4.php in ckeditor_php4.php
Page ckeditor_php5.php
ckeditor_php5.php in ckeditor_php5.php
d
top
Class DatabaseModel
DatabaseModel in DatabaseModel.php
DatabaseModel class
Page DatabaseModel.php
DatabaseModel.php in DatabaseModel.php
e
top
Method editor
CKEditor::editor() in ckeditor_php4.php
Creates a %CKEditor instance.
Page editadmin.tpl.php
editadmin.tpl.php in editadmin.tpl.php
Page editglobal.tpl.php
editglobal.tpl.php in editglobal.tpl.php
Page editonepage.tpl.php
editonepage.tpl.php in editonepage.tpl.php
Page editpages.tpl.php
editpages.tpl.php in editpages.tpl.php
Page edittemplates.tpl.php
edittemplates.tpl.php in edittemplates.tpl.php
f
top
Class FrontendController
FrontendController in FrontendController.php
FrontendController class
Method FrontendController
Constructor
Method frontendGetAllLanguagesAction
Method to get all used languages out of database
Method frontendGetAllMetaTagsAction
Method to return all meta information for the given page/language
Method frontendGetPageAdditionalCss
Method to get the additional CSS file for this page
Method frontendGetPageAdditionalJs
Method to get the additional JS file for this page
Method frontendGetWebsiteContentAction
Method to return the content of a page
Method frontendGetWebsiteNavigationAction
Method to return array with localized navigation Note: Navigation is restricted to one sublevel
Method frontendGetWebsiteTitleAction
Method to return the needed website title
Method frontendOutputAction
This method assigns needed content to our template engine and renders the template.
Page FrontendController.php
FrontendController.php in FrontendController.php
g
top
Method getActiveTemplate
Method to return activeTemplate-path
Method getAdminAction
ConfigurationModel::getAdminAction() in ConfigurationModel.php
This method returns an ordered array with all admin settings
Method getAdminConfigStringAction
Wrapper for getAdminConfigString
Method getBackendLanguageStringAction
Wrapper for getBackendLanguagestring
Method getConfigStringAction
Wrapper for getConfigString
Method getConfigurationModel
Singleton-create-method
Method getDatabaseModel
Singleton-create-method
Method getDetails
CaramelException::getDetails() in CaramelException.php
Method to print exception details
Method getGlobalsAction
ConfigurationModel::getGlobalsAction() in ConfigurationModel.php
This method returns an ordered array with all global settings
Method getLoginInfoAction
Method to return the base admin login information
Method getPageId
DatabaseModel::getPageId() in DatabaseModel.php
Method to return a page ID for given page path
Method getPagePath
DatabaseModel::getPagePath() in DatabaseModel.php
Method to return a page path for given page ID
Method getTemplateAction
ConfigurationModel::getTemplateAction() in ConfigurationModel.php
Method to get current active template
h
top
Method headTagAction
FrontendController::headTagAction() in FrontendController.php
Print out head-tag in index.php
Method headTagAction
BackendController::headTagAction() in BackendController.php
Print out head-tag in index.php
i
top
Variable $initialized
CKEditor::$initialized in ckeditor_php4.php
A boolean variable indicating whether CKEditor has been initialized.
Page index.php
index.php in index.php
Page index.php
index.php in index.php
Page index.php
index.php in index.php
Page index.php
index.php in index.php
Page index.php
index.php in index.php
Method init
CKEditor::init() in ckeditor_php4.php
Initializes CKEditor (executed only once).
Page index.php
index.php in index.php
Page index.tpl.php
index.tpl.php in index.tpl.php
Page index.tpl.php
index.tpl.php in index.tpl.php
Page index.tpl.php
index.tpl.php in index.tpl.php
j
top
Method jsEncode
CKEditor::jsEncode() in ckeditor_php4.php
This little function provides a basic JSON support.
l
top
Method languageCodeAction
Print out current language code in index.php
Method languageRedirectAction
Redirects the user to the language set in browser
Method logoutAction
BackendController::logoutAction() in BackendController.php
This action logs the user off
m
top
Method moveNodeDown
SimpleXMLExtended::moveNodeDown() in SimpleXMLExtended.php
Method to move a node after one other
Method moveNodeUp
SimpleXMLExtended::moveNodeUp() in SimpleXMLExtended.php
Method to move a node above one other
n
top
Page newpage.tpl.php
newpage.tpl.php in newpage.tpl.php
r
top
Variable $returnOutput
CKEditor::$returnOutput in ckeditor_php4.php
Boolean variable indicating whether created code should be printed out or returned by a function.
Method removeNode
SimpleXMLExtended::removeNode() in SimpleXMLExtended.php
Method to remove a node
Method render
TemplateView::render() in TemplateView.php
Function which renders the template
Method renderGzipped
TemplateView::renderGzipped() in TemplateView.php
Method to render the template with gzip compression
Method replace
CKEditor::replace() in ckeditor_php4.php
Replaces a <textarea> with a %CKEditor instance.
Method replaceAll
CKEditor::replaceAll() in ckeditor_php4.php
Replace all <textarea> elements available in the document with editor instances.
Method returnGlobalEvents
CKEditor::returnGlobalEvents() in ckeditor_php4.php
Return global event handlers.
Method returnTemplate
TemplateView::returnTemplate() in TemplateView.php
Method to return template content as string
s
top
Page SimpleXMLExtended.php
SimpleXMLExtended.php in SimpleXMLExtended.php
Method script
CKEditor::script() in ckeditor_php4.php
Prints javascript code.
Method sessionAction
BackendController::sessionAction() in BackendController.php
Method to initialize login session
Method setAdminAction
ConfigurationModel::setAdminAction() in ConfigurationModel.php
Method to save admin config
Method setGlobalsAction
ConfigurationModel::setGlobalsAction() in ConfigurationModel.php
Method to save global config
Method setTemplateAction
ConfigurationModel::setTemplateAction() in ConfigurationModel.php
Method to set new template file for frontend
Method setTemplateFile
Method to set different template filename
Class SimpleXMLExtended
SimpleXMLExtended in SimpleXMLExtended.php
SimpleXMLExtended class for use with CDATA-tags
Class Constant SYSTEM_SALT
BackendController::SYSTEM_SALT in BackendController.php
t
top
Variable $textareaAttributes
CKEditor::$textareaAttributes in ckeditor_php4.php
An array with textarea attributes.
Variable $timestamp
CKEditor::$timestamp in ckeditor_php4.php
A string indicating the creation date of %CKEditor.
Page TemplateView.php
TemplateView.php in TemplateView.php
Constant TEMPLATEDIR
TEMPLATEDIR in index.php
Constant TEMPLATEDIR
TEMPLATEDIR in ajaxCommand.php
Method TemplateView
TemplateView::TemplateView() in TemplateView.php
Constructor of TemplateView
Class TemplateView
TemplateView in TemplateView.php
TemplateView class
v
top
Variable $version
CKEditor::$version in ckeditor_php4.php
The version of %CKEditor.
Class Constant VERSION
FrontendController::VERSION in FrontendController.php
Class Constant VERSION
BackendController::VERSION in BackendController.php
Method versionInformationAction
Print out version-information in index.php
Method versionInformationAction
Print out version-information in index.php
Class Constant VERSION_DATE
FrontendController::VERSION_DATE in FrontendController.php
Class Constant VERSION_DATE
BackendController::VERSION_DATE in BackendController.php
_
top
Variable $_events
CKEditor::$_events in ckeditor_php4.php
An array that holds event listeners.
Variable $_globalEvents
CKEditor::$_globalEvents in ckeditor_php4.php
An array that holds global event listeners.
Variable $_timestamp
CKEditor::$_timestamp in ckeditor_php4.php
A constant string unique for each release of %CKEditor.
Method __construct
CaramelException::__construct() in CaramelException.php
Constructor for CaramelException
a b c d e f g h i j l m n r s t v _