[ Index ] |
|
Code source de Symfony 1.0.0 |
1 <?php 2 // Create empty stub object class which extends the Base class created in Object.tpl. 3 // 4 // $Id: ExtensionObject.tpl,v 1.2 2004/10/30 17:53:47 micha Exp $ 5 6 echo '<' . '?' . 'php'; 7 8 $db = $table->getDatabase(); 9 if ($db->getPackage()) { 10 $package = $db->getPackage(); 11 } else { 12 $package = $targetPackage; 13 } 14 15 ?> 16 17 require_once 'propel/om/Persistent.php'; 18 require_once '<?php echo ClassTools::getFilePath($pkbase, $basePrefix . $table->getPhpName()) ?>'; 19 20 /** 21 * The skeleton for this class was autogenerated by Propel <?php if ($addTimeStamp) { ?> on: 22 * 23 * [<?php echo $now ?>] 24 * 25 <?php } ?> 26 * You should add additional methods to this class to meet the 27 * application requirements. This class will only be generated as 28 * long as it does not already exist in the output directory. 29 * 30 * @package <?php echo $package ?> 31 */ 32 class <?php echo $table->getPhpName() ?> extends <?php echo $basePrefix . $table->getPhpName() 33 ?> 34 { 35 36 }
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 |