コード例 #1
0
<?php

/**
 *	{$action_name}.php
 *
 *	@author		{$author}
 *	@package	Delphinus
 *	@version	$Id$
 */
chdir(dirname(__FILE__));
include_once '{$dir_app}/Delphinus_Controller.php';
ini_set('max_execution_time', 0);
Delphinus_Controller::main_CLI('Delphinus_Controller', '{$action_name}');
コード例 #2
0
<?php

/**
 * Delphinus RSS Crawler
 *
 * @package Delphinus
 * @author halt <*****@*****.**>
 * @access public
 */
include_once dirname(dirname(__FILE__)) . '/app/Delphinus_Controller.php';
Delphinus_Controller::main_CLI('Delphinus_Controller', 'Crawler', 'undef');
コード例 #3
0
<?php

include_once dirname(dirname(__FILE__)) . '/app/Delphinus_Controller.php';
Delphinus_Controller::main_CLI('Delphinus_Controller', 'RssRebuild', 'undef');