| [ Index ] |
PHP Cross Reference of Akelos Framework |
[Summary view] [Print] [Text view]
1 <div id="sidebar"> 2 <h1>_{Tasks}:</h1> 3 <ul> 4 <li><?php echo '<?php echo '?>$url_helper->link_to($text_helper->translate('Back to overview'), array('action' => 'listing'))?></li> 5 <li><?php echo '<?php echo '?>$url_helper->link_to($text_helper->translate('Show this <?php echo AkInflector::humanize($singular_name)?>'), array('action' => 'show', 'id'=>$<?php echo $singular_name?>->getId()))?></li> 6 </ul> 7 </div> 8 9 10 <div id="content"> 11 <h1>_{<?php echo AkInflector::humanize($plural_name)?>}</h1> 12 13 <p>_{Are you sure you want to delete this <?php echo AkInflector::humanize($singular_name)?>?}</p> 14 <?php echo '<?php echo '?> $form_tag_helper->start_form_tag(array('action' => 'destroy', 'id' => $<?php echo $singular_name ?>->getId())) ?> 15 <?php echo '<?php echo '.$helper_var_name?>->confirm_delete() ?> 16 <?php echo '<?php echo '?> $form_tag_helper->end_form_tag() ?> 17 </div>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Oct 27 12:43:49 2008 | Cross-referenced by PHPXref 0.6 |