PHP Classes

File: views/home/about.php

Recommend this page to a friend!
  Classes of Aleksey   PHP Framework Bootstrap 4 Template   views/home/about.php   Download  
File: views/home/about.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Framework Bootstrap 4 Template
Show application pages using Bootstrap templates
Author: By
Last change:
Date: 2 years ago
Size: 204 bytes
 

Contents

Class file image Download
<?php
use PhpMvc\View;
use
PhpMvc\Html;

View::setLayout('_layout');
View::setTitle('About');
?>

<h2><?=View::getTitle()?></h2>
<p>This site was made by good people!</p>
<p>This is the coolest site!</p>