×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Zharfan Mazli
Added: Oct 19, 2015 1:03 AM
Views: 2015
  1. <?php
  2.             echo $this->Form->create('CompanySetting', array(
  3.                 'inputDefaults' => array(
  4.                     'div' => 'form-group',
  5.                     'label' => array(
  6.                         'class' => 'col col-md-3 control-label'
  7.                     ),
  8.                     'wrapInput' => 'col col-md-9',
  9.                     'class' => 'form-control'
  10.                 ),
  11.                 'class' => 'form-horizontal'
  12.             ));
  13.             ?>