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'); } ?>
[ Empfehlungen ] [ Handlung ] [ Weitere Info ] [ Info Filmdatenbank IMDb ] |
Title | Garden state | |
Originaltitle: | Garden State | |
Regie: | Zach Braff | |
Darsteller: | Zach Braff, Natalie Portmann, Kenneth Graymez, George C. Wolfe | |
Erscheinungsjahr: | 2004 | |
Land: | USA | |
Stichwort: | Epilepsie, Kopfschmerz, Lähmung, Querschnittslähmung, Parese | |
Release: | 16.01.2004 |
Empfehlungen | ||
Epilepsie |
Handlung | ||
Andrew Langeman's querschnittgelähmte Mutter ist gestorben. Bei ihrer Beerdigung nimmt Andrew wieder Kontakt auf zur Welt, in der er aufgewachsen ist. Daraus wurde er einst durch Schuldzuweisung und Psychofarmaka vertrieben. Bei einem Arztbesuch wegen starker Kopfschmerzen lernt Andrew die hübsche Samantha (Sam) kennen, die Epilepsie hat. Sie ist wie Andrew isoliert, aber nicht so verbissen. Nach einigem Hin und Her finden die beiden jungen Leute zueinander und Andrew zu sich selbst.
|
Weitere Info | ||
Aufgenommen in die Epilepsie-Filmographie von Kerson, Toba et al.: Implacable Images: Why Epileptiform Events Continue to be Featured in Film and Television, http://www.ncbi.nlm.nih.gov/pubmed/16793571 http://www.john-libbey-eurotext.fr/en/revues/medecine/epd/e-docs/00/04/1B/94/article.md Der Film ist in guten Teilen autobiographisch. (Wikipedia) Epilepsie ohne Anfälle Narrative Funktionen der Epilepsie Andrews körperlicher und seelischer Zustand ist mehr wie alarmierend. Man könnte fast annehmen, er habe Epilepsie. Denn: Zitat aus dem Drehbuch (siehe http://www.script-o-rama.com/movie_scripts/garden-state-movie-transcript.html) : Pretending to be someone else. I've been so out of it lately, the only parts I get offered are playing handicapped people. - That is not funny. Oh, come on. You gotta see that's a joke. If you can't laugh at yourself, life's gonna seem a whole lot longer than you'd like. All right, so what are we laughing at you about? Mm. I lied again. - I have epilepsy. - Which part are we laughing about? I, um... I had a seizure at the law office where I work. And they told me their insurance wouldn't cover me unless I wore preventative covering. - What's preventative covering? - The helmet I was wearing. Oh, come on! That's funny. That's really funny. I mean, I'm the only person who wears a helmet to work... who isn't, like, putting out fires, or, like, racing for NASCAR. Well, what do you do? I mean, I can't quit. Their insurance is amazing.
|
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