d79ad764 by yangjianbin

init

1 parent feb5a6bb
...@@ -42,6 +42,10 @@ ...@@ -42,6 +42,10 @@
42 </tr> 42 </tr>
43 </thead> 43 </thead>
44 <tbody class="text-c"> 44 <tbody class="text-c">
45 <?php
46
47 var_dump($record);
48 ?>
45 <?php foreach ($record as $k=>$v):?> 49 <?php foreach ($record as $k=>$v):?>
46 <tr> 50 <tr>
47 <td><?=$v->id?></td> 51 <td><?=$v->id?></td>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!