zf初学关于layout有关问题

WBOY
Release: 2016-06-13 13:13:55
Original
780 people have browsed it

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

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

Related labels:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!