PHP Classes

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

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP GuestBook with Database   system/Commands/Generators/Views/seeder.tpl.php   Download  
File: system/Commands/Generators/Views/seeder.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: 132 bytes
 

Contents

Class file image Download
<@php

namespace {namespace};

use CodeIgniter\Database\Seeder;

class {class} extends Seeder
{
    public function run()
    {
        //
    }
}