File manager - Edit - /home/autoph/public_html/data03252025consolidation/src/Core/View.php
Back
<?php namespace App\Core; class View{ public static function render($view, $args = []) { extract($args, EXTR_SKIP); $file = APP_ROOT.'/resources/views/' . $view . '.php'; if (is_readable($file)) { require_once $file; } else { throw new \Exception("$file not found"); } } } ?>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings