gyro/modules/console/start.inc.php
Go to the documentation of this file.00001 <?php 00002 /** 00003 * @defgroup Console 00004 * @ingroup Modules 00005 * 00006 * Command Line interface 00007 */ 00008 00009 // Register our views 00010 ViewFactory::set_implementation(new ViewFactoryConsole()); 00011 00012 if (!defined('CONSOLE_PHP_INVOCATION')) define('CONSOLE_PHP_INVOCATION', 'php'); 00013