[ Index ]

PHP Cross Reference of Akelos Framework

title

Body

[close]

/utils/generators/scaffold/templates/ -> view_show.tpl (source)

   1  <div id="sidebar">
   2    <h1>_{Tasks}:</h1>
   3    <ul>
   4      <li><?php  echo '<?php  echo  '?>$url_helper->link_to($text_helper->translate('Edit this <?php  echo AkInflector::humanize($singular_name)?>'), array('action' => 'edit', 'id'=>$<?php  echo $singular_name?>->getId()))?></li>
   5      <li><?php  echo '<?php  echo  '?>$url_helper->link_to($text_helper->translate('Back to overview'), array('action' => 'listing'))?></li>
   6    </ul> 
   7  </div>
   8  
   9  <div id="content">
  10    <h1>_{<?php  echo AkInflector::humanize($plural_name)?>}</h1>
  11  
  12    <div class="show">
  13      <?php  echo '<?php  '?>$content_columns = array_keys($<?php  echo $model_name?>->getContentColumns()); ?>
  14      {loop content_columns}
  15        <label><?php  echo '<?php  echo '?> $text_helper->translate($text_helper->humanize($content_column))?>:</label> <span class="static"><?php  echo '<?php  echo '?> $<?php  echo $singular_name?>->get($content_column) ?></span><br />
  16      {end}
  17    </div>
  18  </div>


Generated: Mon Oct 27 12:43:49 2008 Cross-referenced by PHPXref 0.6