PHP Classes

File: exercise/sakila2/runall.php

Recommend this page to a friend!
  Packages of Jorge Castro   Chaos Machine One   exercise/sakila2/runall.php   Download  
File: exercise/sakila2/runall.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Chaos Machine One
Generate random data that obeys to formulas
Author: By
Last change:
Date: 8 months ago
Size: 575 bytes
 

Contents

Class file image Download
<?php

include "../../vendor/autoload.php";
include
"../../lib/en_US/Person.php";
include
__DIR__.'/SakilaLib.php';
include
"../../lib/en_US/World.php";

include
'language.php'; // ok
include 'country.php'; // ok
include 'city.php'; // ok
include 'actor.php'; // ok
include 'address.php'; // ok
include 'category.php'; // ok
include 'staff.php'; // ok
include 'store.php'; // ok
include 'customer.php';
include
'film.php';
include
'film_actor.php';
include
'film_category.php';
include
'film_text.php';
include
'inventory.php';
include
'payment.php';


include
'rental.php';