Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16774 программиста и 1698 роботов. Сейчас ищут 1843 программиста ...
PEAR_Common::setFrontendObject
Вернуться к: PEAR_Common
PEAR_Common::setFrontendObject
PEAR_Common::setFrontendObject() – Set object representing frontend to use.
Synopsis
require_once 'common.php';
void PEAR_Common::setFrontendObject ( object &$ui )
Set object that represents the frontend to be used.
Parameter
- object $ui
-
Reference of the frontend object
Note
This function can not be called statically.
Вернуться к: PEAR_Common