Skip to content

Instantly share code, notes, and snippets.

@hawksprite
Created January 2, 2014 06:03
Show Gist options
  • Save hawksprite/8215607 to your computer and use it in GitHub Desktop.
Save hawksprite/8215607 to your computer and use it in GitHub Desktop.
<?php
echo Forms::buildForm("new-user", "index.php?act=manager", array("First Name", "Last Name"), array("text", "text"), array("first", "last"));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment