Beispiel #1
0
 protected function agregar_paths()
 {
     agregar_dir_include_path(toba_proyecto::get_path_php());
     if (toba::proyecto()->es_personalizable()) {
         agregar_dir_include_path(toba_proyecto::get_path_pers_php());
     }
 }
Beispiel #2
0
 /**
  * @return string
  */
 protected function get_path_controladores()
 {
     $path_controladores = toba_proyecto::get_path_php() . self::CARPETA_REST;
     return $path_controladores;
 }