[ Index ] |
|
Code source de Symfony 1.0.0 |
1 <?php 2 3 /* 4 * This file is part of the symfony package. 5 * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> 6 * 7 * For the full copyright and license information, please view the LICENSE 8 * file that was distributed with this source code. 9 */ 10 11 require_once((sfConfig::get('sf_ez_lib_dir') ? sfConfig::get('sf_ez_lib_dir').'/' : '').'Base/src/base.php'); 12 13 /** 14 * This class makes easy to use ez components classes within symfony 15 * 16 * @package symfony 17 * @subpackage addon 18 * @author Fabien Potencier <fabien.potencier@symfony-project.com> 19 * @version SVN: $Id: sfEzComponentsBridge.class.php 1415 2006-06-11 08:33:51Z fabien $ 20 */ 21 class sfEzComponentsBridge 22 { 23 public static function autoload($class) 24 { 25 return ezcBase::autoload($class); 26 } 27 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |