Article Object
(
    [_status:protected] => Array
        (
            [0] => 已发布
            [1] => 草稿
            [2] => 禁用
            [3] => 已审核
            [4] => 已回收
        )

    [_sticky:protected] => Array
        (
            [0] => 否
            [1] => 置顶
        )

    [_md:CActiveRecord:private] => CActiveRecordMetaData Object
        (
            [tableSchema] => CMysqlTableSchema Object
                (
                    [schemaName] => 
                    [name] => article
                    [rawName] => `article`
                    [primaryKey] => id
                    [sequenceName] => 
                    [foreignKeys] => Array
                        (
                        )

                    [columns] => Array
                        (
                            [id] => CMysqlColumnSchema Object
                                (
                                    [name] => id
                                    [rawName] => `id`
                                    [allowNull] => 
                                    [dbType] => int(10) unsigned
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 10
                                    [precision] => 10
                                    [scale] => 
                                    [isPrimaryKey] => 1
                                    [isForeignKey] => 
                                    [autoIncrement] => 1
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [sort_id] => CMysqlColumnSchema Object
                                (
                                    [name] => sort_id
                                    [rawName] => `sort_id`
                                    [allowNull] => 
                                    [dbType] => smallint(6) unsigned
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 6
                                    [precision] => 6
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 分类id
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [title] => CMysqlColumnSchema Object
                                (
                                    [name] => title
                                    [rawName] => `title`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 标题
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [title_pic] => CMysqlColumnSchema Object
                                (
                                    [name] => title_pic
                                    [rawName] => `title_pic`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 标题图片
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [intro] => CMysqlColumnSchema Object
                                (
                                    [name] => intro
                                    [rawName] => `intro`
                                    [allowNull] => 1
                                    [dbType] => text
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 
                                    [precision] => 
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 简介
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [source] => CMysqlColumnSchema Object
                                (
                                    [name] => source
                                    [rawName] => `source`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 来源
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [source_link] => CMysqlColumnSchema Object
                                (
                                    [name] => source_link
                                    [rawName] => `source_link`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 来源链接
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [author] => CMysqlColumnSchema Object
                                (
                                    [name] => author
                                    [rawName] => `author`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 作者
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [editor] => CMysqlColumnSchema Object
                                (
                                    [name] => editor
                                    [rawName] => `editor`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 编辑
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [admin_id] => CMysqlColumnSchema Object
                                (
                                    [name] => admin_id
                                    [rawName] => `admin_id`
                                    [allowNull] => 
                                    [dbType] => int(10) unsigned
                                    [type] => string
                                    [defaultValue] => 0
                                    [size] => 10
                                    [precision] => 10
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 管理员id
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [content] => CMysqlColumnSchema Object
                                (
                                    [name] => content
                                    [rawName] => `content`
                                    [allowNull] => 1
                                    [dbType] => text
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 
                                    [precision] => 
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 内容
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [created_at] => CMysqlColumnSchema Object
                                (
                                    [name] => created_at
                                    [rawName] => `created_at`
                                    [allowNull] => 
                                    [dbType] => datetime
                                    [type] => string
                                    [defaultValue] => 0000-00-00 00:00:00
                                    [size] => 
                                    [precision] => 
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 创建日期
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [updated_at] => CMysqlColumnSchema Object
                                (
                                    [name] => updated_at
                                    [rawName] => `updated_at`
                                    [allowNull] => 
                                    [dbType] => datetime
                                    [type] => string
                                    [defaultValue] => 0000-00-00 00:00:00
                                    [size] => 
                                    [precision] => 
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 更新日期
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [published_at] => CMysqlColumnSchema Object
                                (
                                    [name] => published_at
                                    [rawName] => `published_at`
                                    [allowNull] => 
                                    [dbType] => datetime
                                    [type] => string
                                    [defaultValue] => 0000-00-00 00:00:00
                                    [size] => 
                                    [precision] => 
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 发布日期
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [status] => CMysqlColumnSchema Object
                                (
                                    [name] => status
                                    [rawName] => `status`
                                    [allowNull] => 
                                    [dbType] => tinyint(1) unsigned
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 1
                                    [precision] => 1
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 状态
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [sticky] => CMysqlColumnSchema Object
                                (
                                    [name] => sticky
                                    [rawName] => `sticky`
                                    [allowNull] => 
                                    [dbType] => tinyint(1) unsigned
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 1
                                    [precision] => 1
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 推荐
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [display_order] => CMysqlColumnSchema Object
                                (
                                    [name] => display_order
                                    [rawName] => `display_order`
                                    [allowNull] => 
                                    [dbType] => smallint(6) unsigned
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 6
                                    [precision] => 6
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 排序
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [article_type] => CMysqlColumnSchema Object
                                (
                                    [name] => article_type
                                    [rawName] => `article_type`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 文章类型
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [language] => CMysqlColumnSchema Object
                                (
                                    [name] => language
                                    [rawName] => `language`
                                    [allowNull] => 1
                                    [dbType] => varchar(20)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 20
                                    [precision] => 20
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [subtitle] => CMysqlColumnSchema Object
                                (
                                    [name] => subtitle
                                    [rawName] => `subtitle`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [file] => CMysqlColumnSchema Object
                                (
                                    [name] => file
                                    [rawName] => `file`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [is_oauth] => CMysqlColumnSchema Object
                                (
                                    [name] => is_oauth
                                    [rawName] => `is_oauth`
                                    [allowNull] => 
                                    [dbType] => tinyint(1) unsigned
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 1
                                    [precision] => 1
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 是否需要认证(0为不限制)
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [is_highlight] => CMysqlColumnSchema Object
                                (
                                    [name] => is_highlight
                                    [rawName] => `is_highlight`
                                    [allowNull] => 
                                    [dbType] => tinyint(1) unsigned
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 1
                                    [precision] => 1
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 是否高亮
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                        )

                    [_e:CComponent:private] => 
                    [_m:CComponent:private] => 
                )

            [columns] => Array
                (
                    [id] => CMysqlColumnSchema Object
                        (
                            [name] => id
                            [rawName] => `id`
                            [allowNull] => 
                            [dbType] => int(10) unsigned
                            [type] => string
                            [defaultValue] => 
                            [size] => 10
                            [precision] => 10
                            [scale] => 
                            [isPrimaryKey] => 1
                            [isForeignKey] => 
                            [autoIncrement] => 1
                            [comment] => 
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [sort_id] => CMysqlColumnSchema Object
                        (
                            [name] => sort_id
                            [rawName] => `sort_id`
                            [allowNull] => 
                            [dbType] => smallint(6) unsigned
                            [type] => integer
                            [defaultValue] => 0
                            [size] => 6
                            [precision] => 6
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 分类id
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [title] => CMysqlColumnSchema Object
                        (
                            [name] => title
                            [rawName] => `title`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 标题
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [title_pic] => CMysqlColumnSchema Object
                        (
                            [name] => title_pic
                            [rawName] => `title_pic`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 标题图片
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [intro] => CMysqlColumnSchema Object
                        (
                            [name] => intro
                            [rawName] => `intro`
                            [allowNull] => 1
                            [dbType] => text
                            [type] => string
                            [defaultValue] => 
                            [size] => 
                            [precision] => 
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 简介
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [source] => CMysqlColumnSchema Object
                        (
                            [name] => source
                            [rawName] => `source`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 来源
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [source_link] => CMysqlColumnSchema Object
                        (
                            [name] => source_link
                            [rawName] => `source_link`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 来源链接
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [author] => CMysqlColumnSchema Object
                        (
                            [name] => author
                            [rawName] => `author`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 作者
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [editor] => CMysqlColumnSchema Object
                        (
                            [name] => editor
                            [rawName] => `editor`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 编辑
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [admin_id] => CMysqlColumnSchema Object
                        (
                            [name] => admin_id
                            [rawName] => `admin_id`
                            [allowNull] => 
                            [dbType] => int(10) unsigned
                            [type] => string
                            [defaultValue] => 0
                            [size] => 10
                            [precision] => 10
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 管理员id
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [content] => CMysqlColumnSchema Object
                        (
                            [name] => content
                            [rawName] => `content`
                            [allowNull] => 1
                            [dbType] => text
                            [type] => string
                            [defaultValue] => 
                            [size] => 
                            [precision] => 
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 内容
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [created_at] => CMysqlColumnSchema Object
                        (
                            [name] => created_at
                            [rawName] => `created_at`
                            [allowNull] => 
                            [dbType] => datetime
                            [type] => string
                            [defaultValue] => 0000-00-00 00:00:00
                            [size] => 
                            [precision] => 
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 创建日期
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [updated_at] => CMysqlColumnSchema Object
                        (
                            [name] => updated_at
                            [rawName] => `updated_at`
                            [allowNull] => 
                            [dbType] => datetime
                            [type] => string
                            [defaultValue] => 0000-00-00 00:00:00
                            [size] => 
                            [precision] => 
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 更新日期
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [published_at] => CMysqlColumnSchema Object
                        (
                            [name] => published_at
                            [rawName] => `published_at`
                            [allowNull] => 
                            [dbType] => datetime
                            [type] => string
                            [defaultValue] => 0000-00-00 00:00:00
                            [size] => 
                            [precision] => 
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 发布日期
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [status] => CMysqlColumnSchema Object
                        (
                            [name] => status
                            [rawName] => `status`
                            [allowNull] => 
                            [dbType] => tinyint(1) unsigned
                            [type] => integer
                            [defaultValue] => 0
                            [size] => 1
                            [precision] => 1
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 状态
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [sticky] => CMysqlColumnSchema Object
                        (
                            [name] => sticky
                            [rawName] => `sticky`
                            [allowNull] => 
                            [dbType] => tinyint(1) unsigned
                            [type] => integer
                            [defaultValue] => 0
                            [size] => 1
                            [precision] => 1
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 推荐
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [display_order] => CMysqlColumnSchema Object
                        (
                            [name] => display_order
                            [rawName] => `display_order`
                            [allowNull] => 
                            [dbType] => smallint(6) unsigned
                            [type] => integer
                            [defaultValue] => 0
                            [size] => 6
                            [precision] => 6
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 排序
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [article_type] => CMysqlColumnSchema Object
                        (
                            [name] => article_type
                            [rawName] => `article_type`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 文章类型
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [language] => CMysqlColumnSchema Object
                        (
                            [name] => language
                            [rawName] => `language`
                            [allowNull] => 1
                            [dbType] => varchar(20)
                            [type] => string
                            [defaultValue] => 
                            [size] => 20
                            [precision] => 20
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [subtitle] => CMysqlColumnSchema Object
                        (
                            [name] => subtitle
                            [rawName] => `subtitle`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [file] => CMysqlColumnSchema Object
                        (
                            [name] => file
                            [rawName] => `file`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [is_oauth] => CMysqlColumnSchema Object
                        (
                            [name] => is_oauth
                            [rawName] => `is_oauth`
                            [allowNull] => 
                            [dbType] => tinyint(1) unsigned
                            [type] => integer
                            [defaultValue] => 0
                            [size] => 1
                            [precision] => 1
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 是否需要认证(0为不限制)
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [is_highlight] => CMysqlColumnSchema Object
                        (
                            [name] => is_highlight
                            [rawName] => `is_highlight`
                            [allowNull] => 
                            [dbType] => tinyint(1) unsigned
                            [type] => integer
                            [defaultValue] => 0
                            [size] => 1
                            [precision] => 1
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 是否高亮
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                )

            [relations] => Array
                (
                    [Admin] => CBelongsToRelation Object
                        (
                            [joinType] => LEFT OUTER JOIN
                            [on] => 
                            [alias] => 
                            [with] => Array
                                (
                                )

                            [together] => 
                            [scopes] => 
                            [name] => Admin
                            [className] => Admin
                            [foreignKey] => Array
                                (
                                    [admin_id] => id
                                )

                            [select] => *
                            [condition] => 
                            [params] => Array
                                (
                                )

                            [group] => 
                            [join] => 
                            [having] => 
                            [order] => 
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [Sort] => CBelongsToRelation Object
                        (
                            [joinType] => LEFT OUTER JOIN
                            [on] => 
                            [alias] => 
                            [with] => Array
                                (
                                )

                            [together] => 
                            [scopes] => 
                            [name] => Sort
                            [className] => Sort
                            [foreignKey] => Array
                                (
                                    [sort_id] => id
                                )

                            [select] => *
                            [condition] => 
                            [params] => Array
                                (
                                )

                            [group] => 
                            [join] => 
                            [having] => 
                            [order] => 
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                )

            [attributeDefaults] => Array
                (
                    [sort_id] => 0
                    [admin_id] => 0
                    [created_at] => 0000-00-00 00:00:00
                    [updated_at] => 0000-00-00 00:00:00
                    [published_at] => 0000-00-00 00:00:00
                    [status] => 0
                    [sticky] => 0
                    [display_order] => 0
                    [is_oauth] => 0
                    [is_highlight] => 0
                )

            [_model:CActiveRecordMetaData:private] => Article Object
                (
                    [_status:protected] => 
                    [_sticky:protected] => 
                    [_md:CActiveRecord:private] => CActiveRecordMetaData Object
 *RECURSION*
                    [_new:CActiveRecord:private] => 
                    [_attributes:CActiveRecord:private] => Array
                        (
                        )

                    [_related:CActiveRecord:private] => Array
                        (
                        )

                    [_c:CActiveRecord:private] => 
                    [_pk:CActiveRecord:private] => 
                    [_alias:CActiveRecord:private] => t
                    [_errors:CModel:private] => Array
                        (
                        )

                    [_validators:CModel:private] => 
                    [_scenario:CModel:private] => 
                    [_e:CComponent:private] => 
                    [_m:CComponent:private] => 
                )

        )

    [_new:CActiveRecord:private] => 
    [_attributes:CActiveRecord:private] => Array
        (
            [id] => 5572
            [title] => 南方科技大学数学系酒精湿巾自行采购结果公告
            [sort_id] => 60
            [published_at] => 2020-09-24 16:44:51
        )

    [_related:CActiveRecord:private] => Array
        (
        )

    [_c:CActiveRecord:private] => 
    [_pk:CActiveRecord:private] => 5572
    [_alias:CActiveRecord:private] => t
    [_errors:CModel:private] => Array
        (
        )

    [_validators:CModel:private] => 
    [_scenario:CModel:private] => update
    [_e:CComponent:private] => 
    [_m:CComponent:private] => 
)
SUSTC-招标信息
疫情防控物资采购公示专栏

 南方科技大学数学系酒精棉片自行采购结果公告

2020-09-24

依照《深圳经济特区政府采购条例实施细则》第二十一条规定情形, 采购项目经批准采用自行采购方式采购,现将有关情况向社会公告:

采购项目名称:酒精棉片购置      项目预算金额:2000

采购项目描述: 疫情发展持续恶化,数学系按需适量购买部分防疫物资

内容:酒精棉片

用途:数学系关于新冠肺炎的防疫物资需求

成交供应商名称: 北京京东世纪信息技术有限公司

项目成交金额:683.2

中标产品(服务)说明(含产品名称、规格型号、单价、售后保障等):

酒精棉片

单价:34.16元/盒

 

交货期或者完工期:2020922

供应商征集筛选情况说明:线下自行自行采购

交货期限:下单后1个月内

联系方式:19807554830

采购人:谭少才

地址:南方科技大学慧园3栋 502

联系电话:88018743                传真:

监督部门:深圳市政府采购办

地址:深圳市福田区景田东路9号

联系电话:                  传真:83938675

 

 

备注:
一、根据《深圳经济特区政府采购条例实施细则》第十九条和第二十一条规定,采购人应当在自行采购项目采购完成后3个工作日内,将项目预算、项目主要内容、成交供应商征集筛选情况、成交供应商名称、成交金额、交货期或者完工期等信息在主管部门指定网站公告,涉及国家秘密和相关商业秘密内容除外。
二、对公告内容如有疑问或异议,由购买主体(采购单位)负责受理并解答。