Ejemplo n.º 1
0
 public static function show()
 {
     $Customers = new \CustomerInfo\Libs\Structures\Customers();
     // Show content
     $content = Helper::render(__DIR__ . "/../Views/Customers.php", ['customers' => $Customers->get()]);
     echo $content;
 }