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 | Riding the bus with my sister | |
Originaltitle: | Riding the Bus with My Sister | |
Regie: | Anjelica Huston | |
Darsteller: | Rosie O'Donnell, Andie MacDowell, Richard T. Jones | |
Erscheinungsjahr: | 2005 | |
Land: | USA | |
Stichwort: | Epilepsie, geistiges Kind | |
Release: | 01.05.2005 |
Handlung | ||
Die Professorin und Schriftstellerin Rachel Simon begleitet ihre geistig behinderte, epilepsiekranke Schwester Beth bei ihren täglichen Busfahrten durch Pensilvania City. Beth lebt allein und hat einen Fraund, Jesse. Sie wird von den beiden Sozialarbeiterinnen Vera and Olivia betreut.
|
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" nach Rachel Simon "Riding The Bus With My Sister" eine autobiographische Erzählung (2002) Ausschnitte: http://www.youtube.com/watch?v=A3hPv11BXFQ from Toba Kerson's notes: About Rachel Simon’s travelling around on public buses with her sister who is developmentally disabled and has epilepsy. Her sister has built a community and a social network through her “transit connections.”
|
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