public static function getById($fund_id) { $fund = new Fund(); $fund->loadById($fund_id); return $fund; }