Pessoal gostaria de saber como que eu faço em vez de pegar a url:gera_boleto.php passar o código php dentro do script abaixo.
<table id="dg" title="Alunos" class="easyui-datagrid" style="width:920px;height:250px" url="gera_boleto.php"; toolbar="#toolbar" pagination="true" rownumbers="true" fitColumns="true" singleSelect="true"> <thead> <tr> <th field="id" width="30">Numero da conta</th> <th field="valor" width="120">Valor</th> <th field="vencimento" width="150">Vencimento</th> </tr> </thead> </table>