Skip to content

Instantly share code, notes, and snippets.

@tbsmcd
Created September 23, 2012 16:31
Show Gist options
  • Save tbsmcd/3772226 to your computer and use it in GitHub Desktop.
Save tbsmcd/3772226 to your computer and use it in GitHub Desktop.
<?php
echo $this->Form->create('Message');
echo $this->Form->input('body');
echo $this->Form->input('name');
echo $this->Form->end('send');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment