I have this code, below, where I manipulate some data. But after, I need to transform into a JSON object, like the example below.
<?php
function mostraContasEntrada($id_empresa){
$pdo = conectar();
$this->mostraDadosEntrada=$pdo-...
asked by
10.11.2015 / 01:00