Go to the source code of this file.
Classes | |
| class | SummaryController |
Enumerations | |
| enum | SUMMARY_DEFAULT_BLOGS_PER_PAGE |
Variables | |
| $config = & Config::getConfig() | |
| $_actionMap ["Default"] = "SummaryDefaultAction" | |
| $_actionMap ["BlogList"] = "BlogListAction" | |
| $_actionMap ["UserList"] = "UserListAction" | |
| $_actionMap ["UserProfile"] = "UserProfileAction" | |
| $_actionMap ["BlogProfile"] = "BlogProfileAction" | |
Script that shows a summary page with the 'n' most recent additions of all blogs in one page. Therefore, it is called a "Summary" :)
Definition at line 19 of file summary.php.
| $_actionMap["BlogProfile"] = "BlogProfileAction" |
Definition at line 51 of file summary.php.
| $_actionMap["UserProfile"] = "UserProfileAction" |
Definition at line 50 of file summary.php.
| $_actionMap["UserList"] = "UserListAction" |
Definition at line 49 of file summary.php.
| $_actionMap["BlogList"] = "BlogListAction" |
Definition at line 48 of file summary.php.
| $_actionMap["Default"] = "SummaryDefaultAction" |
| $config = & Config::getConfig() |
Definition at line 23 of file summary.php.