PHP Classes

File: app/Views/Signup/success.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Task App   app/Views/Signup/success.php   Download  
File: app/Views/Signup/success.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: 5 days ago
Size: 214 bytes
 

Contents

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

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

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

<h1 class="title">Signup</h1>

<p>Signup successful</p>
<?= $this->endSection() ?>