PHP Classes

File: build/git/create_insert.php

Recommend this page to a friend!
  Classes of Will Tinsdeall   Boiler Framework   build/git/create_insert.php   Download  
File: build/git/create_insert.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: 87 bytes
 

Contents

Class file image Download
<?php
exec
("mysqldump -t --insert-ignore -u bcslichfield -p walks > testdata.sql");
?>