<div class="classwikidetails form">
	<?php echo $this->Form->create('Classwikidetail'); ?>
	<fieldset>
		<legend><?php echo __('Add Classwikidetail'); ?></legend>
			<?php
				echo $this->Form->input('classwiky_id');
				echo $this->Form->input('title');
				echo $this->Form->input('description');
			?>
	</fieldset>
	<?php echo $this->Form->end(__('Submit')); ?>
</div>

