Skip to content

Instantly share code, notes, and snippets.

@Asgaroth
Created July 5, 2012 03:13
Show Gist options
  • Save Asgaroth/3050940 to your computer and use it in GitHub Desktop.
Save Asgaroth/3050940 to your computer and use it in GitHub Desktop.
Yii Foundation 3 Form
<?php
/**
* @var FounActiveForm
*/
$form=$this->beginWidget('foundation.widgets.FounActiveForm', array(
'id'=>'form',
)); ?>
//form Fields
<?php $this->endWidget(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment