Home  >  Article  >  Backend Development  >  zf初学关于layout有关问题

zf初学关于layout有关问题

WBOY
WBOYOriginal
2016-06-13 10:46:33798browse

zf初学关于layout问题
我想搞一个页面,上面是显示数据的table,然后是下面是编辑数据的一个表单,是同一个页面的.这个layout要怎么搞?

------解决方案--------------------
QVBoxLayout
------解决方案--------------------
layout是用来做整体布局的,不适合你的这种需求,
你可以把内容重复的页面,单独写到一个页面里,然后用render('page');?>包含进来.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn