Public Member Functions | |
removeArticleAcc () | |
addArticleAcc () | |
Protected Member Functions | |
_getQuery () | |
Protected Attributes | |
$_blAllowExtColumns = true | |
$_aColumns |
Class controls article assignment to accessories
Definition at line 6 of file article_accessories_ajax.php.
article_accessories_ajax._getQuery | ( | ) | [protected] |
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 45 of file article_accessories_ajax.php.
article_accessories_ajax.addArticleAcc | ( | ) |
Adding article to accessories article list
Definition at line 113 of file article_accessories_ajax.php.
article_accessories_ajax.removeArticleAcc | ( | ) |
Removing article form accessories article list
Definition at line 91 of file article_accessories_ajax.php.
article_accessories_ajax.$_aColumns [protected] |
array( 'container1' => array( array( 'oxartnum', 'oxarticles', 1, 0, 0 ), array( 'oxtitle', 'oxarticles', 1, 1, 0 ), array( 'oxean', 'oxarticles', 1, 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', 1, 0, 0 ), array( 'oxmpn', 'oxarticles', 0, 0, 0 ), array( 'oxprice', 'oxarticles', 0, 0, 0 ), array( 'oxstock', 'oxarticles', 0, 0, 0 ), array( 'oxid', 'oxaccessoire2article', 0, 0, 1 ) ) )
Reimplemented from ajaxListComponent.
Definition at line 20 of file article_accessories_ajax.php.
article_accessories_ajax.$_blAllowExtColumns = true [protected] |
Reimplemented from ajaxListComponent.
Definition at line 13 of file article_accessories_ajax.php.