<?php
/*
|--------------------------------------------------------------------------
| home
|--------------------------------------------------------------------------
*/
$view

# 定义名称
->fetch('#content_2@test', '1')  
->fetch('#total', 'store/admin/goods.getSearch') 
->fetch('#form1@action', 'store/admin/goods.getConfig#search') 
->fetch('#print@href', 'store/admin/goods.getConfig#print') 

->fetch('#list-tbody', 'store/admin/goods.getList') 


->fetch('#name@value', '<{Dever::input("name")}>') 

->fetch('#page','<{Dever::page("current")}>') 

# display
->display();