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

error_reporting(E_ALL);
include_once '/home/halt/codes/delphinus/app/Delphinus_Controller.php';
Delphinus_Controller::main('Delphinus_Controller', array('__ethna_unittest__'));