Changeset 1505 for temp/trunk/html
- Timestamp:
- 2006/08/24 10:40:19 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index.php
r1504 r1505 251 251 // $objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval); 252 252 $arrProducts = $objQuery->select($col, $from, $where, $arrval); 253 $objPage->arrProducts = array("a"); 254 255 sfprintr($arrProducts); 253 $objPage->arrProducts = Array( 254 0 => Array 255 ( 256 'product_id' => 18 257 ), 258 259 1 => Array 260 ( 261 'product_id' => 14 262 ), 263 264 2 => Array 265 ( 266 'product_id' => 16 267 ), 268 269 3 => Array 270 ( 271 'product_id' => 15 272 ) 273 274 ); 275 276 256 277 257 278 break;
Note: See TracChangeset
for help on using the changeset viewer.
