tp3.2通过getDbFields()方法获取表中的所有字段
程序员文章站
2022-03-01 18:13:26
...
$field = M('GoodsAttr')->getDbFields();
得到结果:
[field] => Array
(
[0] => goods_attr_id
[1] => goods_id
[2] => attr_id
[3] => attr_value
[4] => attr_price
)
上一篇: 程序猿悲喜录:魔都,想说爱你不容易
下一篇: 模拟队列-先进先出