Public Member Functions | |
removeCatOrderArticle () | |
addCatOrderArticle () | |
saveNewOrder () | |
remNewOrder () | |
Protected Member Functions | |
_getQuery () | |
_getSorting () | |
Protected Attributes | |
$_aColumns |
Class manages category articles order
Definition at line 6 of file category_order_ajax.php.
category_order_ajax._getQuery | ( | ) | [protected] |
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 39 of file category_order_ajax.php.
category_order_ajax._getSorting | ( | ) | [protected] |
Returns SQL query addon for sorting
Reimplemented from ajaxListComponent.
Definition at line 70 of file category_order_ajax.php.
category_order_ajax.addCatOrderArticle | ( | ) |
Adds article to list for sorting in category
Definition at line 126 of file category_order_ajax.php.
category_order_ajax.remNewOrder | ( | ) |
Removes category articles ordering set by saveneworder() method.
Definition at line 198 of file category_order_ajax.php.
category_order_ajax.removeCatOrderArticle | ( | ) |
Removes article from list for sorting in category
Definition at line 94 of file category_order_ajax.php.
category_order_ajax.saveNewOrder | ( | ) |
Saves category articles ordering.
Definition at line 163 of file category_order_ajax.php.
category_order_ajax.$_aColumns [protected] |
array( 'container1' => array( array( 'oxartnum', 'oxarticles', 1, 0, 0 ), array( 'oxtitle', 'oxarticles', 1, 1, 0 ), array( 'oxpos', 'oxobject2category', 1, 0, 0 ), array( 'oxean', 'oxarticles', 0, 0, 0 ), array( 'oxmpn', 'oxarticles', 0, 0, 0 ), array( 'oxprice', 'oxarticles', 0, 0, 0 ), array( 'oxstock', 'oxarticles', 0, 0, 0 ), array( 'oxid', 'oxarticles', 0, 0, 1 ) ), 'container2' => array( array( 'oxartnum', 'oxarticles', 1, 0, 0 ), array( 'oxtitle', 'oxarticles', 1, 1, 0 ), array( 'oxean', 'oxarticles', 0, 0, 0 ), array( 'oxmpn', 'oxarticles', 0, 0, 0 ), array( 'oxprice', 'oxarticles', 0, 0, 0 ), array( 'oxstock', 'oxarticles', 0, 0, 0 ), array( 'oxid', 'oxarticles', 0, 0, 1 ) ) )
Reimplemented from ajaxListComponent.
Definition at line 13 of file category_order_ajax.php.