Lines Matching refs:categories
128 $categories = array_keys($this->functions->_getCategories());
129 if ( count($categories) == 0 ) return;
133 …$form->addElement(form_makeListboxField('Category', $categories, $_REQUEST['Category'], 'Select th…
148 $categories = $this->functions->_getCategories();
149 if ( count($categories) == 0 ) return;
154 foreach ( $categories as $name => $category ) {
174 $categories = $this->functions->_getCategories();
176 if ( count($categories) > 0 ) {
180 foreach( $categories as $name => $data ) {
584 $categories=array(); $data=array(); $this->functions->database->bind_assoc($data);
586 $categories[$data['Name']] = $data['CategoryID'];
611 foreach ( $categories as $Name => $CategoryID ) {