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 | The promise | |
Originaltitle: | The Promise | |
Regie: | Peter Kosminsky | |
Darsteller: | Claire Foy, Christian Cooke, Itay Tiran | |
Erscheinungsjahr: | 2011 | |
Land: | UK | |
Stichwort: | Epilepsie, epileptischer Anfall, Anfälle | |
Release: | 00.00.0000 |
Handlung | ||
Erin, ein epilepsiekranker Teenager besucht mit ihrer Freundin Eliza das heutige Israel. Sie hat das Tagebuch ihres Grossvaters bei sich, der als junger britischer Soldat zwischen die kämpfenden Fronten der israelischen Irgun und den Palestinensern geriet. Er konnte dabei sein Versprechen, den Sohn palestinensischen Freunden nicht einhalten, ihn vor dem Tod zu bewahren. Erins Nachforschungen in Palestina macht ihr die Zeiten des Grossvaters verständlich und führt zu dessen symbolischen Versöhnung damit.
|
Weitere Info | ||
The Promise is a British television serial in four episodes written and directed by Peter Kosminsky, with music by Debbie Wiseman, which premiered on 6 February 2011 on Channel 4. It deals with a young woman going to Israel/Palestine in the present day, using her visit to investigate her soldier grandfather's part in the post-war phase of the British Mandate of Palestine. (Wikipedia) The character of Erin was influenced by his two teenage daughters, one of whom has epilepsy. Kosminsky felt the trait wasn't often shown on screen unless it was a major plot point, so he liked the idea of showing "an eighteen-year old girl who is trying to live a normal life, despite the fact she occasionally had epileptic fits; and how other people cope with that as well. (Wikipedia) “Is Erin any more than a symbol? She lies. She has epilepsy. She cannot drive. She is jealous……
|
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