MVC bugs

Home Forums Bugs MVC bugs

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1401
    jurgenmuca
    Participant

    Uncaught Error: Cannot use object of type stdClass as array in

    to use object as array typecast the object into an array

    $array = (array) $yourObject;

     

     

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.