1 <?php
2 3 4 5 6 7 8 9 10
11
12 class Epitaph extends DataObject {
13 static $db = array(
14 'Text' => 'Varchar(255)',
15 'Sort' => 'Int',
16 );
17
18 static $summary_fields = array("Text");
19
20 static $default_sort = "Sort";
21 }
22
23
[Raise a SilverStripe Framework issue/bug](https://github.com/silverstripe/silverstripe-framework/issues/new)
- [Raise a SilverStripe CMS issue/bug](https://github.com/silverstripe/silverstripe-cms/issues/new)
- Please use the
Silverstripe Forums to ask development related questions.
-