PHP Classes

File: app/migration/install.php

Recommend this page to a friend!
  Classes of Ali YILMAZ   PHP API Service   app/migration/install.php   Download  
File: app/migration/install.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP API Service
Implements a project API using the Mind framework
Author: By
Last change:
Date: 2 years ago
Size: 140 bytes
 

Contents

Class file image Download
<?php

$this
->addLayer([
   
'app/migration/tables/partners',
   
'app/migration/tables/branches',
   
'app/migration/tables/products'
]);