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 | Maalaala mo kaya. Illog | |
Originaltitle: | Maalaala mo kaya, Ilog | |
Regie: | Cathy Garcia-Molina | |
Darsteller: | Rayver Cruz, Ahron Villena, Enchong Dee | |
Erscheinungsjahr: | 2007 | |
Land: | Philippinen | |
Stichwort: | Epilepsie | |
Release: | 00.00.0000 |
Handlung | ||
Die Familie der epilepsiekranken Eden kann kaum das Nötigste für ihren Lebensunterhalten beschaffen. Edens Eltern und Brüder kümmern sich reihum um sie. Ein tragischer Vorfall bringt den Brüdern zu Bewusstsein, wie stark sie aufeinander angewiesen sind.
|
Weitere Info | ||
Maalaala Mo Kaya (lit. Would you remember?; abbreviated as MMK) is a Philippine drama anthology series broadcast on ABS-CBN every Saturday evenings after "The Voice Kids" and before "Pinoy Big Brother" and is hosted by Charo Santos-Concio. It has become the longest-running drama anthology in Philippine television and in the world,[1] reaching its 25th year in 2016. The program features weekly real-life stories or anecdotes of common people or even famous celebrities and personalities through letter sending. The series has a counterpart radio program being broadcast on DZMM called "Maalaala Mo Kaya sa DZMM", a paperback ("pocketbooks") adaptation and a comic book adaptation under Mango Comics & Sterling.[2] The program is named after the eponymous song, "Maalaala Mo Kaya" by Constancio de Guzman. The song also serves as the program's opening theme, which was performed by Dulce. Beginning in the early 2000s airings, the opening has been covered by Carol Banawa, replacing Dulce's version. Wikipedia Episode: 6 Jul. 2007
|
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