Definition at line 10 of file article_list.php.
Public Member Functions | |
init () | |
render () | |
buildWhere () | |
deleteEntry () | |
Protected Member Functions | |
_changeselect ($sSql) | |
_prepareWhereQuery ($aWhere, $sqlFull) | |
Protected Attributes | |
$_sListClass = 'oxarticle' | |
$_sListType = 'oxarticlelist' |
Article_List.init | ( | ) |
Sets SQL query parameters, executes parent method parent.Init().
Reimplemented from oxAdminList.
Definition at line 32 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.
Definition at line 51 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 124 of file article_list.php.
Article_List.buildWhere | ( | ) |
Builds and returns array of SQL WHERE conditions.
Reimplemented from oxAdminList.
Definition at line 144 of file article_list.php.
Article_List._prepareWhereQuery | ( | $ | aWhere, | |
$ | sqlFull | |||
) | [protected] |
Adding empty parent check
array | $aWhere SQL condition array | |
string | $sqlFull SQL query string |
Reimplemented from oxAdminList.
Definition at line 167 of file article_list.php.
Article_List.deleteEntry | ( | ) |
Deletes entry from the database
Reimplemented from oxAdminList.
Definition at line 181 of file article_list.php.
Article_List.$_sListClass = 'oxarticle' [protected] |
Article_List.$_sListType = 'oxarticlelist' [protected] |