Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5078869
Hits Heute: 112
max. Hits (10.07.07): 6964
User Online: 33
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

Visual C++. NET. Programmieren mit dem . NET- Framework
Visual C++. NET. Programmieren mit dem . NET- Framework

Manuals > PEAR > HTML_Template_Sigma

HTML_Template_Sigma

Table of Contents
Introduction - template syntax -- Creating and editing templates
Introduction - cache -- How Sigma caches the "prepared" templates
constructor HTML_Template_Sigma::HTML_Template_Sigma() -- constructor
HTML_Template_Sigma::addBlock() -- Adds a block to the template
HTML_Template_Sigma::addBlockfile() -- Adds a block contained in the file to the template
HTML_Template_Sigma::blockExists() -- Checks if the block exists in the template
HTML_Template_Sigma::errorMessage() -- Returns a textual error message for an error code
HTML_Template_Sigma::get() -- Returns a block with all replacements done.
HTML_Template_Sigma::getBlockList() -- Returns a list of blocks within a template.
HTML_Template_Sigma::getCurrentBlock() -- Returns the current block name
HTML_Template_Sigma::getPlaceholderList() -- Returns a list of placeholders within a block.
HTML_Template_Sigma::hideBlock() -- Hides the block even if it is not "empty".
HTML_Template_Sigma::loadTemplateFile() -- Loads a template file.
HTML_Template_Sigma::parse() -- Parses the given block.
HTML_Template_Sigma::parseCurrentBlock() -- Parses the current block
HTML_Template_Sigma::placeholderExists() -- Checks whether the placeholder exists
HTML_Template_Sigma::replaceBlock() -- Replaces an existing block with new content.
HTML_Template_Sigma::replaceBlockfile() -- Replaces an existing block with new content from a file.
HTML_Template_Sigma::setCacheRoot() -- Sets the directory to cache "prepared" templates in.
HTML_Template_Sigma::setCallbackFunction() -- Sets a callback function.
HTML_Template_Sigma::setCurrentBlock() -- Sets the name of the current block.
HTML_Template_Sigma::setGlobalVariable() -- Sets a global variable value.
HTML_Template_Sigma::setOption() -- Sets the option for the template class
HTML_Template_Sigma::setRoot() -- Sets the file root for templates.
HTML_Template_Sigma::setTemplate() -- Sets the template.
HTML_Template_Sigma::setVariable() -- Sets a variable value.
HTML_Template_Sigma::show() -- Prints a block with all replacements done.
HTML_Template_Sigma::touchBlock() -- Preserves the block even if empty blocks should be removed.

HTML_Template_Sigma: implementation of Integrated Templates API with template 'compilation' added.

Class Trees for HTML_Template_Sigma()

  • PEAR

    • HTML_Template_Sigma


Copyright 1998 - 2009 by I.S.U.M.