Skip to content

Instantly share code, notes, and snippets.

@mikeful
Created August 24, 2012 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeful/3449500 to your computer and use it in GitHub Desktop.
Save mikeful/3449500 to your computer and use it in GitHub Desktop.
<?php echo $this->Form->create('User', array('type' => 'get')); ?>
<?php echo $this->Form->create(null, array('type' => 'get', 'url' => '/users/add')); ?>
<?php
$options = array(
'label' => 'Update',
'div' => array(
'class' => 'glass-pill',
)
);
echo $this->Form->end($options);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment