public static function render($filename)
 {
     $filetext = AbstractController::render_php_to_str($filename);
     echo $filetext;
 }