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

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

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


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

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

# display
->display();