Classes | Variables

attribute_category.inc.php File Reference

Go to the source code of this file.

Classes

class  ajaxComponent

Variables

 $aColumns

Variable Documentation

$aColumns
Initial value:
 array( 'container1' => array(    
                                        array( 'oxtitle', 'oxcategories', 1, 1, 0 ),
                                        array( 'oxdesc',  'oxcategories', 1, 1, 0 ),
                                        array( 'oxid',    'oxcategories', 0, 0, 1 )
                                        ),
                     'container2' => array(
                                        array( 'oxtitle', 'oxcategories', 1, 1, 0 ),
                                        array( 'oxdesc',  'oxcategories', 1, 1, 0 ),
                                        array( 'oxid',    'oxcategory2attribute', 0, 0, 1 ),
                                        array( 'oxid',    'oxcategories', 0, 0, 1 )
                                        ),
                     'container3' => array(
                                        array( 'oxtitle', 'oxattribute', 1, 1, 0 ),
                                        array( 'oxsort',  'oxcategory2attribute', 1, 0, 0 ),
                                        array( 'oxid',    'oxcategory2attribute', 0, 0, 1 )
                                        )
                    )

Definition at line 3 of file attribute_category.inc.php.