PHP Classes

File: View/Cities/admin_add.ctp

Recommend this page to a friend!
  Classes of Andraž   pingvincek   View/Cities/admin_add.ctp   Download  
File: View/Cities/admin_add.ctp
Role: Example script
Content type: text/plain
Description: Example script
Class: pingvincek
Manage a site for organizing dates between people
Author: By
Last change:
Date: 6 years ago
Size: 366 bytes
 

Contents

Class file image Download
<div class="cities form">
<?php echo $this->Form->create('City');?>
<fieldset>
         <legend><?php echo __('Add City');?></legend>
    <?php
       
echo $this->Form->input('name');
   
?>
</fieldset>
<?php echo $this->Form->end('Submit');?>
</div>
<div class="actions">
    <ul>
        <li><?php echo $this->Html->link(__('List Cities'), array('action'=>'index'));?></li>
    </ul>
</div>