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

zf初学关于layout有关问题

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 10:46:33
Original
880 people have browsed it

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

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

Related labels:
Statement of this Website
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
Latest Issues
Layout issues
From 1970-01-01 08:00:00
0
0
0
Layout in Next.js obscures page content
From 1970-01-01 08:00:00
0
0
0
html - css layout table cellspacing
From 1970-01-01 08:00:00
0
0
0
css - Flex layout issue
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template