PHP Classes

File: app/Views/Home/index.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP GuestBook with Database   app/Views/Home/index.php   Download  
File: app/Views/Home/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP GuestBook with Database
GuestBook application using MySQL to store posts
Author: By
Last change:
Date: 6 months ago
Size: 257 bytes
 

Contents

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

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

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

<h2>Welcome</h2>

<p>To sign the GuestBook <a href="<?= site_url("/post/add"); ?>">Click Here</a></p>

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