Du bör använda false som den andra parametern i ditt val för att hoppa över escape:
$this->db->select('GROUP_CONCAT(product_type.tName SEPARATOR ",") as product_type.tName', false);
Du bör använda false som den andra parametern i ditt val för att hoppa över escape:
$this->db->select('GROUP_CONCAT(product_type.tName SEPARATOR ",") as product_type.tName', false);