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 | Tera Mera Saath Rahen | |
Originaltitle: | Tera Mera Saath Rahen | |
Regie: | Mahesh Manjrekar | |
Darsteller: | Ajay Devgan,Sonali Bendre, Namrata Shirodkar, Prem Chopra, Hemu Adhikari | |
Erscheinungsjahr: | 2001 | |
Land: | Indien | |
Stichwort: | Zerebralparese | |
Release: | 07.11.2001 |
Handlung | ||
Raj Dixit lives only for his brother Rahul. Rahul is a 14-year-old boy who has a type of cerebral palsy which affects him physically and mentally, making him completely dependent on his brother. The situation gets more complicated, if that is possible, when Raj falls in love with Madhuri, who will only marry him if he enters his brother into a disability center.
|
Weitere Info | ||
Aufgenomme in die Filmliste Merino Marco, Maria Lucila: Cerebral palsy in cinema, J Med Mov 1, 2005, 66-76; Mit Zerebralparese (cerebral palsy) wird eine Gruppe chronischer Störungen der Haltungs-, Bewegungs- und Gleichgewichtsfunktionen des Körpers bezeichnet, die auf eine frühkindliche Hirnschädigung zurückgeht. Raj Dixit lives with his younger brother, Rahul, who is disabled, both mentally and physically, from birth. Raj is also employed full-time, and after work, has the responsiblity of looking after Rahul, which leaves him no time for himself. His beautiful neighbor, Suman Gupta, is attracted to him, but Raj regards her as a friend only. When Mr. Khanna introduces him to his niece, Madhuri, both instantly falls in love. She meets with Rahul, and gets friendly with him. The only problem is that Madhuri will only marry Raj, if Rahul is institutionalized. Raj choses to get his Rahul admitted in a facility, much to delight of Madhuri, and together they start to plan their marriage, not realizing that things are going to take a turn for the worse.
|
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