标签:传递 method type div color creat php orm 后台
微擎form表单进行GET提交时,要传递 name 分别为 c , a , m , do 的值
例如:
<form action="{php echo $this->createWebUrl($filename, array(‘op‘ => ‘display‘))}" class="form-inline" method="get"> <input type="hidden" name="c" value="site" /> <input type="hidden" name="a" value="entry" /> <input type="hidden" name="m" value="模块名" /> <input type="hidden" name="do" value="方法名" /> </form>
标签:传递 method type div color creat php orm 后台
原文地址:https://www.cnblogs.com/GetcharZp/p/11988202.html