Add Product
Form->create('Page', array('type' => 'file', 'enctype' => 'multipart/form-data', 'id' => 'form_sample_3', 'class' => 'form-horizontal')); ?>
Form->input("id"); ?>
Form->end();?>
Page Details
Form->input("Page.title", array('label' => false, 'div' => false, 'class' => "form-control")) ?>
Form->textarea("Page.desc", array('rows' => '5', 'cols' => '50','label' => false, 'div' => false, 'class' => "ckeditor form-control")) ?>