<?php abstract class FundDAO extends PhabricatorLiskDAO { public function getApplicationName() { return 'fund'; } }