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 ] |
Title | Diario di una schizophrenica | |
Originaltitle: | Diario di una schizophrenica | |
Regie: | Nelo Risi | |
Darsteller: | Marija Tocinowski, Margarita Lozano, Ghislaine D'Orsay, Manlio Busoni | |
Erscheinungsjahr: | 1968 | |
Land: | Italien | |
Stichwort: | Schizophrenie, Psychotherapie | |
Release: | 00.00.0000 |
Handlung | ||
Ein Psychotherapeut aus Genf behandelt eine Patientin, die an einer schweren Form von Schizophrenie leidet. Daraus entsteht eine tiefe menschliche Beziehung.
|
Weitere Info | ||
nach einer dokumentarischen Erzählung von Margurite Séchéaye (Neuauflage 2006) Diario di una schizofrenica è uno di quei libri che toccano nel profondo facendo vibrare ogni corda delle emozioni che ne vengono a contatto. E’ una storia vera raccontata dalla stessa protagonista, Renèe, che ne ripercorre tutto il travaglio di una malattia, ancora incomprensibile (per alcuni aspetti) a tutti quelli che ne vengono a contatto che siano pazienti o medici. Risulta assai difficile avvicinarsi a quelle forme patologiche di confine, si avverte una sorta di barriera che si eleva fra l’ammalato e l’analista, una chiusura, e un’assoluta incapacità per l’ammalato di comunicare effettivamente.
|
/**********************************************************************************************
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