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 | Piedras | |
Originaltitle: | Piedras | |
Regie: | Ramón Salazar | |
Darsteller: | Antonia San Juan, Najwa Nimri, Vicky Peña, Mónica Cervera, Ángela Molina | |
Erscheinungsjahr: | 2002 | |
Land: | Spanien | |
Stichwort: | Zerebralparese | |
Release: | 08.02.2002 |
Handlung | ||
Anita, the daughter of Adela, the madam of a brothel. Anita has cerebral palsy with a mental disability. She spends her time at home drawing with paints, only leaving to walk the dog and watch airplanes. The five protagonists of my film are women who have not been able to organize the large "stones" (piedras) in their lives. |
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.
|
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