<?php //Functions for this App function encodeJson($data){ return json_encode($data); }
info at phpclasses dot org