root/websites/planet.php.gr.jp/trunk/skel/skel.entry_www.php

Revision 12934, 294 bytes (checked in by ha1t, 5 years ago)

skelディレクトリを最新に追従

Line 
1<?php
2/**
3 *  {$action_name}.php
4 *
5 *  @author     {$author}
6 *  @package    Delphinus
7 *  @version    $Id: skel.entry_www.php 432 2006-11-28 04:52:54Z ichii386 $
8 */
9require_once '{$dir_app}/Delphinus_Controller.php';
10
11Delphinus_Controller::main('Delphinus_Controller', '{$action_name}');
12?>
Note: See TracBrowser for help on using the browser.