Exemplo n.º 1
0
<?php

/**
 * Web Entry Point
 *
 * @package Delphinus
 * @author halt feits <*****@*****.**>
 * @access public
 */
include_once dirname(dirname(__FILE__)) . '/app/Delphinus_Controller.php';
Delphinus_Controller::main('Delphinus_Controller', 'index', 'undef');
Exemplo n.º 2
0
<?php

/**
 * Delphinus Debug Info
 *
 * @package Delphinus
 * @author halt <*****@*****.**>
 */
include_once '/home/halt/codes/delphinus/app/Delphinus_Controller.php';
define('ETHNA_DEBUG', true);
Delphinus_Controller::main('Delphinus_Controller', array('__ethna_info__'));
Exemplo n.º 3
0
<?php

include_once '/home/halt/codes/delphinus/app/Delphinus_Controller.php';
Delphinus_Controller::main_XMLRPC('Delphinus_Controller');
Exemplo n.º 4
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');
Exemplo n.º 5
0
<?php

error_reporting(E_ALL);
include_once '/home/halt/codes/delphinus/app/Delphinus_Controller.php';
Delphinus_Controller::main('Delphinus_Controller', array('__ethna_unittest__'));
Exemplo n.º 6
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}');
<?php

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