Esempio n. 1
0
 /**
  * Function  displays the sub categories for the selected category
  * 
  * 
  * @return array
  */
 function displaySubUnderCategory()
 {
     include 'classes/Core/CProductEntry.php';
     include 'classes/Display/DProductEntry.php';
     $id = $_GET['id'];
     echo Core_CProductEntry::displaySubUnderCategory($id);
 }