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 ] [ Stichwort ] [ Info Filmdatenbank IMDb ] |
Titel | Kong que | |
Originaltitel: | Kong que | |
Genre: | Drama | |
Directed: | Changwei Gu | |
Besetzung: | Jing An, Li Feng, Changwei Gu | |
Kommentar: | In Schwaber Kerson, Toba: ""Epilepsy and Media"" (Manuskript) im Zusammenhang mit epileptischen Anfällen genannt. Kong Que (Der Pfau) from Toba Kerson's notes: Fatty has a seizure in the bath house where his brother has taken him. Someone gives him a trick cigarette, and just after he falls unconscious and frothing at the mouth. | |
Jahr: | 2005 | |
Veröffentlicht: | 00.00.0000 | |
Land: | China |
Handlung | ||
Geschichten aus dem Alltag einer Arbeiterfamilie in einer chinesischen Kleinstadt zwischen 1977 und 1984. Weihong strandet in einer unglücklichen Ehe. Weihongs älterer Bruder Fatty ist am ""Gehirnfieber"" erkrankt und nun geistig behindert. Die Mutter findet für ihn eine behinderte Ehefrau. Der jüngere Bruder zieht aus Ärger über seine Familie in eine benachbarte Kleinstadt. Er kommt ohne einen Finger an der rechten Hand und mit einer einige Jahre älteren Frau zurück.
|
Stichwort | ||
Epilepsiespielfilm, Expertenzuordnung, Mit Anfall, krampfartiger Anfallsverlauf, Episode |
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