Skip to content

Instantly share code, notes, and snippets.

@Asgaroth
Created July 15, 2012 21:56
Show Gist options
  • Save Asgaroth/3118850 to your computer and use it in GitHub Desktop.
Save Asgaroth/3118850 to your computer and use it in GitHub Desktop.
Yii Foundation 3 Custom Form
<?php $form=$this->beginWidget('foundation.widgets.FounActiveForm', array(
"type" => 'custom'
)); ?>
<?php $this->endWidget(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment