Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17636 программистов и 1372 робота. Сейчас ищут 1480 программистов ...
Class Summary Translation2_Decorator_ErrorText
Вернуться к: Translation2
Class Summary Translation2_Decorator_ErrorText
Class Summary Translation2_Decorator_ErrorText – Decorator to provide a fallback error_text message for empty strings.
When the fetched string is empty, it replaces it with the contents of the "error_text" column of the langs_avail table
<?php
$tr = new Translation2($driver, $dbinfo, $params);
$tr =& $tr->getDecorator('ErrorText');
?>
Вернуться к: Translation2