Skip to content

Instantly share code, notes, and snippets.

@Asgaroth
Created July 15, 2012 00:01
Show Gist options
  • Save Asgaroth/3113937 to your computer and use it in GitHub Desktop.
Save Asgaroth/3113937 to your computer and use it in GitHub Desktop.
Yii Foundation 3 Form Fieldset
<fieldset>
<legend>Fieldset Name</legend>
<?php echo $form->textFieldRow($model, "field6", array('placeholder' => 'Standard Input')); ?>
<?php echo $form->textFieldRow($model, "field7"); ?>
<?php echo $form->textField($model, "field8", array('class' => 'six')); ?>
</fieldset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment