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] => 5868
            [title] => 激光共聚焦显微镜项目采购需求公示
            [sort_id] => 56
            [published_at] => 2020-11-25 09:20:08
        )

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

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

    [_validators:CModel:private] => 
    [_scenario:CModel:private] => update
    [_e:CComponent:private] => 
    [_m:CComponent:private] => 
)
SUSTC-招标信息
重大项目采购需求公示

双光子激光共聚焦显微镜项目采购需求公示

2020-11-25

(一)项目基本信息

项目名称

双光子激光共聚焦显微镜

采购预算(元)

 6,650,000

是否接受进口设备

 是

(二)货物清单

序号

设备名称

数量

单位

1

双光子激光共聚焦显微镜

1

(三)商务需求

序号

商务需求

1

交货期的要求: 合同签订后180天内

2

质保期:保修期五年 (包括人工费用和硬件费用 – 人为损坏除外), 使用期间,应用工程师支持不限次数

3

付款方式:签订合同预付30%,到货验收后付65%,1年后付5%余款。

4

技术支持及服务:

1、制造商需具备400服务热线,可在线提供售后、技术、应用等咨询。售后服务需有完善的管理体系,如ISO认证等,需提供认证证书编号及复印件。

2、防震台:与共聚焦主机一起配套防震台,需完全满足设备使用需求

3、免费安装调试,售后工程师提供简易维护培训

4、应用工程师提供现场使用培训,制样指导

(四)技术需求

序号

设备名称

技术参数或功能要求

1

双光子激光共聚焦显微镜

系统组成:

  1. 激光器系统;
  2. 扫描检测系统;
  3. 活细胞工作站系统;
  4. 激光共聚焦高分辨率系统;
  5. 全自动倒置显微镜;
  6. 计算机工作站;
  7. 软件系统;

▲1、激光器系统

1.1蓝光固体激光器:488nm,功率≥20mW;

1.2绿光固体激光器:552nm,功率≥20mW;

1.3红光固体激光器:638nm,功率≥30mW;

1.4紫外固体激光器:405nm,功率≥50mW;

▲1.5  可调红外飞秒脉冲激光器:波长范围 680-1300 nm,平均功率>2 W (900 nm),脉冲频率≤120 fs ;通过AOM控制,可快速自定义区域激发。

1.6  红外飞秒脉冲激光器:波长范围 1045 nm,平均功率< 2 W (1040 nm),脉冲频率≤120 fs ;通过AOM控制,可快速自定义区域激发。

1.7 激光器开闭和电压调节由计算机的激光共聚焦扫描软件系统控制,与整个系统偶合程度高,电噪声小,安全,并有良好的激光管寿命保护装置。

2、扫描检测系统

2.1 激光扫描组件与所接显微镜一体化设计,一体化像差及色差校正,以保证高质量,高分辨率成像。软件对硬件的有效控制,使系统有优异的稳定性及可维护性,光纤藕合和镜藕合可接低功率激光器。

2.2 能够进行X、Y、Z、T、λ(发射光谱扫描)、Λ(激发光谱扫描)、θ(旋转角度)、I(光强度)、A(区域)等多维组合扫描,可实现点扫描、线扫描、曲线扫描、区域扫描、光谱波长扫描等。可最多同时进行5个荧光信号外加1个透射光的的采集。

2.3 內置光谱检测装置:

▲高效率棱镜分光系统, 配备发射光调节步进1nm, 连续检测荧光波长范围410~850nm或高效率反射光栅分光系统,配备光子回收系统及34 条通道的内置光谱检测装置

▲2.4 可见光专用光学扫描部件,波长校正范围不少于410~850nm;

▲2.5 最大扫描视场对角线不少于22mm;

▲2.6高分辨率扫描振镜:扫描速度不少于10帧/秒(512 x 512分辨率);双向扫描速度不少于5400线/秒;最大扫描分辨率8192 x 8192;扫描速度调节步进1Hz,不少于100档扫描速度调节;光学扫描放大0.75X~48X,连续可调;

2.7高分辨率扫描头具有线性和正弦两种扫描方式,线性扫描提供非对称的扫描方式,确保每一个像素点具有相同的扫描时间,保证定量研究的准确度,在400Hz的单向扫描速度下,单个像素点的驻留时间≥3微秒;

▲2.8配备高速扫描振镜:同步三色成像扫描速度不少于28帧/秒(512 x 512分辨率)或配备面阵列检测器元件: 可利用激发光斑的形状读取并行像素, 提高可达到的图像采集速度: 单色成像扫描速度不少于28帧/秒(512 x 512分辨率)

2.9高速扫描头或面阵列检测器元件最高扫描分辨率不少于2496x2496

2.10高分辨率扫描振镜与高速扫描振镜或面阵列检测器元件需整合于同一系统内,通过软件即可在线切换,在保证高分辨率下,快速捕捉易淬灭荧光及弱荧光;

2.11内置高灵敏自由可调光谱型荧光检测器2个,每个荧光检测器都可做全光谱自由扫描和成像;检测器均为超高灵敏度的硅基阵列式雪崩型二极管混合型检测器,在500nm处量子探测效率不少于58%;或内置34 条通道的内置光谱检测装置,光谱检测装置可做全光谱扫描和成像;典型光谱量子效率不少于 45 %

2.12系统需配备不少于三个外置光谱检测器,检测光谱范围:380-800nm, 在500nm处量子探测效率不少于58%

2.13 系统需配备自动高速成像运算,能在不影响采图速度的情况下利用多张图片间平均来提升图像信噪比,既可以用于实时预览,也可以用于后期分析。

▲3、外置光谱双光子检测器

3.1系统需配备不少于三个外置光谱双光子检测器,在500nm处量子探测效率不少于45%

3.2每个外置检测器发射光光谱检测范围均可连续自由调节,无需更换滤块可依次对DAPI、CFP、GFP、YFP、RFP、mCherry、Cy5等进行多光子荧光成像

3.3外置光谱双光子检测器最小调节步进1nm, 提供精准光谱扫描功能

▲3.4使用760-1300nm之间的任意波长的红外光,均可在对应的减半波长处进行SHG二次谐波震荡信号成像,每次SHG成像的光谱检测带宽≤10nm,以保证接收到单纯的SHG信号

3.5 系统可以通过位置敏感二极管传感器,可对红外光与可见光之间进行xy方向的全自动校正,以确保不同激发谱线之间的xy共定位的可靠性

3.6配备可变光束扩束器, 系统可对不同红外激光谱线在z轴方向的聚焦点进行校正,以确保不同激发谱线之间的z共定位的可靠性;

3.7 配备可变光束扩束器可匹配不同倍数的物镜,通过改变红外光光束大小,用于提高多光子成像深度;

4、激光共聚焦高分辨率系统

4.1成像分辨率:XY方向≤120nm,Z方向≤200nm,在高分辨率模式下支持在线大视野拼图;

4.2检测器为硅基阵列式雪崩型二极管混合型检测器,可进行光谱式成像,光谱检测范围410-850nm;

4.3高成像速度可满足:不低于28 幅/秒(512×512分辨率);

4.4同一个实验中可实现蓝、绿、红、红外4种颜色的高分辨率成像,通过线粒体膜蛋白标记,在XY层面能观察到线粒体为中空的腔体结构;也能保证活细胞实验中,同时3色高分辨率成像。

4.5所有适合配置激光器激发的荧光样品均可进行高分辨率成像,无需选择特殊荧光抗体及试剂;

4.6同一样品具有与激光共聚焦相同的成像深度;

4.7高分辨率成像为线性成像,所有高分辨率成像均可用作定量分析,如荧光强度分析、FRAP分析等;

5、光学显微镜系统

5.1研究级全自动正置显微镜:具备明场及荧光观察功能。显微镜控制可通过彩色触摸屏、遥控器、机身按钮、共聚焦软件来控制;

5.2 正置显微镜提供长自由工作距离,从目镜到显微镜手臂有不低于29cm空间

5.3镜体电动Z轴调焦,调焦行程≥15mm;

5.4电动聚光镜,电动照明光轴,电动调节荧光的孔径光阑和视场光阑;

5.6长寿命白色LED荧光光源,光纤导光,对镜体无热辐射;

5.7电动5孔荧光滤色块转盘,自动荧光强度管理系统,5档荧光光强调节;

5.8荧光激发块:

紫外激发单色滤块: 激发405/60m; 阻挡455nm; 发射: 470/40nm

蓝色激发单色滤块: 激发480/40 nm; 阻挡505nm; 发射: 527/30 nm

绿色激发单色滤块: 激发546/10 nm; 阻挡560nm; 发射: 585/40 nm;

5.9宽视野双目观察筒,视场数25mm;

5.10宽视野平场目镜10倍,视场数25mm,屈光度可补偿调节;

5.11物镜:

5.11.1  16倍双光子共聚焦专用多功能浸沒镜,支持折射率 1.3- 1.46的浸没介质, 包括水,甘油和Clarity; 数值孔径N.A.≥0.8, 工作距离不少于8.15mm, 带有电动矫正环, 软件控制并矫正樣品深度, 介质或玻片厚度造成的折射率干扰

5.11.2  25倍双光子共聚焦专用水镜,数值孔径N.A.≥1.0, 工作距离不少于2.6mm, 带有电动矫正环, 软件控制并矫正深度或玻片厚度造成的折射率干扰

5.11.3  40倍双光子共聚焦专用水镜,数值孔径N.A.≥1.1, 工作距离不少于0.65mm, 帶有手動矫正环, 矫正深度或玻片厚度造成的折射率干擾

5.12 配备Scientifica扫描载物台,扫描范围50x50mm,步进精度0.1 um,配备人性化样品夹

6、计算机工作站

高配置品牌专业工作站:6核CPU(Intel Xeon W-2133),内存≥64GB,高性能CUDA GPU(Nvidia Quadro P6000)显卡,显存≥24GB,液晶真彩21:9高清显示屏(1个)≥37.5寸,显示屏分辨率≥3840 x 1600,双固态硬盘(256GB+1TB),硬盘≥6TB,16x DVD+/- RW刻录,Windows 10 Professional (64 位)操作系统。

7、软件系统

7.1软件建立在Windows 10系统上,使用先进程序语言,程序执行效率高,快,稳定。整个系统程序,包括控制,检测、分析功能设计合理,操作界面友好,操作简便;

7.2控制硬件的功能:控制电动显微镜、选择激光波长、调节激光强度、拍摄2-5维图像、选择光谱拍摄范围、成像分辨率、实验条件实时记录、一键式恢复等;

7.3可进行时间记录,可设置时间循环,具有自动聚焦功能,具有荧光亮度校正、补偿功能(在Z轴方向上补偿荧光亮度的变化),可在软件中对DIC效果进行调节

7.4三维重构软件:具有多种三维重构渲染方式,包括最大强度投影、透明、深度标识和阴影投影等方式,允许xy、xz、yz任意角度进行切面观察,可对重构图进行任意角度旋转、平移、放大和缩小,可对每个荧光通道的强度、灰阶、伽马值及透明度进行独立调节

7.5图像调节亮度、对比度,单个通道分别调节或多个通道同时调节;

7.6图像处理:旋转、裁剪、多种滤镜、添加标尺、箭头、文字等;

7.7多功能全标本导航,全标本拼图。能进行自定义ROI形状的拼图,能拼接出长条形或圆形的大图,节省不必需的区域成像,加快拼图速度。能指定不同ROI区域使用不同的物镜进行拼图。能一次性批量化扫描多个标本多个ROI拼图;

7.8能进行全片无缝拼图扫描,带聚焦地形图功能,能适应标本高低不同的焦面进行多焦点自动对焦及拼图。用户能自定义多个不同的焦点。能结合电动Z轴进行三维拼图,拼接结果能根据需求进行大图三维重建、大图三维叠加;

7.9 具备快捷简便的成像设置导航系统,拖放式设置共聚焦成像,界面简单,一目了然,提高共聚焦的使用效率。

(五)公示期限

2020年11月25日至2020年12月2日

对公示内容有异议,认为技术参数含有倾向、限制或者排斥潜在投标供应商等有违公平竞争的,请在公示期内以书面形式将意见反馈至采购人。针对同一采购程序环节的质疑须在法定质疑期内一次性提出。

采购需求不等同于正式发布的采购文件,重大项目需求公示仅接受对采购需求的质疑,不受理项目咨询。

质疑投诉邮箱:zhaobzyts@sustech.edu.cn