PHP Classes

File: system/Validation/Views/list.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Task App   system/Validation/Views/list.php   Download  
File: system/Validation/Views/list.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Task App
Create and manage tasks to be done
Author: By
Last change:
Date: 1 month ago
Size: 200 bytes
 

Contents

Class file image Download
<?php if (! empty($errors)) : ?>
<div class="errors" role="alert">
        <ul>
        <?php foreach ($errors as $error) : ?>
<li><?= esc($error) ?></li>
        <?php endforeach ?>
</ul>
    </div>
<?php endif ?>