source:
branches/dev/html/test/naka/info.php
@
12170
| Revision 12170, 161 bytes checked in by naka, 19 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.
