예제 #1
0
파일: framework.php 프로젝트: arhe/pwak
 * PHP version 5.1.0+
 * 
 * LICENSE: This source file is subject to the MIT license that is available
 * through the world-wide-web at the following URI:
 * http://opensource.org/licenses/mit-license.php
 *
 * @package   PWAK
 * @author    ATEOR dev team <*****@*****.**>
 * @copyright 2003-2008 ATEOR <*****@*****.**> 
 * @license   http://opensource.org/licenses/mit-license.php MIT License 
 * @version   SVN: $Id: framework.php,v 1.3 2008-05-15 11:18:49 david Exp $
 * @link      http://pwak.googlecode.com
 * @since     File available since release 0.1.0
 * @filesource
 */
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
/**
 * $Source: /home/cvs/framework/bin/framework.php,v $
 * Script de management des projets appelé en ligne de commande.
 *
 * @version   CVS: $Id: framework.php,v 1.3 2008-05-15 11:18:49 david Exp $
 * @author    David JL <*****@*****.**>
 * @copyright 2002-2006 ATEOR - All rights reserved
 */
define('PROJECT_ROOT', '.');
define('FRAMEWORK_ROOT', '.');
require_once 'framework.inc.php';
require_once 'lib/Frontend/Frontend.php';
$frontend = new Frontend();
$frontend->handleCommandLine();