*/ error_reporting(1); // domyslnie wylaczamy wyswietlanie bledow, gdyz pakiety PEAR ladowane do obslugi PEAR_Frontened_Web wyswietlaja komunikaty strict error require_once ("PEAR.php"); class stPearFrontendWeb { static public function installer() { // konfiguracja // @see http://pear.php.net/package/PEAR_Frontend_Web/docs/latest/__filesource/fsource_apidoc_PEAR_Frontend_Web_PEAR_Frontend_Web-0.7.3docsexample.php.html $pear_user_config=sfConfig::get('sf_root_dir').DIRECTORY_SEPARATOR."install".DIRECTORY_SEPARATOR."src".DIRECTORY_SEPARATOR.".pearrc"; $pear_frontweb_protected = true; // system posiada autoryzacje (symfony) nie wyswietlaj komunikatow o braku autoryzacji include_once (sfConfig::get('sf_root_dir').DIRECTORY_SEPARATOR.'apps'.DIRECTORY_SEPARATOR.'backend'.DIRECTORY_SEPARATOR.'modules'. DIRECTORY_SEPARATOR.'stApplication'.DIRECTORY_SEPARATOR.'lib'.DIRECTORY_SEPARATOR.'pearfrontendweb.php'); } } ?>