- or download this
$generator->execute('select foo as td,bar as td from baz');
- or download this
$generator->execute('select bar as td,baz as td from foo');
- or download this
<table query="select bar as td,bas as td from foo">
<tr>
...
<td>3</td>
</tr>
</table>
- or download this
<table query="select foo as td,bar as td from baz">
<tr>
...
<td>3</td>
</tr>
</table>