Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18834 программиста и 1635 роботов. Сейчас ищут 1859 программистов ...
HTML_Template_IT::show()
Вернуться к: HTML_Template_IT
HTML_Template_IT::show()
HTML_Template_IT::show() – print a block including replacments
Synopsis
require_once 'HTML/Template/IT.php';
void HTML_Template_IT::show ( string $block )
This functions prints a block with all replacements done.
Parameter
-
string $block - The block to return. If not used, the whole template is returned.
Throws
Error code | Error message | Reason | Solution |
---|---|---|---|
IT_BLOCK_NOT_FOUND | " Cannot find this block block " | The given block does not exists. | Check for typing mistakes in the argument. |
Note
This function can not be called statically.
Вернуться к: HTML_Template_IT