PHP Classes

File: build/schema_load.php

Recommend this page to a friend!
  Classes of Will Tinsdeall   Boiler Framework   build/schema_load.php   Download  
File: build/schema_load.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Boiler Framework
Web application framework that implements MVC
Author: By
Last change:
Date: 9 years ago
Size: 260 bytes
 

Contents

Class file image Download
<?php
require __DIR__."/../config.php";
echo
exec("mysql -u {$settings['database']['user']} -p{$settings['database']['passwd']} -h {$settings['database']['server']} -P {$settings['database']['port']} {$settings['database']['db']} < '".__DIR__."/schema.sql'");