<div class="wikidetails form">
	<?php echo $this->Form->create('Wikidetail'); ?>
	<fieldset>
		<legend><?php echo __('Add Wikidetail'); ?></legend> 
				<?php
				echo $this->Form->input('wiky_id');
				echo $this->Form->input('title');
				echo $this->Form->input('content');
			?>
	</fieldset>
	<button type="submit" class="btn btn-mini">Submit</button>
	<?php echo $this->Form->end(); ?>
</div>

