root/events/phpframework/ethna/trunk/skel/skel.entry_cli.php @ 13385

Revision 13385, 353 bytes (checked in by maru_cc, 5 years ago)

add-project & pear-local install smarty,simpletst,PEAR_DB

Line 
1<?php
2/**
3 *  {$action_name}.php
4 *
5 *  @author     {$author}
6 *  @package    Phwittr
7 *  @version    $Id: skel.entry_cli.php 488 2007-12-13 22:11:18Z mumumu-org $
8 */
9chdir(dirname(__FILE__));
10require_once '{$dir_app}/Phwittr_Controller.php';
11
12ini_set('max_execution_time', 0);
13
14Phwittr_Controller::main_CLI('Phwittr_Controller', '{$action_name}');
15?>
Note: See TracBrowser for help on using the browser.