function propTypeDateAddedSql($prop, $role) { if($role=="sql") { $sql = array(); $sql['select'] = "DATE_FORMAT(movies.DateAdded, '$GLOBALS[strDefaultDateFormat]') AS `$prop[Name]`"; return($sql); } else if($role=="order") { return("movies.DateAdded"); } } function propTypeClicksSql($prop, $role) { if($role=="sql") { $sql = array(); $sql['select'] = "movies.DownloadCount AS `$prop[Name]`"; return($sql); } else if($role=="order") { return("`$prop[Name]`"); } } function propTypeUserAddedSql($prop, $role) { global $CFG; if($role=="sql") { $sql = array(); $sql['select'] = "users.name AS `$prop[Name]`"; $sql['left join']["$CFG[Prefix]users AS users"] = "users.ID=movies.UserAddedID"; return($sql); } else if($role=="order") { return("`$prop[Name]`"); } } function propTypeCommentsSql($prop, $role) { global $CFG; if($role=="sql") { $sql['select'] = "COUNT(comment.ID) AS `$prop[Name]`"; $sql['left join']["$CFG[Prefix]comment AS comment"] = "comment.MovieID=movies.MovieID"; $sql['group'][] = "movies.MovieID"; return($sql); } else if($role=="order") { return("`$prop[Name]`"); } } if(file_exists('localproptypes.php')) { include('localproptypes.php'); } ?>
[ Handlung ] [ Weitere Info ] [ Info Filmdatenbank IMDb ] |
Title | Daughters Promises | |
Originaltitle: | Maalaala mo kaya, Toga (III) | |
Regie: | Frasco Mortiz | |
Darsteller: | Charo Santos-Concio, Eva Darren, Cris Villanueva | |
Erscheinungsjahr: | 2016 | |
Land: | Philippinen | |
Stichwort: | Epilepsie | |
Release: | 00.00.0000 |
Handlung | ||
Analyn (10) and ihr Bruder Allan (16) verbringen eine versorgte und umsorgte Jugend dank ihres Vaters, des Geschäftsmannes Sulpicio (45) und ihrer Mutter Luzminda, die an Epilepsie leidet. Sulpicio stirbt an einem Leberleiden. Im Rückblick (mit 20 Jahren) Analy erkennt wie sehr Luzminda unter Depressionen und der sich verschlechternden Epilepsie leidet. Sie übernimmt die Rolle des Vaters. Sie reift an ihren Aufgaben und wird Lehrerin.
|
Weitere Info | ||
Hinweis: https://neurologicaldisordersinthemovies.wordpress.com/epilepsy/ TV Serie (seit 1991) Maalaala mo kaya (MMK 25 / Remember me) The longest-running drama anthology in Asia 25 Jahr 2016 (1065 Episoden) Former "It's Showtime" host Coleen Garcia earned praise from Filipino viewers for her solid portrayal of a mentally challenged teenager on "Maalaala Mo Kaya." siehe dort auch Szene mit einem Schreianfall.
|
Filminfo aus der IMDb Datenbank |
[ Info Filmdatenbank IMDb ] [ Trailer ] |
/**********************************************************************************************
YOU ARE NOT ALLOWED TO REMOVE THIS COPYRIGHT-Note!!!!!!
You didn't pay anything for this script, so you could at least
leave this Copyright-Notice here, it is only one short line at the bottom... thx :D
***********************************************************************************************/
?>
Copyright © 1998-2006 by Nikotto
modified by xiah