[insert_php]
$bpm = new BirthdayPartyManager();
$arr = $bpm->getPartyArr();
$partyCount = count($arr);
//echo “Party count = ” . $partyCount . “
“;
[/insert_php]
[insert_php]
$bpm = new BirthdayPartyManager();
$arr = $bpm->getPartyArr();
$partyCount = count($arr);
//echo “Party count = ” . $partyCount . “
“;
[/insert_php]