PHP Classes

File: example/ArrayConfiguration/run

Recommend this page to a friend!
  Classes of nvb   PHP Service Locator Generator   example/ArrayConfiguration/run   Download  
File: example/ArrayConfiguration/run
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Service Locator Generator
Generate locator classes from configuration files
Author: By
Last change: Update of example/ArrayConfiguration/run
Date: 2 months ago
Size: 271 bytes
 

Contents

Class file image Download
#!/usr/bin/php <?php /** * @author stev leibelt <artodeto@bazzline.net> * @since 2014-12-22 */ $pathToGenerator = realpath(__DIR__ . '/../../bin/net_bazzline_generate_locator'); $command = $pathToGenerator . ' ' . __DIR__ . '/configuration.php'; passthru($command);