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 | Fenster zum Hof, Das | |
Originaltitle: | Rear Window | |
Regie: | Jeff Bleckner | |
Darsteller: | Christopher Reeve, Daryl Hannah, Robert Forster | |
Erscheinungsjahr: | 1998 | |
Land: | USA | |
Stichwort: | Anfälle, Querschnittslähmung, Parese, Hirnoperation, Rollstuhl, Tetraparese | |
Release: | 22.11.1998 |
Handlung | ||
Architekt Jason Kemp ist nach einem Autounfall völlig gelähmt und ganz auf Hilfe angewiesen. Eine junge Kollegin hilft ihm bei der Arbeit. Nachts schlaflos beobachtet Kemp einen Mord im Nachbarhaus.
|
Weitere Info | ||
Remake des Hitchcock-Films "Rear window" von und mit Christopher Reeve. Weite Strecken trägt der Film autobiographische Züge. Reeve führt praktisch vor, wie er selbst seinen arbeitsamen Alltag gestaltet. Vieles daraus ist in seiner Autobiographie "Still me" (1998) beschrieben. U.a. Auch eine seltsame Anfallsform, die Reeve "routine spasm" nennt und folgendermaßen beschreibt: "In an able-bodied person the brain directs an appropriate reaction to any kind of stimulation. If a fly lands on your leg, the brain processes the information and tells it not to react with wild uncontrollable movement. Because this connection to the brain is missing in a person with a spinal cord injury, threre is nothing to stop the body from overreacting. Spasm can also be caused by fatigue, infection, or tension in the body" (S. 111) Dieser Anfall wird im Film kurz während der Szene in einer Reha-Klinik gezeigt. Jasons Arm beginnt unbegründet zu zucken. Im Film wird darauf nicht näher eingegangen. Die Szene macht nur die extreme Fragilität des Architekten deutlich. Das Phänomen von "routine spasm" taucht hingegen in "The bone collector" (siehe hier) als zentrales und bedeutungsvolles Element auf. Ein sich wiederholender dramatischer Anfall macht verständlich, dass der Protagonisten seinem Leben ein Ende setzen will. Die Ausgestaltung des Anfalls rückt ihn in die Nähe eines epileptischen Ereignisses, was auch wohl vom Filmautor beabsichtigt ist. Außer den äußeren Zeichen erlaubt der Film aber diese Einordnung nicht. Von Epilepsie ist nicht die Rede. Medizinisch ist er bei einem Menschen, der in dieser Art querschnittsgelähmt ist, auch wohl ausgeschlossen.
|
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