source:
branches/dev/html/test/naka/info.php
@
12171
Revision 12171, 157 bytes checked in by naka, 15 years ago (diff) |
---|
Line | |
---|---|
1 | <?php |
2 | require_once("./require.php"); |
3 | $objQuery = new SC_Query(); |
4 | $arrRet = $objQuery->select("*", "dtb_products"); |
5 | sfPrintR($arrRet); |
6 | |
7 | ?> |
Note: See TracBrowser
for help on using the repository browser.