web/thdProject/symfony
author ymh <ymh.work@gmail.com>
Fri, 23 Apr 2010 11:07:28 +0200
changeset 78 a7b73ae25643
parent 5 c89810477ccf
permissions -rwxr-xr-x
correct sync script
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
c89810477ccf Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff changeset
     1
#!/usr/bin/env php
c89810477ccf Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff changeset
     2
<?php
c89810477ccf Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff changeset
     3
c89810477ccf Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff changeset
     4
/*
c89810477ccf Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff changeset
     5
 * This file is part of the symfony package.
c89810477ccf Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff changeset
     6
 * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
c89810477ccf Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff changeset
     7
 * 
c89810477ccf Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff changeset
     8
 * For the full copyright and license information, please view the LICENSE
c89810477ccf Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff changeset
     9
 * file that was distributed with this source code.
c89810477ccf Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff changeset
    10
 */
c89810477ccf Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff changeset
    11
c89810477ccf Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff changeset
    12
chdir(dirname(__FILE__));
c89810477ccf Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff changeset
    13
require_once(dirname(__FILE__).'/config/ProjectConfiguration.class.php');
c89810477ccf Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff changeset
    14
include(sfCoreAutoload::getInstance()->getBaseDir().'/command/cli.php');