Skip to content

Instantly share code, notes, and snippets.

@estefanionsantos
Last active April 8, 2022 17:26
Show Gist options
  • Save estefanionsantos/efb3af0835ebb6e8363dae055cc50f44 to your computer and use it in GitHub Desktop.
Save estefanionsantos/efb3af0835ebb6e8363dae055cc50f44 to your computer and use it in GitHub Desktop.
main.php 01
<?php
use App\Helper\ViewHelper;
$view = new ViewHelper();
$view->render('home');
# source: src/view/home.php
/*
<html>
<head>
<title>home</title>
</head>
<body>
<h1>Title Here</h1>
text here
</body>
</html>
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment