Skip to content

Instantly share code, notes, and snippets.

@bshaffer
Created July 7, 2010 01:58
Show Gist options
  • Save bshaffer/466194 to your computer and use it in GitHub Desktop.
Save bshaffer/466194 to your computer and use it in GitHub Desktop.
public function getExportFilename()
{
return "<?php echo isset($this->config['export']['filename']) ? $this->config['export']['filename'] : ucfirst($this->getModuleName()).'_Export' ?>_".date("Y-m-d_Hi");
<?php unset($this->config['export']['filename']) ?>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment