예제 #1
0
 function generar_html()
 {
     try {
         parent::generar_html();
     } catch (toba_error_def $e) {
         if ($this->fuente_no_configurada) {
             throw new toba_error('Por favor configure la fuente de datos para ejecutar el ejemplo');
         } else {
             throw $e;
         }
     }
 }
예제 #2
0
 function generar_html()
 {
     echo toba_recurso::link_css('highlighter', null, true);
     parent::generar_html();
 }