msg.php 368 B

1234567891011121314151617
  1. <?php
  2. /*
  3. |--------------------------------------------------------------------------
  4. | home
  5. |--------------------------------------------------------------------------
  6. */
  7. $view
  8. # 定义名称
  9. ->fetch('#content_2@test', '1')
  10. ->fetch('#list-tbody', 'store/admin/msg.getList')
  11. ->fetch('#page','<{Dever::page("current")}>')
  12. # display
  13. ->display();