PHP Classes

File: bin/pds-migrations

Recommend this page to a friend!
  Classes of Michael Cummings   PHP Doctrine Person Table Skeleton   bin/pds-migrations   Download  
File: bin/pds-migrations
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Doctrine Person Table Skeleton
Provides a skeleton of tables for person entities
Author: By
Last change:
Date: 4 years ago
Size: 121 bytes
 

Contents

Class file image Download
#!/usr/bin/env php <?php declare(strict_types=1); namespace PersonDBSkeleton; require __DIR__ . '/pds-migrations.php';