return json to ajax in symfony?

Posted by fayer on Stack Overflow See other posts from Stack Overflow or by fayer
Published on 2010-06-01T20:32:14Z Indexed on 2010/06/01 20:33 UTC
Read the original article Hit count: 174

Filed under:

in symfony i call an action and i want this to return json to jquery frontend.

the jobeet tutorial teaches how to return a partial but i want to return json, not a partial.

thanks.

© Stack Overflow or respective owner

Related posts about symfony