CakePHP中的HTML表 [英] HTML Table in CakePHP

查看:81
本文介绍了CakePHP中的HTML表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试使用下面的代码从表中检索数据时,它会生成一个带有多个复选框的长单列。我想要它,显示3列HTML表格。有谁知道怎么做?



这是代码,我想显示3列,

When I am trying to retrieve the data from a table using below code, it produces a long single column with multiple check-boxes. I want it, to display a 3 column HTML Table. Can anybody know how to do this?

This is the code, I want to display 3 columns,

echo $this->Form->input('Activity', array('multiple' => 'checkbox'));





有人有解决方案吗?有没有办法通过使用CSS来做到这一点?



Anybody have a solution? And is there a way to do this by using CSS?

推荐答案

this-> Form-> input(' 活动',数组(' multiple' => ' 复选框'));
this->Form->input('Activity', array('multiple' => 'checkbox'));





有人有解决方案吗?有没有办法通过使用CSS?



Anybody have a solution? And is there a way to do this by using CSS?


这篇关于CakePHP中的HTML表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆