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