• #dev 2016-10-05
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2016-10-05 UTC
# 13:39
aaronpk
But 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.