Código Javascript:
Ver original
$.getJSON('http://localhost/myapp/web/app.php/test/show', function(json) { console.log("json"+json); // this will show the info it in firebug console });
No me esta ingresando al función, lo extraño es que antes habia intentado y pude mostrar los datos pero ahora no.
Gracias de antemano :).