Esempio n. 1
0
 function render_x_json($jsonData)
 {
     $render = new TemplateManager();
     $render->renderJsonP($jsonData);
 }