summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/json.php
AgeCommit message (Collapse)Author
2010-08-08We can always send back the header because Kohana buffers output.Bharat Mediratta
2010-08-01Write appropriate PHPdoc for json::reply.Bharat Mediratta
2010-08-01Specify the charset on the content type headerTim Almdal
2010-07-23Partial fix for #1225. Create a json reply helper that sets the content type ↵Tim Almdal
to application/json and then json encodes the reply.