// Tidak pake view
     $this->_helper->viewRenderer->setNoRender(true);
     // Param
     $categoryId = $this->_getParam('categoryId');
     // Model
     //$destModel = new Model_Destination;
     $destDescDb = new Model_DbTable_DestinationDescription();
     // Data
     $destination = $destDescDb->getAllByCategoryList($categoryId, $this->_languageId);
     $destinationData = $this->_createArrayDestination($destination);
     echo json_encode($destinationData);
 }
 /**
  * IS: