[ Index ] |
|
Code source de Symfony 1.0.0 |
1 <?php 2 3 /** 4 * ##BATCH_NAME## batch script 5 * 6 * Here goes a brief description of the purpose of the batch script 7 * 8 * @package ##PROJECT_NAME## 9 * @subpackage batch 10 * @version $Id$ 11 */ 12 13 define('SF_ROOT_DIR', realpath(dirname(__file__).'/..')); 14 define('SF_APP', '##APP_NAME##'); 15 define('SF_ENVIRONMENT', '##ENV_NAME##'); 16 define('SF_DEBUG', ##DEBUG##); 17 18 require_once(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'apps'.DIRECTORY_SEPARATOR.SF_APP.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php'); 19 20 // initialize database manager 21 //$databaseManager = new sfDatabaseManager(); 22 //$databaseManager->initialize(); 23 24 // batch process here
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 |