Skip to content

Instantly share code, notes, and snippets.

@hailwood
Created January 20, 2015 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hailwood/80644b4f56e7bca1cced to your computer and use it in GitHub Desktop.
Save hailwood/80644b4f56e7bca1cced to your computer and use it in GitHub Desktop.
<?php
//...
private static $field_labels = array(
'Name' => 'Company',
'ApprovedNice' => 'Approved',
'ContactNameNice' => 'Contact',
);
private static $summary_fields = array(
'Name',
'ContactNameNice',
'City',
'ApprovedNice'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment