OSDN Git Service

- added Validator Required and Filter Test.
[ethna/ethna.git] / skel / skel.entry_cli.php
1 <?php
2 /**
3  *  {$action_name}.php
4  *
5  *  @author     {$author}
6  *  @package    {$project_id}
7  *  @version    $Id$
8  */
9 chdir(dirname(__FILE__));
10 require_once '{$dir_app}/{$project_id}_Controller.php';
11
12 ini_set('max_execution_time', 0);
13
14 {$project_id}_Controller::main_CLI('{$project_id}_Controller', '{$action_name}');
15 ?>