

Public Member Functions | |
| render () | |
| buildWhere () | |
| deleteEntry () | |
Protected Member Functions | |
| _changeselect ($sSql) | |
| _prepareWhereQuery ($aWhere, $sQ) | |
Protected Attributes | |
| $_sListClass = 'oxarticle' | |
| $_sListType = 'oxarticlelist' | |
Admin article list manager. Collects base article information (according to filtering rules), performs sorting, deletion of articles, etc. Admin Menu: Manage Products -> Articles.
Definition at line 9 of file article_list.php.
| Article_List._changeselect | ( | $ | sSql | ) | [protected] |
Sets articles sorting by category.
| string | $sSql sql string |
Reimplemented from oxAdminList.
Definition at line 133 of file article_list.php.
| Article_List._prepareWhereQuery | ( | $ | aWhere, | |
| $ | sQ | |||
| ) | [protected] |
Adding empty parent check
| array | $aWhere SQL condition array | |
| string | $sQ SQL query string |
Reimplemented from oxAdminList.
Reimplemented in List_Review.
Definition at line 188 of file article_list.php.
| Article_List.buildWhere | ( | ) |
Builds and returns array of SQL WHERE conditions.
Reimplemented from oxAdminList.
Definition at line 165 of file article_list.php.
| Article_List.deleteEntry | ( | ) |
Deletes entry from the database
Reimplemented from oxAdminList.
Definition at line 200 of file article_list.php.
| Article_List.render | ( | ) |
Collects articles base data and passes them according to filtering rules, returns name of template file "article_list.tpl".
Reimplemented from oxAdminList.
Reimplemented in List_Review.
Definition at line 31 of file article_list.php.
Article_List.$_sListClass = 'oxarticle' [protected] |
Reimplemented from oxAdminList.
Reimplemented in List_Review.
Definition at line 16 of file article_list.php.
Article_List.$_sListType = 'oxarticlelist' [protected] |
Reimplemented from oxAdminList.
Reimplemented in List_Review.
Definition at line 23 of file article_list.php.
1.6.2