silverstripe-frameworktest/code/Organisation.php
2015-12-18 09:20:49 +13:00

11 lines
171 B
PHP

<?php
class Organisation extends DataObject
{
// Used to test the Multiform module
private static $db = array(
'OrganisationName' => 'Text'
);
}