PHP Classes

File: app/views/default/index.php

Recommend this page to a friend!
  Classes of Oleg Lunegov   MicroPHP Framework   app/views/default/index.php   Download  
File: app/views/default/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: MicroPHP Framework
MVC framework for Web or command line applications
Author: By
Last change: Update of app/views/default/index.php
Date: 9 months ago
Size: 224 bytes
 

Contents

Class file image Download
<?php
use Micro\Web\Html\Html;

/** @var \App\Components\View $this */
$this->title .= ' - ???????';
?>
<?= Html
::heading(1, 'Simple app'); ?>
<?= Html
::openTag('p') ?>This site is a simple<?= Html::closeTag('p'); ?>