<div class="wallcommentlikes form">
	<?php echo $this->Form->create('Wallcommentlike'); ?>
	<fieldset>
		<legend><?php echo __('Add Wallcommentlike'); ?></legend>
				<?php
		echo $this->Form->input('wallcomment_id');
		echo $this->Form->input('user_id');
		echo $this->Form->input('status');
	?>
	</fieldset>
	<?php echo $this->Form->end(__('Submit')); ?>
</div>

