goods.php 605 B

1234567891011121314151617181920212223
  1. <?php
  2. /*
  3. |--------------------------------------------------------------------------
  4. | home
  5. |--------------------------------------------------------------------------
  6. */
  7. $view
  8. # 定义名称
  9. ->fetch('#content_2@test', '1')
  10. ->fetch('#total', 'store/admin/goods.getSearch')
  11. ->fetch('#form1@action', 'store/admin/goods.getConfig#search')
  12. ->fetch('#print@href', 'store/admin/goods.getConfig#print')
  13. ->fetch('#list-tbody', 'store/admin/goods.getList')
  14. ->fetch('#name@value', '<{Dever::input("name")}>')
  15. ->fetch('#page','<{Dever::page("current")}>')
  16. # display
  17. ->display();