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 | Angela's ashes | |
Originaltitle: | Angela's Ashes | |
Regie: | Alan Parker | |
Darsteller: | Emily Watson, Robert Carlyle, Joe Breen | |
Erscheinungsjahr: | 1999 | |
Land: | USA | |
Stichwort: | Epilepsie, Anfälle, epileptischer Anfall | |
Release: | 25.12.1999 |
Handlung | ||
Die auch in der Emigration völlig verarmte Familie McCourt kehrt 1935 aus den USA wider jede Vernunft nach Irland zurück, weil Angela's Mutter ihr das Geld für die Überfahrt geschickt hat. Mutter Angelas katholische Familie nimmt sie widerwillig auf. Der alkoholisierte Vater bleibt arbeitslos. Die Söhne Oliver und Eugene sterben an Unterernährung. Angela aber lässt sich nicht beirren. Mikey Molloy, Franks älterer Freund spielt vor der Kinokasse einen Grand mal-Anfall, um Frank den kostenlosen Eintritt zu ermöglichen.
|
Weitere Info | ||
Nach dem autobiographischen Roman von Frank McCourt "Angela's ashes" (1996) "Mikey Malloy is a cross-eyed boy older than Frank who lives nearby and tells him dirty things, saying that due to his fits he never became a Catholic and thus it doesn’t matter." http://www.novelguide.com/angelas-ashes/character-profiles In Schwaber Kerson, Toba: ""Epilepsy and Media"" (Manuskript) im Zusammenhang mit epileptischen Anfällen genannt. ""A little boy who is known in the town to have epilepsy pretends to have a seizure in the front of the movie house, thus causing those selling and taking tickets to rush out and his friend to slip in free to see the film." Schwaber Kerson, Toba: ""Epilepsy and Media"" (Manuskript, S. 30) from Toba Kerson's Notes: A feigned seizure. Ch. 11 after the scenes about his first holy communion. Begin with - “There wasn’t any time for the collection so Mikey Molloy pretended to have one of his fits so that I could slip in while no one was looking.” (how Frankie got to go see the James Cagney film)
|
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