[ Index ]
 

Code source de Symfony 1.0.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/vendor/propel-generator/templates/om/php4/ -> ExtensionNode.tpl (source)

   1  <?php
   2  
   3  // Create empty stub node class which extends the BaseNode class created in Node.tpl.
   4  //
   5  // $Id: ExtensionNode.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() . 'Node') ?>';
  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() ?>Node extends <?php echo $basePrefix . $table->getPhpName() . 'Node' ?> {
  34  
  35  }


Généré le : Fri Mar 16 22:42:14 2007 par Balluche grâce à PHPXref 0.7