예제 #1
0
 public static function run()
 {
     //Suprimir Warnings
     //error_reporting(E_WARNING);
     //$template = file_get_contents('app.view/template.class.php');
     $catalogo = new catalogo();
     $catalogo->show();
 }