PHP Classes

File: app/Views/Tasks/form.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Task App   app/Views/Tasks/form.php   Download  
File: app/Views/Tasks/form.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: 1 month ago
Size: 266 bytes
 

Contents

Class file image Download
<div class="field">
    <label class="label" for="description">Description</label>
    <div class="control">
        <input class="input" type="text" name="description" id="description" value="<?= old('description', esc($task->description)); ?>" />
    </div>
</div>