Skip to content

Instantly share code, notes, and snippets.

@Asgaroth
Created July 15, 2012 20:07
Show Gist options
  • Save Asgaroth/3118412 to your computer and use it in GitHub Desktop.
Save Asgaroth/3118412 to your computer and use it in GitHub Desktop.
Yii Foundation 3 Form Prefix
<div class="row">
<div class="four columns">
<?php echo $form->textFieldRow($model, "field9", array('prefix' => '#')); ?>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment