[ Index ] |
|
Code source de Symfony 1.0.0 |
1 <?php 2 3 // Create an empty interface. 4 // 5 // $Id: Interface.tpl,v 1.2 2004/10/06 16:54:47 hlellelid Exp $ 6 7 echo '<' . '?' . 'php'; 8 $db = $table->getDatabase(); 9 if($table->getPackage()) { 10 $package = $table->getPackage(); 11 } else { 12 $package = $targetPackage; 13 } 14 15 $interface = ClassTools::getInterface($table); 16 17 ?> 18 19 20 /** 21 * This is an interface that should be filled with the public api of the 22 * <?php echo $table->getPhpName()?> objects. 23 * The skeleton for this class was autogenerated by Propel <?php if ($addTimeStamp) { ?>on: 24 * 25 * [<?php echo $now ?>] 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 interface <?php echo ClassTools::classname($interface) ?> { 32 33 }
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 |