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