欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

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

        )