Public Member Functions | |
init () | |
Protected Attributes | |
$_sThisTemplate = 'news_list.tpl' | |
$_sListClass = 'oxnews' | |
$_sListType = 'oxnewslist' | |
$_sDefSort = "oxdate" |
Admin news list manager. Performs collection and managing (such as filtering or deleting) function. Admin Menu: Customer News -> News.
Definition at line 8 of file news_list.php.
News_List.init | ( | ) |
Sets SQL query parameters (such as sorting), executes parent method parent.Init().
Reimplemented from oxAdminList.
Definition at line 43 of file news_list.php.
News_List.$_sDefSort = "oxdate" [protected] |
Reimplemented from oxAdminList.
Definition at line 35 of file news_list.php.
News_List.$_sListClass = 'oxnews' [protected] |
Reimplemented from oxAdminList.
Definition at line 21 of file news_list.php.
News_List.$_sListType = 'oxnewslist' [protected] |
Reimplemented from oxAdminList.
Definition at line 28 of file news_list.php.
News_List.$_sThisTemplate = 'news_list.tpl' [protected] |
Reimplemented from oxAdminView.
Definition at line 14 of file news_list.php.