Changeset 1505 for temp/trunk/html


Ignore:
Timestamp:
2006/08/24 10:40:19 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/products/index.php

    r1504 r1505  
    251251//          $objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval); 
    252252            $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             
    256277 
    257278            break; 
Note: See TracChangeset for help on using the changeset viewer.