PHP Classes

File: app/Views/Home/index.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Task App   app/Views/Home/index.php   Download  
File: app/Views/Home/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Task App
Create and manage tasks to be done
Author: By
Last change:
Date: 25 days ago
Size: 193 bytes
 

Contents

Class file image Download
<?= $this->extend("base"); ?>

<?= $this->section("title"); ?>Home<?= $this->endSection(); ?>

<?= $this->section("content"); ?>

<h1 class="title">Hello World</h1>

<?= $this->endSection(); ?>