require_once('BLL/FundBLL.php'); require_once('BLL/Fund_DatabaseBLL.php'); require_once('BLL/FundAuditorBLL.php'); require_once('BLL/FundAdvisorBLL.php'); require_once('BLL/InvestmentDetailsBLL.php'); require_once('BLL/SubscriptionFeeBLL.php'); require_once('BLL/TransferAgentBLL.php'); require_once('BLL/CustodianBLL.php'); require_once('BLL/RedemptionDetailsBLL.php'); require_once('BLL/RedemptionFeesBLL.php'); $objFund=new FundClass($db); $objISIN=new IsinClass($db); $objCurrency=new CurrencyClass($db); $objFundAdvisor=new FundAdvisorClass($db); $objFundAuditorClass=new FundAuditorClass($db); $arrayFundAuditorClass=$objFundAuditorClass->GetFundAuditorUsingArray(); $arrayFundAdvisor=$objFundAdvisor->GetFundAdvisorUsingArray(); $arrayCurrency=$objCurrency->GetCurrencyUsingArray(); $arrayTransferAgent1=new TransferAgentClass($db); $arrayTransferAgent=$arrayTransferAgent1->GetTransferAgentUsingArray(); $objCustodian=new CustodianClass($db); $arrayCustodian=$objCustodian->GetCustodianUsingArray(); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de-ch" lang="de-ch"> <head> <title>Vurman - Spectrum Funds</title> <meta name="keywords" content="Fund Services, Fund Settlement, Hedge Funds, Offshore Funds, Subscription, Redemption"> <meta name="JOB_DESCRIPTION" content="Fund Services, Fund Settlement, Hedge Funds, Offshore Funds, Subscription, Redemption"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<?php if(isset($_POST['id']) && $_POST['id']!="") { require_once('../core/connect.php'); require_once('../core/CoreClass.php'); require_once('../BLL/FundAuditorBLL.php'); $id=$_POST['id']; $objFundAuditor1=new FundAuditorClass($db); //echo $cpid; $objFundAuditor1->id=$id; $objFundAAuditor=$objFundAuditor1->SearchFundAuditor(); if(sizeof($objFundAAuditor)>0) { echo $objFundAAuditor[0]['fund_auditor']."|".$objFundAAuditor[0]['postal_address_fau']."|".$objFundAAuditor[0]['postal_address_fau_I']."|".$objFundAAuditor[0]['phone_number_fau']."|". $objFundAAuditor[0]['email_address_fau']."|".$objFundAAuditor[0]['fax_number_fau']."|".$objFundAAuditor[0]['additional_information_fau']."|".$objFundAAuditor[0]['zip_city_fau']; } else { echo "Not Found"; } } ?>
if(sizeof($fundArr)>0) { $transferObj=new TransferAgentClass($db); $transferObj->transfer_agent=$fundArr[0]["transfer_agent_id"]; $transferArr=$transferObj->SearchTransferAgent(); $custObj=new CustodianClass($db); $custObj->custodian=$fundArr[0]["custodian_id"]; $custArr=$custObj->SearchCustodian(); $fundAdvObj=new FundAdvisorClass($db); $fundAdvObj->fund_advisor=$fundArr[0]["fund_advisor_id"]; $fundAdvArr=$fundAdvObj->SearchFundAdvisor(); $fundAudObj=new FundAuditorClass($db); $fundAudObj->fund_auditor=$fundArr[0]["fund_auditor_id"]; $fundAudArr=$fundAudObj->SearchFundAuditor(); } } } } ?> <div id="content"> <form name="search_form" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>"> <div id="error1" style="width:600px; <?php if(isset($msg) && $msg==""){echo "display:none;";} else {echo "display:all;";} ?> clear:both; margin-bottom:5px;" align="center"> <div id="error2" class="error" style="text-transform:uppercase; margin-top:5px;"><?php if(isset($msg) && $msg!=""){ echo $msg; }?></div>