[ Index ] |
|
Code source de Symfony 1.0.0 |
1 <?php 2 // Create an empty interface. 3 // 4 // $Id: Interface.tpl,v 1.3 2004/10/31 10:16:09 micha Exp $ 5 6 echo '<' . '?' . 'php'; 7 $db = $table->getDatabase(); 8 if ($table->getPackage()) { 9 $package = $table->getPackage(); 10 } else { 11 $package = $targetPackage; 12 } 13 ?> 14 15 16 /** 17 * This is an interface that should be filled with the public api of the 18 * <?php echo $table->getPhpName()?> objects. 19 * The skeleton for this class was autogenerated by Propel <?php if ($addTimeStamp) { ?>on: 20 * 21 * [<?php echo $now ?>] 22 * <?php } ?> 23 * You should add additional methods to this class to meet the 24 * application requirements. This class will only be generated as 25 * long as it does not already exist in the output directory. 26 * @package <?php echo $package ?> 27 */ 28 class <?php echo $table->getInterface() ?> 29 { 30 }
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 |