I have a function in a php file (for a module) that looks like this: //Function to get all available combinations from the DB //Returns an array with combination info public function getAllProductCombinations(){ //Get all DB info for available combinations $result = Db::getInstance()->Ex...