Changeset 48 for trunk/symfony

Show
Ignore:
Timestamp:
05/24/08 13:34:40 (2 years ago)
Author:
nperriault
Message:

Upgraded scripts to use symfony 1.1, everything is broken, use with caution.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/symfony

    r2 r48  
    11#!/usr/bin/env php 
    22<?php 
    3  
    4 /* 
    5  * This file is part of the symfony package. 
    6  * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  *  
    8  * For the full copyright and license information, please view the LICENSE 
    9  * file that was distributed with this source code. 
    10  */ 
    11  
    123chdir(dirname(__FILE__)); 
    13 include('config/config.php'); 
    14 include($sf_symfony_data_dir.'/bin/symfony.php'); 
     4require_once(dirname(__FILE__).'/config/ProjectConfiguration.class.php'); 
     5$configuration = new ProjectConfiguration(); 
     6include($configuration->getSymfonyLibDir().'/command/cli.php');