Ejemplo n.º 1
0
                                unset($prev_lang);
                            }
                        }
                        //end middle elements of the array
                        $i++;
                    }
                    //end loop
                }
                //end more kids
            }
            // end if if (isset($no_found_verb) && !$no_found_kid)
        }
        //end outer foreach
    }
    //end if(isset($no_found_dad) && !$no_found_dad)
    $noDad_entryArr = $entryManager->getEntryListByNoDadLangDate($tgt_lang, $from_date, $end_date);
    //echo "</br>browse result ++++Entry NO Dad Array+++</br>";
    foreach ($noDad_entryArr as $i_noDad) {
        //display dad entry
        dad_house_no_dad($i_noDad);
    }
    //end foreach loop noDad
}
//defining functions for this file
function dad_house_no_dad($i_noDad)
{
    $entMan = new EntryManager();
    $userMan = new UserManager();
    $noDad_arr['id'] = $i_noDad->getEntryId();
    $noDad_arr['language'] = $i_noDad->getEntryLanguage();
    $noDad_arr['authen_status'] = "Translation";