[ Index ]
 

Code source de Symfony 1.0.0

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

title

Body

[fermer]

/data/generator/sfPropelCrud/default/template/templates/ -> showSuccess.php (source)

   1  <table>
   2  <tbody>
   3  <?php foreach ($this->getTableMap()->getColumns() as $column): ?>
   4  <tr>
   5  <th><?php echo sfInflector::humanize(sfInflector::underscore($column->getPhpName())) ?>: </th>
   6  <td>[?= $<?php echo $this->getSingularName() ?>->get<?php echo $column->getPhpName() ?>() ?]</td>
   7  </tr>
   8  <?php endforeach; ?>
   9  </tbody>
  10  </table>
  11  <hr />
  12  [?php echo link_to('edit', '<?php echo $this->getModuleName() ?>/edit?<?php echo $this->getPrimaryKeyUrlParams() ?>) ?]
  13  &nbsp;[?php echo link_to('list', '<?php echo $this->getModuleName() ?>/list') ?]


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