PHP Classes

File: system/Commands/Generators/Views/entity.tpl.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP GuestBook with Database   system/Commands/Generators/Views/entity.tpl.php   Download  
File: system/Commands/Generators/Views/entity.tpl.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP GuestBook with Database
GuestBook application using MySQL to store posts
Author: By
Last change:
Date: 6 months ago
Size: 217 bytes
 

Contents

Class file image Download
<@php

namespace {namespace};

use CodeIgniter\Entity;

class {class} extends Entity
{
    protected $datamap = [];
    protected $dates = [
        'created_at',
        'updated_at',
        'deleted_at',
    ];
    protected $casts = [];
}