#aaronpkBut I will say that it was not hard to accept single value or arrays for normal string properties. PHP decodes the form encoded request so $_POST['category'] ends up as either a string or an array. My code looks at it and if it's not an array it wraps it in one.