Skip to content

Instantly share code, notes, and snippets.

@clouddueling
Created February 17, 2013 16:29
Show Gist options
  • Save clouddueling/4972097 to your computer and use it in GitHub Desktop.
Save clouddueling/4972097 to your computer and use it in GitHub Desktop.
Shorten Form:: to f:: so you type less over time.
// include this file at bottom of start.php
// if (strlen('Form') * $numberOfFormElements > strlen('f') * $numberOfFormElements)
// return "3x's less keys pushed over time."
class f extends Form {}
{{ f::text('tags') }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment