Skip to content

Instantly share code, notes, and snippets.

@electricputty
Created August 16, 2012 10:58
Show Gist options
  • Save electricputty/3369274 to your computer and use it in GitHub Desktop.
Save electricputty/3369274 to your computer and use it in GitHub Desktop.
other way
$chars = $this->EE->TMPL->fetch_param('chars');
$words = $this->EE->TMPL->fetch_param('words');
$cutoff = $this->EE->TMPL->fetch_param('cutoff');
$append = $this->EE->TMPL->fetch_param('append', '');
$allow = $this->EE->TMPL->fetch_param('allow');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment