Array
(
    [code] => 500
    [type] => PHP warning
    [message] => Invalid argument supplied for foreach()
    [file] => /home/rosvuz/application/protected/modules/default/views/school/showv2.php
    [line] => 378
    [trace] => #0 /home/rosvuz/framework/web/CBaseController.php(126): require()
#1 /home/rosvuz/framework/web/CBaseController.php(95): SchoolController->renderInternal()
#2 /home/rosvuz/framework/web/CController.php(869): SchoolController->renderFile()
#3 /home/rosvuz/framework/web/CController.php(782): SchoolController->renderPartial()
#4 /home/rosvuz/application/protected/components/DefaultUnitController.php(342): SchoolController->render()
#5 /home/rosvuz/application/protected/components/DefaultUnitController.php(434): SchoolController->showUnit()
#6 unknown(0): SchoolController->actionShow()
#7 /home/rosvuz/framework/web/actions/CAction.php(108): ReflectionMethod->invokeArgs()
#8 /home/rosvuz/framework/web/actions/CInlineAction.php(47): CInlineAction->runWithParamsInternal()
#9 /home/rosvuz/framework/web/CController.php(308): CInlineAction->runWithParams()
#10 /home/rosvuz/framework/web/filters/CFilterChain.php(133): SchoolController->runAction()
#11 /home/rosvuz/framework/web/filters/CFilter.php(40): CFilterChain->run()
#12 /home/rosvuz/framework/web/CController.php(1145): CAccessControlFilter->filter()
#13 /home/rosvuz/framework/web/filters/CInlineFilter.php(58): SchoolController->filterAccessControl()
#14 /home/rosvuz/framework/web/filters/CFilterChain.php(130): CInlineFilter->filter()
#15 /home/rosvuz/framework/web/CController.php(291): CFilterChain->run()
#16 /home/rosvuz/framework/web/CController.php(265): SchoolController->runActionWithFilters()
#17 /home/rosvuz/framework/web/CWebApplication.php(282): SchoolController->run()
#18 /home/rosvuz/framework/web/CWebApplication.php(141): CWebApplication->runController()
#19 /home/rosvuz/framework/base/CApplication.php(169): CWebApplication->processRequest()
#20 /home/rosvuz/application/index.php(83): CWebApplication->run()

    [traces] => Array
        (
            [0] => Array
                (
                    [file] => /home/rosvuz/framework/web/CBaseController.php
                    [line] => 126
                    [args] => Array
                        (
                            [0] => /home/rosvuz/application/protected/modules/default/views/school/showv2.php
                        )

                    [function] => require
                )

            [1] => Array
                (
                    [file] => /home/rosvuz/framework/web/CBaseController.php
                    [line] => 95
                    [function] => renderInternal
                    [class] => CBaseController
                    [type] => ->
                    [args] => Array
                        (
                            [0] => /home/rosvuz/application/protected/modules/default/views/school/showv2.php
                            [1] => Array
                                (
                                    [model] => School Object
                                        (
                                            [fullSearchTags:protected] => Array
                                                (
                                                    [0] => napravlenie
                                                )

                                            [ads] => 
                                            [unitMapping] => Array
                                                (
                                                )

                                            [arrayFields] => Array
                                                (
                                                    [0] => name_previos
                                                    [1] => email
                                                    [2] => address
                                                    [3] => study_lang
                                                    [4] => phone
                                                    [5] => site
                                                    [6] => social
                                                    [7] => graduation_document
                                                    [8] => license
                                                    [9] => page
                                                    [10] => contact
                                                    [11] => rating
                                                    [12] => sport
                                                    [13] => opening_hours
                                                    [14] => rss
                                                    [15] => partners
                                                )

                                            [searchFields:protected] => Array
                                                (
                                                    [0] => name
                                                    [1] => name_en
                                                    [2] => name_legal
                                                    [3] => name_previos
                                                )

                                            [fullSearchFields:protected] => Array
                                                (
                                                    [0] => name
                                                    [1] => name_en
                                                    [2] => name_legal
                                                    [3] => name_previos
                                                    [4] => keywords
                                                )

                                            [isRssUpdating] => 
                                            [_md:CActiveRecord:private] => CActiveRecordMetaData Object
                                                (
                                                    [tableSchema] => CPgsqlTableSchema Object
                                                        (
                                                            [schemaName] => public
                                                            [name] => unit
                                                            [rawName] => "unit"
                                                            [primaryKey] => id
                                                            [sequenceName] => public.object_id_seq
                                                            [foreignKeys] => Array
                                                                (
                                                                    [unit_type] => Array
                                                                        (
                                                                            [0] => unit_tag
                                                                            [1] => id
                                                                        )

                                                                    [user_id] => Array
                                                                        (
                                                                            [0] => user
                                                                            [1] => id
                                                                        )

                                                                )

                                                            [columns] => Array
                                                                (
                                                                    [id] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => id
                                                                            [rawName] => "id"
                                                                            [allowNull] => 
                                                                            [dbType] => integer
                                                                            [type] => integer
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 1
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 1
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [name] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => name
                                                                            [rawName] => "name"
                                                                            [allowNull] => 
                                                                            [dbType] => character varying(255)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 255
                                                                            [precision] => 255
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [name_legal] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => name_legal
                                                                            [rawName] => "name_legal"
                                                                            [allowNull] => 1
                                                                            [dbType] => character varying(255)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 255
                                                                            [precision] => 255
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => юридическое
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [name_previos] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => name_previos
                                                                            [rawName] => "name_previos"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => json
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [year_foundation] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => year_foundation
                                                                            [rawName] => "year_foundation"
                                                                            [allowNull] => 1
                                                                            [dbType] => integer
                                                                            [type] => integer
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => год основания
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [address] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => address
                                                                            [rawName] => "address"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => post_index, latitude, longitude, description, address(улица, дом и т.д.)
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [phone] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => phone
                                                                            [rawName] => "phone"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => json (phone: ..., comment: ...)
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [email] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => email
                                                                            [rawName] => "email"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => json (email: ..., comment: ...)
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [site] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => site
                                                                            [rawName] => "site"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => json (site: ... , comment: ...)
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [social] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => social
                                                                            [rawName] => "social"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => json (...)
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [graduation_document] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => graduation_document
                                                                            [rawName] => "graduation_document"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => Документ об окончании
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [license] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => license
                                                                            [rawName] => "license"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => Лицензии и аккредитацииjson: (license: ..., accreditaion: ...)
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [num_student] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => num_student
                                                                            [rawName] => "num_student"
                                                                            [allowNull] => 1
                                                                            [dbType] => integer
                                                                            [type] => integer
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => Кол-во студентов
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [num_teacher] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => num_teacher
                                                                            [rawName] => "num_teacher"
                                                                            [allowNull] => 1
                                                                            [dbType] => integer
                                                                            [type] => integer
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => Кол-во преподавателей
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [num_candidate] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => num_candidate
                                                                            [rawName] => "num_candidate"
                                                                            [allowNull] => 1
                                                                            [dbType] => integer
                                                                            [type] => integer
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => Кол-во кандидатов наук
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [num_doctor_professor] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => num_doctor_professor
                                                                            [rawName] => "num_doctor_professor"
                                                                            [allowNull] => 1
                                                                            [dbType] => integer
                                                                            [type] => integer
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => Кол-во профессоров и докторов наук
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [price_from] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => price_from
                                                                            [rawName] => "price_from"
                                                                            [allowNull] => 1
                                                                            [dbType] => double precision
                                                                            [type] => double
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [price_to] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => price_to
                                                                            [rawName] => "price_to"
                                                                            [allowNull] => 1
                                                                            [dbType] => double precision
                                                                            [type] => double
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [price_currency] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => price_currency
                                                                            [rawName] => "price_currency"
                                                                            [allowNull] => 1
                                                                            [dbType] => character varying(3)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 3
                                                                            [precision] => 3
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => USD, UAH
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [price_period] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => price_period
                                                                            [rawName] => "price_period"
                                                                            [allowNull] => 1
                                                                            [dbType] => integer
                                                                            [type] => integer
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 1 - per year, 2 - per semester, 3- per month, 4 - per day, 5 - per hour, 6 - per course
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [description] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => description
                                                                            [rawName] => "description"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => info о вузе или школе
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [page] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => page
                                                                            [rawName] => "page"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => json: (title: ..., seo_uri, content)
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [time_created] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => time_created
                                                                            [rawName] => "time_created"
                                                                            [allowNull] => 1
                                                                            [dbType] => timestamp(0) without time zone
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 0
                                                                            [precision] => 0
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [seo_uri] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => seo_uri
                                                                            [rawName] => "seo_uri"
                                                                            [allowNull] => 1
                                                                            [dbType] => character varying(255)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 255
                                                                            [precision] => 255
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [seo_description] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => seo_description
                                                                            [rawName] => "seo_description"
                                                                            [allowNull] => 1
                                                                            [dbType] => character varying(1024)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 1024
                                                                            [precision] => 1024
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [seo_keywords] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => seo_keywords
                                                                            [rawName] => "seo_keywords"
                                                                            [allowNull] => 1
                                                                            [dbType] => character varying(255)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 255
                                                                            [precision] => 255
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [seo_title] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => seo_title
                                                                            [rawName] => "seo_title"
                                                                            [allowNull] => 1
                                                                            [dbType] => character varying(255)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 255
                                                                            [precision] => 255
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [name_en] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => name_en
                                                                            [rawName] => "name_en"
                                                                            [allowNull] => 1
                                                                            [dbType] => character varying(255)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 255
                                                                            [precision] => 255
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => Название на английском
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [country_id] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => country_id
                                                                            [rawName] => "country_id"
                                                                            [allowNull] => 
                                                                            [dbType] => integer
                                                                            [type] => integer
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [region_id] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => region_id
                                                                            [rawName] => "region_id"
                                                                            [allowNull] => 1
                                                                            [dbType] => integer
                                                                            [type] => integer
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [city_id] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => city_id
                                                                            [rawName] => "city_id"
                                                                            [allowNull] => 1
                                                                            [dbType] => integer
                                                                            [type] => integer
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [study_lang] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => study_lang
                                                                            [rawName] => "study_lang"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => Язык обучения json
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [accreditation_level] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => accreditation_level
                                                                            [rawName] => "accreditation_level"
                                                                            [allowNull] => 1
                                                                            [dbType] => character varying(255)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 255
                                                                            [precision] => 255
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => Уровень аккредитации
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [contact] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => contact
                                                                            [rawName] => "contact"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => Котакты json (contact[admissions][address] = contact[admissions][phone] = contact[admissions][email] = contact[admissions][site] = contact[postgraduate][address] = contact[postgraduate][phone] = contact[postgraduate][email] = contact[postgraduate][site] = contact[doctorate][address] = contact[doctorate][phone] = contact[doctorate][email] = contact[doctorate][site] = )
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [rating] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => rating
                                                                            [rawName] => "rating"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [sport] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => sport
                                                                            [rawName] => "sport"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => Спорт json (sport[sections]=Спортивные секции,sport[clubs]=Спортивные клубы,sport[progress]=Спортивные достижения) 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [is_show] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => is_show
                                                                            [rawName] => "is_show"
                                                                            [allowNull] => 1
                                                                            [dbType] => boolean
                                                                            [type] => boolean
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [district_id] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => district_id
                                                                            [rawName] => "district_id"
                                                                            [allowNull] => 1
                                                                            [dbType] => integer
                                                                            [type] => integer
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [metro_id] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => metro_id
                                                                            [rawName] => "metro_id"
                                                                            [allowNull] => 1
                                                                            [dbType] => integer
                                                                            [type] => integer
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [opening_hours] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => opening_hours
                                                                            [rawName] => "opening_hours"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [user_id] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => user_id
                                                                            [rawName] => "user_id"
                                                                            [allowNull] => 1
                                                                            [dbType] => bigint
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 1
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [is_approve] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => is_approve
                                                                            [rawName] => "is_approve"
                                                                            [allowNull] => 
                                                                            [dbType] => boolean
                                                                            [type] => boolean
                                                                            [defaultValue] => 1
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [is_deleted] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => is_deleted
                                                                            [rawName] => "is_deleted"
                                                                            [allowNull] => 
                                                                            [dbType] => boolean
                                                                            [type] => boolean
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [rss_link] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => rss_link
                                                                            [rawName] => "rss_link"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [rss] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => rss
                                                                            [rawName] => "rss"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [date_start] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => date_start
                                                                            [rawName] => "date_start"
                                                                            [allowNull] => 1
                                                                            [dbType] => timestamp without time zone
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [date_end] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => date_end
                                                                            [rawName] => "date_end"
                                                                            [allowNull] => 1
                                                                            [dbType] => timestamp without time zone
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [search_keywords] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => search_keywords
                                                                            [rawName] => "search_keywords"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [keywords] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => keywords
                                                                            [rawName] => "keywords"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [full_search_keywords] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => full_search_keywords
                                                                            [rawName] => "full_search_keywords"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [unit_type] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => unit_type
                                                                            [rawName] => "unit_type"
                                                                            [allowNull] => 1
                                                                            [dbType] => integer
                                                                            [type] => integer
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 1
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [time_update] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => time_update
                                                                            [rawName] => "time_update"
                                                                            [allowNull] => 1
                                                                            [dbType] => timestamp(0) without time zone
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 0
                                                                            [precision] => 0
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [weight] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => weight
                                                                            [rawName] => "weight"
                                                                            [allowNull] => 1
                                                                            [dbType] => integer
                                                                            [type] => integer
                                                                            [defaultValue] => 0
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [deadline] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => deadline
                                                                            [rawName] => "deadline"
                                                                            [allowNull] => 1
                                                                            [dbType] => integer
                                                                            [type] => integer
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [in_main] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => in_main
                                                                            [rawName] => "in_main"
                                                                            [allowNull] => 1
                                                                            [dbType] => boolean
                                                                            [type] => boolean
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [pass_score_from] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => pass_score_from
                                                                            [rawName] => "pass_score_from"
                                                                            [allowNull] => 1
                                                                            [dbType] => smallint
                                                                            [type] => integer
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [pass_score_to] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => pass_score_to
                                                                            [rawName] => "pass_score_to"
                                                                            [allowNull] => 1
                                                                            [dbType] => smallint
                                                                            [type] => integer
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [budget_place_count] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => budget_place_count
                                                                            [rawName] => "budget_place_count"
                                                                            [allowNull] => 1
                                                                            [dbType] => smallint
                                                                            [type] => integer
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [rayon] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => rayon
                                                                            [rawName] => "rayon"
                                                                            [allowNull] => 1
                                                                            [dbType] => character varying(32)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 32
                                                                            [precision] => 32
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [source] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => source
                                                                            [rawName] => "source"
                                                                            [allowNull] => 1
                                                                            [dbType] => character varying(32)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 32
                                                                            [precision] => 32
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [is_banner] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => is_banner
                                                                            [rawName] => "is_banner"
                                                                            [allowNull] => 1
                                                                            [dbType] => boolean
                                                                            [type] => boolean
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [banner_text] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => banner_text
                                                                            [rawName] => "banner_text"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [header1] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => header1
                                                                            [rawName] => "header1"
                                                                            [allowNull] => 1
                                                                            [dbType] => character varying(128)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 128
                                                                            [precision] => 128
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [headervalue1] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => headervalue1
                                                                            [rawName] => "headervalue1"
                                                                            [allowNull] => 1
                                                                            [dbType] => character varying(128)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 128
                                                                            [precision] => 128
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [header2] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => header2
                                                                            [rawName] => "header2"
                                                                            [allowNull] => 1
                                                                            [dbType] => character varying(128)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 128
                                                                            [precision] => 128
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [headervalue2] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => headervalue2
                                                                            [rawName] => "headervalue2"
                                                                            [allowNull] => 1
                                                                            [dbType] => character varying(128)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 128
                                                                            [precision] => 128
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [header3] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => header3
                                                                            [rawName] => "header3"
                                                                            [allowNull] => 1
                                                                            [dbType] => character varying(128)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 128
                                                                            [precision] => 128
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [headervalue3] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => headervalue3
                                                                            [rawName] => "headervalue3"
                                                                            [allowNull] => 1
                                                                            [dbType] => character varying(128)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 128
                                                                            [precision] => 128
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [banner_link] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => banner_link
                                                                            [rawName] => "banner_link"
                                                                            [allowNull] => 1
                                                                            [dbType] => character varying(128)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 128
                                                                            [precision] => 128
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [banner2_text] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => banner2_text
                                                                            [rawName] => "banner2_text"
                                                                            [allowNull] => 1
                                                                            [dbType] => character varying(128)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 128
                                                                            [precision] => 128
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [banner2_link] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => banner2_link
                                                                            [rawName] => "banner2_link"
                                                                            [allowNull] => 1
                                                                            [dbType] => character varying(128)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 128
                                                                            [precision] => 128
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [member_name] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => member_name
                                                                            [rawName] => "member_name"
                                                                            [allowNull] => 1
                                                                            [dbType] => character varying(128)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 128
                                                                            [precision] => 128
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [member_dolj] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => member_dolj
                                                                            [rawName] => "member_dolj"
                                                                            [allowNull] => 1
                                                                            [dbType] => character varying(128)
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 128
                                                                            [precision] => 128
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                    [partners] => CPgsqlColumnSchema Object
                                                                        (
                                                                            [name] => partners
                                                                            [rawName] => "partners"
                                                                            [allowNull] => 1
                                                                            [dbType] => text
                                                                            [type] => string
                                                                            [defaultValue] => 
                                                                            [size] => 
                                                                            [precision] => 
                                                                            [scale] => 
                                                                            [isPrimaryKey] => 
                                                                            [isForeignKey] => 
                                                                            [autoIncrement] => 
                                                                            [comment] => 
                                                                            [_e:CComponent:private] => 
                                                                            [_m:CComponent:private] => 
                                                                        )

                                                                )

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

                                                    [columns] => Array
                                                        (
                                                            [id] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => id
                                                                    [rawName] => "id"
                                                                    [allowNull] => 
                                                                    [dbType] => integer
                                                                    [type] => integer
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 1
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 1
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [name] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => name
                                                                    [rawName] => "name"
                                                                    [allowNull] => 
                                                                    [dbType] => character varying(255)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 255
                                                                    [precision] => 255
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [name_legal] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => name_legal
                                                                    [rawName] => "name_legal"
                                                                    [allowNull] => 1
                                                                    [dbType] => character varying(255)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 255
                                                                    [precision] => 255
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => юридическое
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [name_previos] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => name_previos
                                                                    [rawName] => "name_previos"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => json
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [year_foundation] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => year_foundation
                                                                    [rawName] => "year_foundation"
                                                                    [allowNull] => 1
                                                                    [dbType] => integer
                                                                    [type] => integer
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => год основания
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [address] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => address
                                                                    [rawName] => "address"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => post_index, latitude, longitude, description, address(улица, дом и т.д.)
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [phone] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => phone
                                                                    [rawName] => "phone"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => json (phone: ..., comment: ...)
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [email] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => email
                                                                    [rawName] => "email"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => json (email: ..., comment: ...)
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [site] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => site
                                                                    [rawName] => "site"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => json (site: ... , comment: ...)
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [social] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => social
                                                                    [rawName] => "social"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => json (...)
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [graduation_document] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => graduation_document
                                                                    [rawName] => "graduation_document"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => Документ об окончании
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [license] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => license
                                                                    [rawName] => "license"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => Лицензии и аккредитацииjson: (license: ..., accreditaion: ...)
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [num_student] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => num_student
                                                                    [rawName] => "num_student"
                                                                    [allowNull] => 1
                                                                    [dbType] => integer
                                                                    [type] => integer
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => Кол-во студентов
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [num_teacher] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => num_teacher
                                                                    [rawName] => "num_teacher"
                                                                    [allowNull] => 1
                                                                    [dbType] => integer
                                                                    [type] => integer
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => Кол-во преподавателей
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [num_candidate] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => num_candidate
                                                                    [rawName] => "num_candidate"
                                                                    [allowNull] => 1
                                                                    [dbType] => integer
                                                                    [type] => integer
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => Кол-во кандидатов наук
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [num_doctor_professor] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => num_doctor_professor
                                                                    [rawName] => "num_doctor_professor"
                                                                    [allowNull] => 1
                                                                    [dbType] => integer
                                                                    [type] => integer
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => Кол-во профессоров и докторов наук
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [price_from] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => price_from
                                                                    [rawName] => "price_from"
                                                                    [allowNull] => 1
                                                                    [dbType] => double precision
                                                                    [type] => double
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [price_to] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => price_to
                                                                    [rawName] => "price_to"
                                                                    [allowNull] => 1
                                                                    [dbType] => double precision
                                                                    [type] => double
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [price_currency] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => price_currency
                                                                    [rawName] => "price_currency"
                                                                    [allowNull] => 1
                                                                    [dbType] => character varying(3)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 3
                                                                    [precision] => 3
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => USD, UAH
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [price_period] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => price_period
                                                                    [rawName] => "price_period"
                                                                    [allowNull] => 1
                                                                    [dbType] => integer
                                                                    [type] => integer
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 1 - per year, 2 - per semester, 3- per month, 4 - per day, 5 - per hour, 6 - per course
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [description] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => description
                                                                    [rawName] => "description"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => info о вузе или школе
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [page] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => page
                                                                    [rawName] => "page"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => json: (title: ..., seo_uri, content)
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [time_created] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => time_created
                                                                    [rawName] => "time_created"
                                                                    [allowNull] => 1
                                                                    [dbType] => timestamp(0) without time zone
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 0
                                                                    [precision] => 0
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [seo_uri] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => seo_uri
                                                                    [rawName] => "seo_uri"
                                                                    [allowNull] => 1
                                                                    [dbType] => character varying(255)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 255
                                                                    [precision] => 255
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [seo_description] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => seo_description
                                                                    [rawName] => "seo_description"
                                                                    [allowNull] => 1
                                                                    [dbType] => character varying(1024)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 1024
                                                                    [precision] => 1024
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [seo_keywords] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => seo_keywords
                                                                    [rawName] => "seo_keywords"
                                                                    [allowNull] => 1
                                                                    [dbType] => character varying(255)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 255
                                                                    [precision] => 255
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [seo_title] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => seo_title
                                                                    [rawName] => "seo_title"
                                                                    [allowNull] => 1
                                                                    [dbType] => character varying(255)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 255
                                                                    [precision] => 255
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [name_en] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => name_en
                                                                    [rawName] => "name_en"
                                                                    [allowNull] => 1
                                                                    [dbType] => character varying(255)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 255
                                                                    [precision] => 255
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => Название на английском
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [country_id] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => country_id
                                                                    [rawName] => "country_id"
                                                                    [allowNull] => 
                                                                    [dbType] => integer
                                                                    [type] => integer
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [region_id] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => region_id
                                                                    [rawName] => "region_id"
                                                                    [allowNull] => 1
                                                                    [dbType] => integer
                                                                    [type] => integer
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [city_id] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => city_id
                                                                    [rawName] => "city_id"
                                                                    [allowNull] => 1
                                                                    [dbType] => integer
                                                                    [type] => integer
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [study_lang] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => study_lang
                                                                    [rawName] => "study_lang"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => Язык обучения json
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [accreditation_level] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => accreditation_level
                                                                    [rawName] => "accreditation_level"
                                                                    [allowNull] => 1
                                                                    [dbType] => character varying(255)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 255
                                                                    [precision] => 255
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => Уровень аккредитации
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [contact] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => contact
                                                                    [rawName] => "contact"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => Котакты json (contact[admissions][address] = contact[admissions][phone] = contact[admissions][email] = contact[admissions][site] = contact[postgraduate][address] = contact[postgraduate][phone] = contact[postgraduate][email] = contact[postgraduate][site] = contact[doctorate][address] = contact[doctorate][phone] = contact[doctorate][email] = contact[doctorate][site] = )
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [rating] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => rating
                                                                    [rawName] => "rating"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [sport] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => sport
                                                                    [rawName] => "sport"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => Спорт json (sport[sections]=Спортивные секции,sport[clubs]=Спортивные клубы,sport[progress]=Спортивные достижения) 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [is_show] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => is_show
                                                                    [rawName] => "is_show"
                                                                    [allowNull] => 1
                                                                    [dbType] => boolean
                                                                    [type] => boolean
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [district_id] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => district_id
                                                                    [rawName] => "district_id"
                                                                    [allowNull] => 1
                                                                    [dbType] => integer
                                                                    [type] => integer
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [metro_id] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => metro_id
                                                                    [rawName] => "metro_id"
                                                                    [allowNull] => 1
                                                                    [dbType] => integer
                                                                    [type] => integer
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [opening_hours] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => opening_hours
                                                                    [rawName] => "opening_hours"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [user_id] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => user_id
                                                                    [rawName] => "user_id"
                                                                    [allowNull] => 1
                                                                    [dbType] => bigint
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 1
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [is_approve] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => is_approve
                                                                    [rawName] => "is_approve"
                                                                    [allowNull] => 
                                                                    [dbType] => boolean
                                                                    [type] => boolean
                                                                    [defaultValue] => 1
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [is_deleted] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => is_deleted
                                                                    [rawName] => "is_deleted"
                                                                    [allowNull] => 
                                                                    [dbType] => boolean
                                                                    [type] => boolean
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [rss_link] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => rss_link
                                                                    [rawName] => "rss_link"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [rss] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => rss
                                                                    [rawName] => "rss"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [date_start] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => date_start
                                                                    [rawName] => "date_start"
                                                                    [allowNull] => 1
                                                                    [dbType] => timestamp without time zone
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [date_end] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => date_end
                                                                    [rawName] => "date_end"
                                                                    [allowNull] => 1
                                                                    [dbType] => timestamp without time zone
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [search_keywords] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => search_keywords
                                                                    [rawName] => "search_keywords"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [keywords] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => keywords
                                                                    [rawName] => "keywords"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [full_search_keywords] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => full_search_keywords
                                                                    [rawName] => "full_search_keywords"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [unit_type] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => unit_type
                                                                    [rawName] => "unit_type"
                                                                    [allowNull] => 1
                                                                    [dbType] => integer
                                                                    [type] => integer
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 1
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [time_update] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => time_update
                                                                    [rawName] => "time_update"
                                                                    [allowNull] => 1
                                                                    [dbType] => timestamp(0) without time zone
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 0
                                                                    [precision] => 0
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [weight] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => weight
                                                                    [rawName] => "weight"
                                                                    [allowNull] => 1
                                                                    [dbType] => integer
                                                                    [type] => integer
                                                                    [defaultValue] => 0
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [deadline] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => deadline
                                                                    [rawName] => "deadline"
                                                                    [allowNull] => 1
                                                                    [dbType] => integer
                                                                    [type] => integer
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [in_main] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => in_main
                                                                    [rawName] => "in_main"
                                                                    [allowNull] => 1
                                                                    [dbType] => boolean
                                                                    [type] => boolean
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [pass_score_from] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => pass_score_from
                                                                    [rawName] => "pass_score_from"
                                                                    [allowNull] => 1
                                                                    [dbType] => smallint
                                                                    [type] => integer
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [pass_score_to] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => pass_score_to
                                                                    [rawName] => "pass_score_to"
                                                                    [allowNull] => 1
                                                                    [dbType] => smallint
                                                                    [type] => integer
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [budget_place_count] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => budget_place_count
                                                                    [rawName] => "budget_place_count"
                                                                    [allowNull] => 1
                                                                    [dbType] => smallint
                                                                    [type] => integer
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [rayon] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => rayon
                                                                    [rawName] => "rayon"
                                                                    [allowNull] => 1
                                                                    [dbType] => character varying(32)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 32
                                                                    [precision] => 32
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [source] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => source
                                                                    [rawName] => "source"
                                                                    [allowNull] => 1
                                                                    [dbType] => character varying(32)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 32
                                                                    [precision] => 32
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [is_banner] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => is_banner
                                                                    [rawName] => "is_banner"
                                                                    [allowNull] => 1
                                                                    [dbType] => boolean
                                                                    [type] => boolean
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [banner_text] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => banner_text
                                                                    [rawName] => "banner_text"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [header1] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => header1
                                                                    [rawName] => "header1"
                                                                    [allowNull] => 1
                                                                    [dbType] => character varying(128)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 128
                                                                    [precision] => 128
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [headervalue1] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => headervalue1
                                                                    [rawName] => "headervalue1"
                                                                    [allowNull] => 1
                                                                    [dbType] => character varying(128)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 128
                                                                    [precision] => 128
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [header2] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => header2
                                                                    [rawName] => "header2"
                                                                    [allowNull] => 1
                                                                    [dbType] => character varying(128)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 128
                                                                    [precision] => 128
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [headervalue2] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => headervalue2
                                                                    [rawName] => "headervalue2"
                                                                    [allowNull] => 1
                                                                    [dbType] => character varying(128)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 128
                                                                    [precision] => 128
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [header3] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => header3
                                                                    [rawName] => "header3"
                                                                    [allowNull] => 1
                                                                    [dbType] => character varying(128)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 128
                                                                    [precision] => 128
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [headervalue3] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => headervalue3
                                                                    [rawName] => "headervalue3"
                                                                    [allowNull] => 1
                                                                    [dbType] => character varying(128)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 128
                                                                    [precision] => 128
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [banner_link] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => banner_link
                                                                    [rawName] => "banner_link"
                                                                    [allowNull] => 1
                                                                    [dbType] => character varying(128)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 128
                                                                    [precision] => 128
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [banner2_text] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => banner2_text
                                                                    [rawName] => "banner2_text"
                                                                    [allowNull] => 1
                                                                    [dbType] => character varying(128)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 128
                                                                    [precision] => 128
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [banner2_link] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => banner2_link
                                                                    [rawName] => "banner2_link"
                                                                    [allowNull] => 1
                                                                    [dbType] => character varying(128)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 128
                                                                    [precision] => 128
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [member_name] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => member_name
                                                                    [rawName] => "member_name"
                                                                    [allowNull] => 1
                                                                    [dbType] => character varying(128)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 128
                                                                    [precision] => 128
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [member_dolj] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => member_dolj
                                                                    [rawName] => "member_dolj"
                                                                    [allowNull] => 1
                                                                    [dbType] => character varying(128)
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 128
                                                                    [precision] => 128
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                            [partners] => CPgsqlColumnSchema Object
                                                                (
                                                                    [name] => partners
                                                                    [rawName] => "partners"
                                                                    [allowNull] => 1
                                                                    [dbType] => text
                                                                    [type] => string
                                                                    [defaultValue] => 
                                                                    [size] => 
                                                                    [precision] => 
                                                                    [scale] => 
                                                                    [isPrimaryKey] => 
                                                                    [isForeignKey] => 
                                                                    [autoIncrement] => 
                                                                    [comment] => 
                                                                    [_e:CComponent:private] => 
                                                                    [_m:CComponent:private] => 
                                                                )

                                                        )

                                                    [relations] => Array
                                                        (
                                                            [unitTagMappings] => CHasManyRelation Object
                                                                (
                                                                    [limit] => -1
                                                                    [offset] => -1
                                                                    [index] => 
                                                                    [through] => 
                                                                    [joinType] => LEFT OUTER JOIN
                                                                    [on] => 
                                                                    [alias] => 
                                                                    [with] => Array
                                                                        (
                                                                        )

                                                                    [together] => 
                                                                    [scopes] => 
                                                                    [name] => unitTagMappings
                                                                    [className] => UnitTagMapping
                                                                    [foreignKey] => unit_id
                                                                    [select] => *
                                                                    [condition] => 
                                                                    [params] => Array
                                                                        (
                                                                        )

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

                                                            [mainTagMapping] => CHasOneRelation Object
                                                                (
                                                                    [through] => 
                                                                    [joinType] => LEFT OUTER JOIN
                                                                    [on] => 
                                                                    [alias] => 
                                                                    [with] => Array
                                                                        (
                                                                        )

                                                                    [together] => 
                                                                    [scopes] => 
                                                                    [name] => mainTagMapping
                                                                    [className] => UnitTagMapping
                                                                    [foreignKey] => unit_id
                                                                    [select] => *
                                                                    [condition] => 
                                                                    [params] => Array
                                                                        (
                                                                        )

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

                                                            [medias] => CHasManyRelation Object
                                                                (
                                                                    [limit] => -1
                                                                    [offset] => -1
                                                                    [index] => 
                                                                    [through] => 
                                                                    [joinType] => LEFT OUTER JOIN
                                                                    [on] => 
                                                                    [alias] => 
                                                                    [with] => Array
                                                                        (
                                                                        )

                                                                    [together] => 
                                                                    [scopes] => 
                                                                    [name] => medias
                                                                    [className] => Media
                                                                    [foreignKey] => unit_id
                                                                    [select] => *
                                                                    [condition] => 
                                                                    [params] => Array
                                                                        (
                                                                        )

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

                                                            [reviews] => CHasManyRelation Object
                                                                (
                                                                    [limit] => -1
                                                                    [offset] => -1
                                                                    [index] => 
                                                                    [through] => 
                                                                    [joinType] => LEFT OUTER JOIN
                                                                    [on] => 
                                                                    [alias] => 
                                                                    [with] => Array
                                                                        (
                                                                        )

                                                                    [together] => 
                                                                    [scopes] => 
                                                                    [name] => reviews
                                                                    [className] => Reviews
                                                                    [foreignKey] => unit_id
                                                                    [select] => *
                                                                    [condition] => 
                                                                    [params] => Array
                                                                        (
                                                                        )

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

                                                            [videos] => CHasManyRelation Object
                                                                (
                                                                    [limit] => -1
                                                                    [offset] => -1
                                                                    [index] => 
                                                                    [through] => 
                                                                    [joinType] => LEFT OUTER JOIN
                                                                    [on] => 
                                                                    [alias] => 
                                                                    [with] => Array
                                                                        (
                                                                        )

                                                                    [together] => 
                                                                    [scopes] => 
                                                                    [name] => videos
                                                                    [className] => Video
                                                                    [foreignKey] => unit_id
                                                                    [select] => *
                                                                    [condition] => 
                                                                    [params] => Array
                                                                        (
                                                                        )

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

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

                                                                    [together] => 
                                                                    [scopes] => 
                                                                    [name] => user
                                                                    [className] => User
                                                                    [foreignKey] => user_id
                                                                    [select] => *
                                                                    [condition] => 
                                                                    [params] => Array
                                                                        (
                                                                        )

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

                                                            [openDay] => CHasManyRelation Object
                                                                (
                                                                    [limit] => -1
                                                                    [offset] => -1
                                                                    [index] => 
                                                                    [through] => 
                                                                    [joinType] => LEFT OUTER JOIN
                                                                    [on] => 
                                                                    [alias] => 
                                                                    [with] => Array
                                                                        (
                                                                        )

                                                                    [together] => 
                                                                    [scopes] => 
                                                                    [name] => openDay
                                                                    [className] => OpenDay
                                                                    [foreignKey] => unit_id
                                                                    [select] => *
                                                                    [condition] => 
                                                                    [params] => Array
                                                                        (
                                                                        )

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

                                                            [users] => CHasManyRelation Object
                                                                (
                                                                    [limit] => -1
                                                                    [offset] => -1
                                                                    [index] => 
                                                                    [through] => 
                                                                    [joinType] => LEFT OUTER JOIN
                                                                    [on] => 
                                                                    [alias] => 
                                                                    [with] => Array
                                                                        (
                                                                        )

                                                                    [together] => 
                                                                    [scopes] => 
                                                                    [name] => users
                                                                    [className] => UserUnitMapping
                                                                    [foreignKey] => unit_id
                                                                    [select] => *
                                                                    [condition] => 
                                                                    [params] => Array
                                                                        (
                                                                        )

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

                                                            [unitFrom] => CHasManyRelation Object
                                                                (
                                                                    [limit] => -1
                                                                    [offset] => -1
                                                                    [index] => 
                                                                    [through] => 
                                                                    [joinType] => LEFT OUTER JOIN
                                                                    [on] => 
                                                                    [alias] => 
                                                                    [with] => Array
                                                                        (
                                                                        )

                                                                    [together] => 
                                                                    [scopes] => 
                                                                    [name] => unitFrom
                                                                    [className] => UnitMapping
                                                                    [foreignKey] => unit_id_from
                                                                    [select] => *
                                                                    [condition] => 
                                                                    [params] => Array
                                                                        (
                                                                        )

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

                                                            [unitTo] => CHasManyRelation Object
                                                                (
                                                                    [limit] => -1
                                                                    [offset] => -1
                                                                    [index] => 
                                                                    [through] => 
                                                                    [joinType] => LEFT OUTER JOIN
                                                                    [on] => 
                                                                    [alias] => 
                                                                    [with] => Array
                                                                        (
                                                                        )

                                                                    [together] => 
                                                                    [scopes] => 
                                                                    [name] => unitTo
                                                                    [className] => UnitMapping
                                                                    [foreignKey] => unit_id_to
                                                                    [select] => *
                                                                    [condition] => 
                                                                    [params] => Array
                                                                        (
                                                                        )

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

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

                                                                    [together] => 
                                                                    [scopes] => 
                                                                    [name] => city
                                                                    [className] => GeoCity
                                                                    [foreignKey] => city_id
                                                                    [select] => *
                                                                    [condition] => 
                                                                    [params] => Array
                                                                        (
                                                                        )

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

                                                        )

                                                    [attributeDefaults] => Array
                                                        (
                                                            [is_show] => 
                                                            [is_approve] => 1
                                                            [is_deleted] => 
                                                            [weight] => 0
                                                            [in_main] => 
                                                        )

                                                    [_model:CActiveRecordMetaData:private] => School Object
                                                        (
                                                            [fullSearchTags:protected] => Array
                                                                (
                                                                    [0] => napravlenie
                                                                )

                                                            [ads] => 
                                                            [unitMapping] => Array
                                                                (
                                                                )

                                                            [arrayFields] => Array
                                                                (
                                                                    [0] => name_previos
                                                                    [1] => email
                                                                    [2] => address
                                                                    [3] => study_lang
                                                                    [4] => phone
                                                                    [5] => site
                                                                    [6] => social
                                                                    [7] => graduation_document
                                                                    [8] => license
                                                                    [9] => page
                                                                    [10] => contact
                                                                    [11] => rating
                                                                    [12] => sport
                                                                    [13] => opening_hours
                                                                    [14] => rss
                                                                    [15] => partners
                                                                )

                                                            [searchFields:protected] => Array
                                                                (
                                                                    [0] => name
                                                                    [1] => name_en
                                                                    [2] => name_legal
                                                                    [3] => name_previos
                                                                )

                                                            [fullSearchFields:protected] => Array
                                                                (
                                                                    [0] => name
                                                                    [1] => name_en
                                                                    [2] => name_legal
                                                                    [3] => name_previos
                                                                    [4] => keywords
                                                                )

                                                            [isRssUpdating] => 
                                                            [_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] => 6248
                                                    [name] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [name_legal] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [name_previos] => [year_foundation] => [address] => Array ( [0] => Array ( [address] => ш. Энтузиастов, 53, Балашиха, Московская обл., Россия, [post_index] => 143900 [latitude] => 55.79846 [longitude] => 37.973445 [district] => 0 [metro] => 0 ) ) [phone] => Array ( [0] => Array ( [phone_number] => 8 495 521 14 46 ) ) [email] => Array ( [0] => Array ( [email] => school12bal@mail.ru ) ) [site] => [social] => [graduation_document] => Array ( [0] => аттестат государственного образца ) [license] => [num_student] => [num_teacher] => [num_candidate] => [num_doctor_professor] => [price_from] => [price_to] => [price_currency] => [price_period] => [description] =>

Учредитель образовательной организации:
Управление по образованию Городского округа Балашиха

Сайт учредителя: http://balashiha.ru/

Учредитель образовательной организации:
Городской округ Балашиха

Сайт учредителя: http://balashiha.ru/

Дата основания образовательной организации: 1.1. Муниципальное бюджетное общеобразовательное учреждение Городского округа Балашиха «Средняя общеобразовательная школа №12 с углубленным изучением отдельных предметов» (далее – Школа) некоммерческая организация, созданная для выполнения работ, оказания услуг в целях обеспечения реализации предусмотренных законодательством Российской Федерации полномочий органов местного самоуправления в сфере образования. 1.2. Учреждение было создано в 1962 году. В 1962 году получено наименование «Средняя школа №12», в 1996 году – «Средняя (полная) общеобразовательная школа №12» Балашихинского района Московской области (постановление отдела регистрации предприятий и предпринимательской деятельности от 27.06.1996 № 1969). В 2000 году школа стала иметь название муниципальное общеобразовательное учреждение Балашихинского района Московской области «Средняя общеобразовательная школа № 12» (постановление Главы городского округа Балашиха от 13.12.2000 № 1312). В 2006 году Школа получает название муниципальное общеобразовательное учреждение городского округа Балашиха «Средняя общеобразовательная школа № 12 с углубленным изучением отдельных предметов» (постановление Главы городского округа Балашиха от 18.01.2006 № 7/8). С 01.07.2012 года наименование муниципальное бюджетное общеобразовательное учреждение городского округа Балашиха «Средняя общеобразовательная школа № 12 с углубленным изучением отдельных предметов» (постановление Главы городского округа Балашиха от 28.02.2012 г. № 205/8-ПА). В 2016г. муниципальное бюджетное общеобразовательное учреждение городского округа Балашиха «Средняя общеобразовательная школа №12 с углубленным изучением отдельных предметов» переименовано в муниципальное бюджетное общеобразовательное учреждение Городского округа Балашиха «Средняя общеобразовательная школа №12 с углубленным изучением отдельных предметов» в связи с принятием Закона Московской области от 30.12.2014г № 209/204-ОЗ  «Об объединении городов областного подчинения Московской области Балашиха и Железнодорожный и внесении изменения в Закон Московской области «Об административно территориальном устройстве Московской области» и  приказа Управления по образованию Администрации Городского округа Балашиха от 08.07.2016г. №1086 «О переименовании муниципального бюджетного общеобразовательного учреждения городского округа Балашиха «Средняя общеобразовательная школа №12 с углубленным изучением отдельных предметов» и утверждении его Устава». Ссылка на схему презда до МБОУ "Школа №12" 

Языки образования: русский
[page] => Array ( [technical_base] =>
Сведения о наличии оборудованных учебных кабинетов

Сведения об объектах для проведения практических занятий

Сведения о библиотеках

Сведения об объектах спорта

Сведения о средствах обучения и воспитания

Сведения об условиях питания

Сведения об условиях охраны здоровья обучающихся

Сведения о доступе к информационным системам и информационно-телекоммуникационным сетям

Открыть сведения о информационно- телекомуникационных сетях

Сведения об электронных образовательных ресурсах, к которым обеспечивается доступ обучающихся

Школьный портал

Читать далее...
Сведения об обеспечении доступа в здания образовательной организации инвалидов и лиц с ограниченными возможностями здоровья
Сведения о наличии специальных технических средств обучения коллективного и индивидуального пользования для инвалидов и лиц с ограниченными возможностями здоровья

» Читать далее
15 сентября 2017

Материально-техническое оснащение школы

.Акт готовности школы к новому учебному году

Читать далее...

Материально-техническое оснащение школы

Видеонаблюдение в школе

07 сентября 2016

[teachers] => Всего работников - 48 Всего педагогических работников - 49 Правила подсчета Правила отнесения работников к той или иной категории Отнесение должностей работников к определённой категории в образовательных организациях является правом органа исполнительной власти субъекта РФ (ниже указаны категории на примере г. Москвы). К основному педагогическому персоналу относятся следующие работники: учитель; преподаватель; тьютор; инструктор по труду; инструктор по физической культуре; музыкальный руководитель; педагог-библиотекарь; педагог-организатор; педагог-психолог; преподаватель-организатор основ безопасности жизнедеятельности; социальный педагог; старший вожатый; тренер-преподаватель (включая старшего); учитель-дефектолог; учитель-логопед; воспитатель (включая старшего). Иные категории работников устанавливаются также в соответствии с региональными нормативными актами. К административно-управленческому персоналу относятся: директор (руководитель), заместители директора (руководителя), руководители структурных подразделений, главный бухгалтер. К иному педагогическому персоналу относятся: педагог дополнительного образования, воспитатель группы продлённого дня и др. К учебно-вспомогательному персоналу относятся: секретарь учебной части, документовед, делопроизводитель, заведующий хозяйством, системный администратор и др. К иному персоналу относятся: рабочий по комплексному обслуживанию здания, курьер, водитель и др. Внештатный работник - работник, который оказывает образовательной организации какие-либо услуги (выполняет работы) в рамках гражданско-правового договора, договора оказания услуг (выполнения работ). Данный работник не учитывается в штате организации, поэтому в диаграммах подраздела сайта «Работники образовательной организации» информация о нём не учитывается, но при этом всю необходимую информацию можно разместить в его личной карточке. [medicine] => Есть собственный медицинский пункт [classes_school] => 1-11 классы [disciplines] => Array ( ) [honors] => Array ( ) ) [time_created] => 2018-05-14 22:55:51 [seo_uri] => srednyaya-obscheobrazovatelnaya-shkola-12-br-s-uglublennym-izucheniem-otdelnyh-predmetov [seo_description] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_title] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [name_en] => [country_id] => 73 [region_id] => 485 [city_id] => 2964 [study_lang] => Array ( [0] => русский ) [accreditation_level] => [contact] => Array ( [terms_of_admission] => Array ( [text] =>

1 класс

 

 

Зачисление детей в первый класс 2018-2019 учебного года осуществляется через Региональный портал государственных и муниципальных услуг Московской области (РПГУ) https://uslugi.mosreg.ru/ в режиме круглосуточного доступа:

     с 01 февраля до 30 июня для зарегистрированных на закрепленной территории,

     с 01 июля до 05 сентября для не зарегистрированных на закрепленной территории, при наличии свободных мест.

 

  В течение 3-х дней после подачи заявления через РПГУ необходимо предоставить в образовательную организацию документы:

-  копия свидетельства о рождении ребенка (оригинал предъявляется);

- копия свидетельства о регистрации ребенка по месту жительства или свидетельства о регистрации ребенка по месту пребывания на закрепленной территории (оригинал предъявляется).

 

 Заявление также можно подать лично в образовательной организации в дни приема.

 

График приема документов для зачисления в 1 класс:

 

Понедельник-пятница -  14.00-17.00,  

- заместитель директора по УВР в начальной школе Сахарова Ольга Владимировна,

- секретарь Щербинина Елена Николаевна

 

Телефоны «горячей линии» по вопросам зачисления в 1 класс:

     Телефоны МБОУ «Школа №12»:

8 (495) 521-14-46 – директор школы Спиридонова Юлия Сергеевна;

8 (495) 521-67-55 – кабинет заместителей директора по УВР


Телефон «горячей линии» Управления по образованию Администрации Городского округа Балашиха по вопросам приема детей в первый класс:  
8 (495) 521-21-09.

 

Информация о планируемом количестве мест в 1 классах и адреса, закрепленные за МБОУ «Школа №12»,  будет размещена позже, в январе 2018 г. после получения приказа Управления по образованию 

   

    В 1 классы принимаются дети  в возрасте 8-го и 7-го года жизни. Прием детей 7-го года жизни осуществляется при достижении ими к 1 сентября учебного года возраста не менее 6 лет 6 месяцев.

    В первый класс зачисляются все дети, достигшие школьного возраста, независимо от уровня их подготовки, без вступительных испытаний (процедур отбора).

 

Приказ от 11.01.2017 года  № 6 "Об организации приема детей в первые классы МБОУ «Школа №12» в 2017 - 2018 учебном году"

ПРИКАЗ УПРАВЛЕНИЯ ПО ОБРАЗОВАНИЮ АДМИНИСТРАЦИИ ГОРОДСКОГО ОКРУГА БАЛАШИХА  от  « 09 »   января  2017 г. №  23 "О комплектовании первых классов муниципальных общеобразовательных учреждений Городского округа Балашиха в 2017-2018 учебном году"

26 марта 2018

Положение о конкурсном отборе в классы с углубленным изучением отдельных предметов и профильные классы

ПОЛОЖЕНИЕ Об организации индивидуального отбора при приеме либо переводе в муниципальное бюджетное общеобразовательное учреждение городского округа Балашиха «Средняя общеобразовательная школа №12 с углубленным изучением отдельных предметов» для получения основного общего и среднего общего образования с углубленным изучением отдельных учебных предметов или для профильного обучения

Приказы о зачислении в 1-ые классы

Читать далее...

МИНИСТЕРСТВО ОБРАЗОВАНИЯ И НАУКИ РОССИЙСКОЙ ФЕДЕРАЦИИ ПРИКАЗ от 22 января 2014 г. N 32 ОБ УТВЕРЖДЕНИИ ПОРЯДКА ПРИЕМА ГРАЖДАН НА ОБУЧЕНИЕ ПО ОБРАЗОВАТЕЛЬНЫМ ПРОГРАММАМ НАЧАЛЬНОГО ОБЩЕГО, ОСНОВНОГО ОБЩЕГО И СРЕДНЕГО ОБЩЕГО ОБРАЗОВАНИЯ

/uploads/2000/1647/section/219898/Zaregistrirovano_v_Minyuste_Rossii_2_aprelya_2014_g_32.doc?1490437801792

Организация приема обучающихся в общеобразовательные учреждения Г.о.Балашихав 2017г.

Инструкция для родителей!

Читать далее...

Закрепление территорий Городского округа Балашиха за муниципальными общеобразовательными учреждениями Городского округа Балашиха.

Читать далее...
) ) [rating] => [sport] => Array ( [sections] => Array ( [0] => ОФП [1] => Футбол [2] => Баскетбол [3] => Волейбол ) ) [is_show] => 1 [district_id] => [metro_id] => [opening_hours] => [user_id] => 186 [is_approve] => 1 [is_deleted] => [rss_link] => [rss] => [date_start] => [date_end] => [search_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов, Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов, [keywords] => [full_search_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов, Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов, Средние (общеобразовательные), [unit_type] => 164 [time_update] => 2018-05-14 22:55:51 [weight] => 0 [deadline] => [in_main] => [pass_score_from] => [pass_score_to] => [budget_place_count] => [rayon] => [source] => bal-sch12 [is_banner] => [banner_text] => [header1] => [headervalue1] => [header2] => [headervalue2] => [header3] => [headervalue3] => [banner_link] => [banner2_text] => [banner2_link] => [member_name] => [member_dolj] => [partners] => ) [_related:CActiveRecord:private] => Array ( [unitTagMappings] => Array ( [269] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87094 [unit_id] => 6248 [unit_tag_id] => 269 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87094 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [199] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87095 [unit_id] => 6248 [unit_tag_id] => 199 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87095 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [180] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87096 [unit_id] => 6248 [unit_tag_id] => 180 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87096 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [166] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87097 [unit_id] => 6248 [unit_tag_id] => 166 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87097 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [261] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87098 [unit_id] => 6248 [unit_tag_id] => 261 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87098 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [595] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87099 [unit_id] => 6248 [unit_tag_id] => 595 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87099 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [258] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87100 [unit_id] => 6248 [unit_tag_id] => 258 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87100 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [190] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87101 [unit_id] => 6248 [unit_tag_id] => 190 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87101 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [266] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87102 [unit_id] => 6248 [unit_tag_id] => 266 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87102 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [193] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87103 [unit_id] => 6248 [unit_tag_id] => 193 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87103 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [164] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87104 [unit_id] => 6248 [unit_tag_id] => 164 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87104 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [openDay] => Array ( ) [reviews] => Array ( ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 6248 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [unitType] => Array ( [0] => 164 ) [tagsMap] => Array ( [medical-service] => Array ( [id] => 191 [name] => medical-service [parent_id] => 164 [child] => Array ( [medical-service-yes] => Array ( [id] => 193 [name] => medical-service-yes [parent_id] => 191 [description] => ) ) ) [nutrition] => Array ( [id] => 188 [name] => nutrition [parent_id] => 164 [child] => Array ( [nutrition_yes] => Array ( [id] => 190 [name] => nutrition_yes [parent_id] => 188 [description] => ) ) ) [sports-section] => Array ( [id] => 197 [name] => sports-section [parent_id] => 164 [child] => Array ( [sports-section-yes] => Array ( [id] => 199 [name] => sports-section-yes [parent_id] => 197 [description] => ) ) ) [status_school] => Array ( [id] => 179 [name] => status_school [parent_id] => 164 [child] => Array ( [status_school_school] => Array ( [id] => 180 [name] => status_school_school [parent_id] => 179 [description] => ) ) ) [paid_education] => Array ( [id] => 259 [name] => paid_education [parent_id] => 164 [child] => Array ( [paid_education_no] => Array ( [id] => 261 [name] => paid_education_no [parent_id] => 259 [description] => ) ) ) [teaching_and_training] => Array ( [id] => 265 [name] => teaching_and_training [parent_id] => 164 [child] => Array ( [teaching_and_training_yes] => Array ( [id] => 266 [name] => teaching_and_training_yes [parent_id] => 265 [description] => ) ) ) [school_uniforms] => Array ( [id] => 268 [name] => school_uniforms [parent_id] => 164 [child] => Array ( [school_uniforms_yes] => Array ( [id] => 269 [name] => school_uniforms_yes [parent_id] => 268 [description] => ) ) ) [legal-form] => Array ( [id] => 165 [name] => legal-form [parent_id] => 164 [child] => Array ( [legal-form-state] => Array ( [id] => 166 [name] => legal-form-state [parent_id] => 165 [description] => ) ) ) [study-form] => Array ( [id] => 170 [name] => study-form [parent_id] => 164 [child] => Array ( [study-form-intramural] => Array ( [id] => 258 [name] => study-form-intramural [parent_id] => 170 [description] => ) ) ) [napravlenie] => Array ( [id] => 594 [name] => napravlenie [parent_id] => 164 [child] => Array ( [napravlenie-srednie-obshheobrazovatelnye] => Array ( [id] => 595 [name] => napravlenie-srednie-obshheobrazovatelnye [parent_id] => 594 [description] => ) ) ) ) [collectionArticle] => CActiveDataProvider Object ( [modelClass] => TblUnitArticle [model] => TblUnitArticle Object ( [downloads] => [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => tbl_unit_article [rawName] => "tbl_unit_article" [primaryKey] => id [sequenceName] => public.tbl_unit_article_id_seq [foreignKeys] => Array ( ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [title] => CPgsqlColumnSchema Object ( [name] => title [rawName] => "title" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [image] => CPgsqlColumnSchema Object ( [name] => image [rawName] => "image" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [content] => CPgsqlColumnSchema 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] => ) [dtime] => CPgsqlColumnSchema Object ( [name] => dtime [rawName] => "dtime" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [source] => CPgsqlColumnSchema Object ( [name] => source [rawName] => "source" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [author] => CPgsqlColumnSchema Object ( [name] => author [rawName] => "author" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [title] => CPgsqlColumnSchema Object ( [name] => title [rawName] => "title" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [image] => CPgsqlColumnSchema Object ( [name] => image [rawName] => "image" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [content] => CPgsqlColumnSchema 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] => ) [dtime] => CPgsqlColumnSchema Object ( [name] => dtime [rawName] => "dtime" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [source] => CPgsqlColumnSchema Object ( [name] => source [rawName] => "source" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [author] => CPgsqlColumnSchema Object ( [name] => author [rawName] => "author" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => TblUnitArticle 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] => ) [keyAttribute] => [_criteria:CActiveDataProvider:private] => CDbCriteria Object ( [select] => * [distinct] => [condition] => unit_id = :u [params] => Array ( [:u] => 6248 ) [limit] => -1 [offset] => -1 [order] => [group] => [join] => [having] => [with] => [alias] => [together] => [index] => [scopes] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_id:CDataProvider:private] => TblUnitArticle [_data:CDataProvider:private] => [_keys:CDataProvider:private] => [_totalItemCount:CDataProvider:private] => [_sort:CDataProvider:private] => [_pagination:CDataProvider:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [2] => 1 ) ) [2] => Array ( [file] => /home/rosvuz/framework/web/CController.php [line] => 869 [function] => renderFile [class] => CBaseController [type] => -> [args] => Array ( [0] => /home/rosvuz/application/protected/modules/default/views/school/showv2.php [1] => Array ( [model] => School Object ( [fullSearchTags:protected] => Array ( [0] => napravlenie ) [ads] => [unitMapping] => Array ( ) [arrayFields] => Array ( [0] => name_previos [1] => email [2] => address [3] => study_lang [4] => phone [5] => site [6] => social [7] => graduation_document [8] => license [9] => page [10] => contact [11] => rating [12] => sport [13] => opening_hours [14] => rss [15] => partners ) [searchFields:protected] => Array ( [0] => name [1] => name_en [2] => name_legal [3] => name_previos ) [fullSearchFields:protected] => Array ( [0] => name [1] => name_en [2] => name_legal [3] => name_previos [4] => keywords ) [isRssUpdating] => [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit [rawName] => "unit" [primaryKey] => id [sequenceName] => public.object_id_seq [foreignKeys] => Array ( [unit_type] => Array ( [0] => unit_tag [1] => id ) [user_id] => Array ( [0] => user [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name] => CPgsqlColumnSchema Object ( [name] => name [rawName] => "name" [allowNull] => [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name_legal] => CPgsqlColumnSchema Object ( [name] => name_legal [rawName] => "name_legal" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => юридическое [_e:CComponent:private] => [_m:CComponent:private] => ) [name_previos] => CPgsqlColumnSchema Object ( [name] => name_previos [rawName] => "name_previos" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json [_e:CComponent:private] => [_m:CComponent:private] => ) [year_foundation] => CPgsqlColumnSchema Object ( [name] => year_foundation [rawName] => "year_foundation" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => год основания [_e:CComponent:private] => [_m:CComponent:private] => ) [address] => CPgsqlColumnSchema Object ( [name] => address [rawName] => "address" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => post_index, latitude, longitude, description, address(улица, дом и т.д.) [_e:CComponent:private] => [_m:CComponent:private] => ) [phone] => CPgsqlColumnSchema Object ( [name] => phone [rawName] => "phone" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (phone: ..., comment: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [email] => CPgsqlColumnSchema Object ( [name] => email [rawName] => "email" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (email: ..., comment: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [site] => CPgsqlColumnSchema Object ( [name] => site [rawName] => "site" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (site: ... , comment: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [social] => CPgsqlColumnSchema Object ( [name] => social [rawName] => "social" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (...) [_e:CComponent:private] => [_m:CComponent:private] => ) [graduation_document] => CPgsqlColumnSchema Object ( [name] => graduation_document [rawName] => "graduation_document" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Документ об окончании [_e:CComponent:private] => [_m:CComponent:private] => ) [license] => CPgsqlColumnSchema Object ( [name] => license [rawName] => "license" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Лицензии и аккредитацииjson: (license: ..., accreditaion: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [num_student] => CPgsqlColumnSchema Object ( [name] => num_student [rawName] => "num_student" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во студентов [_e:CComponent:private] => [_m:CComponent:private] => ) [num_teacher] => CPgsqlColumnSchema Object ( [name] => num_teacher [rawName] => "num_teacher" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во преподавателей [_e:CComponent:private] => [_m:CComponent:private] => ) [num_candidate] => CPgsqlColumnSchema Object ( [name] => num_candidate [rawName] => "num_candidate" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во кандидатов наук [_e:CComponent:private] => [_m:CComponent:private] => ) [num_doctor_professor] => CPgsqlColumnSchema Object ( [name] => num_doctor_professor [rawName] => "num_doctor_professor" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во профессоров и докторов наук [_e:CComponent:private] => [_m:CComponent:private] => ) [price_from] => CPgsqlColumnSchema Object ( [name] => price_from [rawName] => "price_from" [allowNull] => 1 [dbType] => double precision [type] => double [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [price_to] => CPgsqlColumnSchema Object ( [name] => price_to [rawName] => "price_to" [allowNull] => 1 [dbType] => double precision [type] => double [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [price_currency] => CPgsqlColumnSchema Object ( [name] => price_currency [rawName] => "price_currency" [allowNull] => 1 [dbType] => character varying(3) [type] => string [defaultValue] => [size] => 3 [precision] => 3 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => USD, UAH [_e:CComponent:private] => [_m:CComponent:private] => ) [price_period] => CPgsqlColumnSchema Object ( [name] => price_period [rawName] => "price_period" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => 1 - per year, 2 - per semester, 3- per month, 4 - per day, 5 - per hour, 6 - per course [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => info о вузе или школе [_e:CComponent:private] => [_m:CComponent:private] => ) [page] => CPgsqlColumnSchema Object ( [name] => page [rawName] => "page" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json: (title: ..., seo_uri, content) [_e:CComponent:private] => [_m:CComponent:private] => ) [time_created] => CPgsqlColumnSchema Object ( [name] => time_created [rawName] => "time_created" [allowNull] => 1 [dbType] => timestamp(0) without time zone [type] => string [defaultValue] => [size] => 0 [precision] => 0 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_uri] => CPgsqlColumnSchema Object ( [name] => seo_uri [rawName] => "seo_uri" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_description] => CPgsqlColumnSchema Object ( [name] => seo_description [rawName] => "seo_description" [allowNull] => 1 [dbType] => character varying(1024) [type] => string [defaultValue] => [size] => 1024 [precision] => 1024 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_keywords] => CPgsqlColumnSchema Object ( [name] => seo_keywords [rawName] => "seo_keywords" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_title] => CPgsqlColumnSchema Object ( [name] => seo_title [rawName] => "seo_title" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name_en] => CPgsqlColumnSchema Object ( [name] => name_en [rawName] => "name_en" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Название на английском [_e:CComponent:private] => [_m:CComponent:private] => ) [country_id] => CPgsqlColumnSchema Object ( [name] => country_id [rawName] => "country_id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [region_id] => CPgsqlColumnSchema Object ( [name] => region_id [rawName] => "region_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [city_id] => CPgsqlColumnSchema Object ( [name] => city_id [rawName] => "city_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [study_lang] => CPgsqlColumnSchema Object ( [name] => study_lang [rawName] => "study_lang" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Язык обучения json [_e:CComponent:private] => [_m:CComponent:private] => ) [accreditation_level] => CPgsqlColumnSchema Object ( [name] => accreditation_level [rawName] => "accreditation_level" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Уровень аккредитации [_e:CComponent:private] => [_m:CComponent:private] => ) [contact] => CPgsqlColumnSchema Object ( [name] => contact [rawName] => "contact" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Котакты json (contact[admissions][address] = contact[admissions][phone] = contact[admissions][email] = contact[admissions][site] = contact[postgraduate][address] = contact[postgraduate][phone] = contact[postgraduate][email] = contact[postgraduate][site] = contact[doctorate][address] = contact[doctorate][phone] = contact[doctorate][email] = contact[doctorate][site] = ) [_e:CComponent:private] => [_m:CComponent:private] => ) [rating] => CPgsqlColumnSchema Object ( [name] => rating [rawName] => "rating" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sport] => CPgsqlColumnSchema Object ( [name] => sport [rawName] => "sport" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Спорт json (sport[sections]=Спортивные секции,sport[clubs]=Спортивные клубы,sport[progress]=Спортивные достижения) [_e:CComponent:private] => [_m:CComponent:private] => ) [is_show] => CPgsqlColumnSchema Object ( [name] => is_show [rawName] => "is_show" [allowNull] => 1 [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [district_id] => CPgsqlColumnSchema Object ( [name] => district_id [rawName] => "district_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [metro_id] => CPgsqlColumnSchema Object ( [name] => metro_id [rawName] => "metro_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [opening_hours] => CPgsqlColumnSchema Object ( [name] => opening_hours [rawName] => "opening_hours" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [user_id] => CPgsqlColumnSchema Object ( [name] => user_id [rawName] => "user_id" [allowNull] => 1 [dbType] => bigint [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [is_approve] => CPgsqlColumnSchema Object ( [name] => is_approve [rawName] => "is_approve" [allowNull] => [dbType] => boolean [type] => boolean [defaultValue] => 1 [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [is_deleted] => CPgsqlColumnSchema Object ( [name] => is_deleted [rawName] => "is_deleted" [allowNull] => [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rss_link] => CPgsqlColumnSchema Object ( [name] => rss_link [rawName] => "rss_link" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rss] => CPgsqlColumnSchema Object ( [name] => rss [rawName] => "rss" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [date_start] => CPgsqlColumnSchema Object ( [name] => date_start [rawName] => "date_start" [allowNull] => 1 [dbType] => timestamp without time zone [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [date_end] => CPgsqlColumnSchema Object ( [name] => date_end [rawName] => "date_end" [allowNull] => 1 [dbType] => timestamp without time zone [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [search_keywords] => CPgsqlColumnSchema Object ( [name] => search_keywords [rawName] => "search_keywords" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [keywords] => CPgsqlColumnSchema Object ( [name] => keywords [rawName] => "keywords" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [full_search_keywords] => CPgsqlColumnSchema Object ( [name] => full_search_keywords [rawName] => "full_search_keywords" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_type] => CPgsqlColumnSchema Object ( [name] => unit_type [rawName] => "unit_type" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [time_update] => CPgsqlColumnSchema Object ( [name] => time_update [rawName] => "time_update" [allowNull] => 1 [dbType] => timestamp(0) without time zone [type] => string [defaultValue] => [size] => 0 [precision] => 0 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [weight] => CPgsqlColumnSchema Object ( [name] => weight [rawName] => "weight" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => 0 [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [deadline] => CPgsqlColumnSchema Object ( [name] => deadline [rawName] => "deadline" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [in_main] => CPgsqlColumnSchema Object ( [name] => in_main [rawName] => "in_main" [allowNull] => 1 [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pass_score_from] => CPgsqlColumnSchema Object ( [name] => pass_score_from [rawName] => "pass_score_from" [allowNull] => 1 [dbType] => smallint [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pass_score_to] => CPgsqlColumnSchema Object ( [name] => pass_score_to [rawName] => "pass_score_to" [allowNull] => 1 [dbType] => smallint [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [budget_place_count] => CPgsqlColumnSchema Object ( [name] => budget_place_count [rawName] => "budget_place_count" [allowNull] => 1 [dbType] => smallint [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rayon] => CPgsqlColumnSchema Object ( [name] => rayon [rawName] => "rayon" [allowNull] => 1 [dbType] => character varying(32) [type] => string [defaultValue] => [size] => 32 [precision] => 32 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [source] => CPgsqlColumnSchema Object ( [name] => source [rawName] => "source" [allowNull] => 1 [dbType] => character varying(32) [type] => string [defaultValue] => [size] => 32 [precision] => 32 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [is_banner] => CPgsqlColumnSchema Object ( [name] => is_banner [rawName] => "is_banner" [allowNull] => 1 [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner_text] => CPgsqlColumnSchema Object ( [name] => banner_text [rawName] => "banner_text" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [header1] => CPgsqlColumnSchema Object ( [name] => header1 [rawName] => "header1" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [headervalue1] => CPgsqlColumnSchema Object ( [name] => headervalue1 [rawName] => "headervalue1" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [header2] => CPgsqlColumnSchema Object ( [name] => header2 [rawName] => "header2" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [headervalue2] => CPgsqlColumnSchema Object ( [name] => headervalue2 [rawName] => "headervalue2" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [header3] => CPgsqlColumnSchema Object ( [name] => header3 [rawName] => "header3" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [headervalue3] => CPgsqlColumnSchema Object ( [name] => headervalue3 [rawName] => "headervalue3" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner_link] => CPgsqlColumnSchema Object ( [name] => banner_link [rawName] => "banner_link" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner2_text] => CPgsqlColumnSchema Object ( [name] => banner2_text [rawName] => "banner2_text" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner2_link] => CPgsqlColumnSchema Object ( [name] => banner2_link [rawName] => "banner2_link" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [member_name] => CPgsqlColumnSchema Object ( [name] => member_name [rawName] => "member_name" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [member_dolj] => CPgsqlColumnSchema Object ( [name] => member_dolj [rawName] => "member_dolj" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [partners] => CPgsqlColumnSchema Object ( [name] => partners [rawName] => "partners" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name] => CPgsqlColumnSchema Object ( [name] => name [rawName] => "name" [allowNull] => [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name_legal] => CPgsqlColumnSchema Object ( [name] => name_legal [rawName] => "name_legal" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => юридическое [_e:CComponent:private] => [_m:CComponent:private] => ) [name_previos] => CPgsqlColumnSchema Object ( [name] => name_previos [rawName] => "name_previos" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json [_e:CComponent:private] => [_m:CComponent:private] => ) [year_foundation] => CPgsqlColumnSchema Object ( [name] => year_foundation [rawName] => "year_foundation" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => год основания [_e:CComponent:private] => [_m:CComponent:private] => ) [address] => CPgsqlColumnSchema Object ( [name] => address [rawName] => "address" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => post_index, latitude, longitude, description, address(улица, дом и т.д.) [_e:CComponent:private] => [_m:CComponent:private] => ) [phone] => CPgsqlColumnSchema Object ( [name] => phone [rawName] => "phone" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (phone: ..., comment: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [email] => CPgsqlColumnSchema Object ( [name] => email [rawName] => "email" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (email: ..., comment: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [site] => CPgsqlColumnSchema Object ( [name] => site [rawName] => "site" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (site: ... , comment: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [social] => CPgsqlColumnSchema Object ( [name] => social [rawName] => "social" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (...) [_e:CComponent:private] => [_m:CComponent:private] => ) [graduation_document] => CPgsqlColumnSchema Object ( [name] => graduation_document [rawName] => "graduation_document" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Документ об окончании [_e:CComponent:private] => [_m:CComponent:private] => ) [license] => CPgsqlColumnSchema Object ( [name] => license [rawName] => "license" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Лицензии и аккредитацииjson: (license: ..., accreditaion: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [num_student] => CPgsqlColumnSchema Object ( [name] => num_student [rawName] => "num_student" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во студентов [_e:CComponent:private] => [_m:CComponent:private] => ) [num_teacher] => CPgsqlColumnSchema Object ( [name] => num_teacher [rawName] => "num_teacher" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во преподавателей [_e:CComponent:private] => [_m:CComponent:private] => ) [num_candidate] => CPgsqlColumnSchema Object ( [name] => num_candidate [rawName] => "num_candidate" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во кандидатов наук [_e:CComponent:private] => [_m:CComponent:private] => ) [num_doctor_professor] => CPgsqlColumnSchema Object ( [name] => num_doctor_professor [rawName] => "num_doctor_professor" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во профессоров и докторов наук [_e:CComponent:private] => [_m:CComponent:private] => ) [price_from] => CPgsqlColumnSchema Object ( [name] => price_from [rawName] => "price_from" [allowNull] => 1 [dbType] => double precision [type] => double [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [price_to] => CPgsqlColumnSchema Object ( [name] => price_to [rawName] => "price_to" [allowNull] => 1 [dbType] => double precision [type] => double [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [price_currency] => CPgsqlColumnSchema Object ( [name] => price_currency [rawName] => "price_currency" [allowNull] => 1 [dbType] => character varying(3) [type] => string [defaultValue] => [size] => 3 [precision] => 3 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => USD, UAH [_e:CComponent:private] => [_m:CComponent:private] => ) [price_period] => CPgsqlColumnSchema Object ( [name] => price_period [rawName] => "price_period" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => 1 - per year, 2 - per semester, 3- per month, 4 - per day, 5 - per hour, 6 - per course [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => info о вузе или школе [_e:CComponent:private] => [_m:CComponent:private] => ) [page] => CPgsqlColumnSchema Object ( [name] => page [rawName] => "page" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json: (title: ..., seo_uri, content) [_e:CComponent:private] => [_m:CComponent:private] => ) [time_created] => CPgsqlColumnSchema Object ( [name] => time_created [rawName] => "time_created" [allowNull] => 1 [dbType] => timestamp(0) without time zone [type] => string [defaultValue] => [size] => 0 [precision] => 0 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_uri] => CPgsqlColumnSchema Object ( [name] => seo_uri [rawName] => "seo_uri" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_description] => CPgsqlColumnSchema Object ( [name] => seo_description [rawName] => "seo_description" [allowNull] => 1 [dbType] => character varying(1024) [type] => string [defaultValue] => [size] => 1024 [precision] => 1024 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_keywords] => CPgsqlColumnSchema Object ( [name] => seo_keywords [rawName] => "seo_keywords" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_title] => CPgsqlColumnSchema Object ( [name] => seo_title [rawName] => "seo_title" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name_en] => CPgsqlColumnSchema Object ( [name] => name_en [rawName] => "name_en" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Название на английском [_e:CComponent:private] => [_m:CComponent:private] => ) [country_id] => CPgsqlColumnSchema Object ( [name] => country_id [rawName] => "country_id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [region_id] => CPgsqlColumnSchema Object ( [name] => region_id [rawName] => "region_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [city_id] => CPgsqlColumnSchema Object ( [name] => city_id [rawName] => "city_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [study_lang] => CPgsqlColumnSchema Object ( [name] => study_lang [rawName] => "study_lang" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Язык обучения json [_e:CComponent:private] => [_m:CComponent:private] => ) [accreditation_level] => CPgsqlColumnSchema Object ( [name] => accreditation_level [rawName] => "accreditation_level" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Уровень аккредитации [_e:CComponent:private] => [_m:CComponent:private] => ) [contact] => CPgsqlColumnSchema Object ( [name] => contact [rawName] => "contact" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Котакты json (contact[admissions][address] = contact[admissions][phone] = contact[admissions][email] = contact[admissions][site] = contact[postgraduate][address] = contact[postgraduate][phone] = contact[postgraduate][email] = contact[postgraduate][site] = contact[doctorate][address] = contact[doctorate][phone] = contact[doctorate][email] = contact[doctorate][site] = ) [_e:CComponent:private] => [_m:CComponent:private] => ) [rating] => CPgsqlColumnSchema Object ( [name] => rating [rawName] => "rating" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sport] => CPgsqlColumnSchema Object ( [name] => sport [rawName] => "sport" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Спорт json (sport[sections]=Спортивные секции,sport[clubs]=Спортивные клубы,sport[progress]=Спортивные достижения) [_e:CComponent:private] => [_m:CComponent:private] => ) [is_show] => CPgsqlColumnSchema Object ( [name] => is_show [rawName] => "is_show" [allowNull] => 1 [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [district_id] => CPgsqlColumnSchema Object ( [name] => district_id [rawName] => "district_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [metro_id] => CPgsqlColumnSchema Object ( [name] => metro_id [rawName] => "metro_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [opening_hours] => CPgsqlColumnSchema Object ( [name] => opening_hours [rawName] => "opening_hours" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [user_id] => CPgsqlColumnSchema Object ( [name] => user_id [rawName] => "user_id" [allowNull] => 1 [dbType] => bigint [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [is_approve] => CPgsqlColumnSchema Object ( [name] => is_approve [rawName] => "is_approve" [allowNull] => [dbType] => boolean [type] => boolean [defaultValue] => 1 [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [is_deleted] => CPgsqlColumnSchema Object ( [name] => is_deleted [rawName] => "is_deleted" [allowNull] => [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rss_link] => CPgsqlColumnSchema Object ( [name] => rss_link [rawName] => "rss_link" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rss] => CPgsqlColumnSchema Object ( [name] => rss [rawName] => "rss" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [date_start] => CPgsqlColumnSchema Object ( [name] => date_start [rawName] => "date_start" [allowNull] => 1 [dbType] => timestamp without time zone [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [date_end] => CPgsqlColumnSchema Object ( [name] => date_end [rawName] => "date_end" [allowNull] => 1 [dbType] => timestamp without time zone [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [search_keywords] => CPgsqlColumnSchema Object ( [name] => search_keywords [rawName] => "search_keywords" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [keywords] => CPgsqlColumnSchema Object ( [name] => keywords [rawName] => "keywords" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [full_search_keywords] => CPgsqlColumnSchema Object ( [name] => full_search_keywords [rawName] => "full_search_keywords" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_type] => CPgsqlColumnSchema Object ( [name] => unit_type [rawName] => "unit_type" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [time_update] => CPgsqlColumnSchema Object ( [name] => time_update [rawName] => "time_update" [allowNull] => 1 [dbType] => timestamp(0) without time zone [type] => string [defaultValue] => [size] => 0 [precision] => 0 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [weight] => CPgsqlColumnSchema Object ( [name] => weight [rawName] => "weight" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => 0 [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [deadline] => CPgsqlColumnSchema Object ( [name] => deadline [rawName] => "deadline" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [in_main] => CPgsqlColumnSchema Object ( [name] => in_main [rawName] => "in_main" [allowNull] => 1 [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pass_score_from] => CPgsqlColumnSchema Object ( [name] => pass_score_from [rawName] => "pass_score_from" [allowNull] => 1 [dbType] => smallint [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pass_score_to] => CPgsqlColumnSchema Object ( [name] => pass_score_to [rawName] => "pass_score_to" [allowNull] => 1 [dbType] => smallint [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [budget_place_count] => CPgsqlColumnSchema Object ( [name] => budget_place_count [rawName] => "budget_place_count" [allowNull] => 1 [dbType] => smallint [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rayon] => CPgsqlColumnSchema Object ( [name] => rayon [rawName] => "rayon" [allowNull] => 1 [dbType] => character varying(32) [type] => string [defaultValue] => [size] => 32 [precision] => 32 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [source] => CPgsqlColumnSchema Object ( [name] => source [rawName] => "source" [allowNull] => 1 [dbType] => character varying(32) [type] => string [defaultValue] => [size] => 32 [precision] => 32 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [is_banner] => CPgsqlColumnSchema Object ( [name] => is_banner [rawName] => "is_banner" [allowNull] => 1 [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner_text] => CPgsqlColumnSchema Object ( [name] => banner_text [rawName] => "banner_text" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [header1] => CPgsqlColumnSchema Object ( [name] => header1 [rawName] => "header1" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [headervalue1] => CPgsqlColumnSchema Object ( [name] => headervalue1 [rawName] => "headervalue1" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [header2] => CPgsqlColumnSchema Object ( [name] => header2 [rawName] => "header2" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [headervalue2] => CPgsqlColumnSchema Object ( [name] => headervalue2 [rawName] => "headervalue2" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [header3] => CPgsqlColumnSchema Object ( [name] => header3 [rawName] => "header3" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [headervalue3] => CPgsqlColumnSchema Object ( [name] => headervalue3 [rawName] => "headervalue3" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner_link] => CPgsqlColumnSchema Object ( [name] => banner_link [rawName] => "banner_link" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner2_text] => CPgsqlColumnSchema Object ( [name] => banner2_text [rawName] => "banner2_text" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner2_link] => CPgsqlColumnSchema Object ( [name] => banner2_link [rawName] => "banner2_link" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [member_name] => CPgsqlColumnSchema Object ( [name] => member_name [rawName] => "member_name" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [member_dolj] => CPgsqlColumnSchema Object ( [name] => member_dolj [rawName] => "member_dolj" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [partners] => CPgsqlColumnSchema Object ( [name] => partners [rawName] => "partners" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unitTagMappings] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTagMappings [className] => UnitTagMapping [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [mainTagMapping] => CHasOneRelation Object ( [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => mainTagMapping [className] => UnitTagMapping [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [medias] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => medias [className] => Media [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [reviews] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => reviews [className] => Reviews [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [videos] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => videos [className] => Video [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [user] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => user [className] => User [foreignKey] => user_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [openDay] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => openDay [className] => OpenDay [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [users] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => users [className] => UserUnitMapping [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitFrom] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitFrom [className] => UnitMapping [foreignKey] => unit_id_from [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTo] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTo [className] => UnitMapping [foreignKey] => unit_id_to [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [city] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => city [className] => GeoCity [foreignKey] => city_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( [is_show] => [is_approve] => 1 [is_deleted] => [weight] => 0 [in_main] => ) [_model:CActiveRecordMetaData:private] => School Object ( [fullSearchTags:protected] => Array ( [0] => napravlenie ) [ads] => [unitMapping] => Array ( ) [arrayFields] => Array ( [0] => name_previos [1] => email [2] => address [3] => study_lang [4] => phone [5] => site [6] => social [7] => graduation_document [8] => license [9] => page [10] => contact [11] => rating [12] => sport [13] => opening_hours [14] => rss [15] => partners ) [searchFields:protected] => Array ( [0] => name [1] => name_en [2] => name_legal [3] => name_previos ) [fullSearchFields:protected] => Array ( [0] => name [1] => name_en [2] => name_legal [3] => name_previos [4] => keywords ) [isRssUpdating] => [_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] => 6248 [name] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [name_legal] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [name_previos] => [year_foundation] => [address] => Array ( [0] => Array ( [address] => ш. Энтузиастов, 53, Балашиха, Московская обл., Россия, [post_index] => 143900 [latitude] => 55.79846 [longitude] => 37.973445 [district] => 0 [metro] => 0 ) ) [phone] => Array ( [0] => Array ( [phone_number] => 8 495 521 14 46 ) ) [email] => Array ( [0] => Array ( [email] => school12bal@mail.ru ) ) [site] => [social] => [graduation_document] => Array ( [0] => аттестат государственного образца ) [license] => [num_student] => [num_teacher] => [num_candidate] => [num_doctor_professor] => [price_from] => [price_to] => [price_currency] => [price_period] => [description] =>

Учредитель образовательной организации:
Управление по образованию Городского округа Балашиха

Сайт учредителя: http://balashiha.ru/

Учредитель образовательной организации:
Городской округ Балашиха

Сайт учредителя: http://balashiha.ru/

Дата основания образовательной организации: 1.1. Муниципальное бюджетное общеобразовательное учреждение Городского округа Балашиха «Средняя общеобразовательная школа №12 с углубленным изучением отдельных предметов» (далее – Школа) некоммерческая организация, созданная для выполнения работ, оказания услуг в целях обеспечения реализации предусмотренных законодательством Российской Федерации полномочий органов местного самоуправления в сфере образования. 1.2. Учреждение было создано в 1962 году. В 1962 году получено наименование «Средняя школа №12», в 1996 году – «Средняя (полная) общеобразовательная школа №12» Балашихинского района Московской области (постановление отдела регистрации предприятий и предпринимательской деятельности от 27.06.1996 № 1969). В 2000 году школа стала иметь название муниципальное общеобразовательное учреждение Балашихинского района Московской области «Средняя общеобразовательная школа № 12» (постановление Главы городского округа Балашиха от 13.12.2000 № 1312). В 2006 году Школа получает название муниципальное общеобразовательное учреждение городского округа Балашиха «Средняя общеобразовательная школа № 12 с углубленным изучением отдельных предметов» (постановление Главы городского округа Балашиха от 18.01.2006 № 7/8). С 01.07.2012 года наименование муниципальное бюджетное общеобразовательное учреждение городского округа Балашиха «Средняя общеобразовательная школа № 12 с углубленным изучением отдельных предметов» (постановление Главы городского округа Балашиха от 28.02.2012 г. № 205/8-ПА). В 2016г. муниципальное бюджетное общеобразовательное учреждение городского округа Балашиха «Средняя общеобразовательная школа №12 с углубленным изучением отдельных предметов» переименовано в муниципальное бюджетное общеобразовательное учреждение Городского округа Балашиха «Средняя общеобразовательная школа №12 с углубленным изучением отдельных предметов» в связи с принятием Закона Московской области от 30.12.2014г № 209/204-ОЗ  «Об объединении городов областного подчинения Московской области Балашиха и Железнодорожный и внесении изменения в Закон Московской области «Об административно территориальном устройстве Московской области» и  приказа Управления по образованию Администрации Городского округа Балашиха от 08.07.2016г. №1086 «О переименовании муниципального бюджетного общеобразовательного учреждения городского округа Балашиха «Средняя общеобразовательная школа №12 с углубленным изучением отдельных предметов» и утверждении его Устава». Ссылка на схему презда до МБОУ "Школа №12" 

Языки образования: русский
[page] => Array ( [technical_base] =>
Сведения о наличии оборудованных учебных кабинетов

Сведения об объектах для проведения практических занятий

Сведения о библиотеках

Сведения об объектах спорта

Сведения о средствах обучения и воспитания

Сведения об условиях питания

Сведения об условиях охраны здоровья обучающихся

Сведения о доступе к информационным системам и информационно-телекоммуникационным сетям

Открыть сведения о информационно- телекомуникационных сетях

Сведения об электронных образовательных ресурсах, к которым обеспечивается доступ обучающихся

Школьный портал

Читать далее...
Сведения об обеспечении доступа в здания образовательной организации инвалидов и лиц с ограниченными возможностями здоровья
Сведения о наличии специальных технических средств обучения коллективного и индивидуального пользования для инвалидов и лиц с ограниченными возможностями здоровья

» Читать далее
15 сентября 2017

Материально-техническое оснащение школы

.Акт готовности школы к новому учебному году

Читать далее...

Материально-техническое оснащение школы

Видеонаблюдение в школе

07 сентября 2016

[teachers] => Всего работников - 48 Всего педагогических работников - 49 Правила подсчета Правила отнесения работников к той или иной категории Отнесение должностей работников к определённой категории в образовательных организациях является правом органа исполнительной власти субъекта РФ (ниже указаны категории на примере г. Москвы). К основному педагогическому персоналу относятся следующие работники: учитель; преподаватель; тьютор; инструктор по труду; инструктор по физической культуре; музыкальный руководитель; педагог-библиотекарь; педагог-организатор; педагог-психолог; преподаватель-организатор основ безопасности жизнедеятельности; социальный педагог; старший вожатый; тренер-преподаватель (включая старшего); учитель-дефектолог; учитель-логопед; воспитатель (включая старшего). Иные категории работников устанавливаются также в соответствии с региональными нормативными актами. К административно-управленческому персоналу относятся: директор (руководитель), заместители директора (руководителя), руководители структурных подразделений, главный бухгалтер. К иному педагогическому персоналу относятся: педагог дополнительного образования, воспитатель группы продлённого дня и др. К учебно-вспомогательному персоналу относятся: секретарь учебной части, документовед, делопроизводитель, заведующий хозяйством, системный администратор и др. К иному персоналу относятся: рабочий по комплексному обслуживанию здания, курьер, водитель и др. Внештатный работник - работник, который оказывает образовательной организации какие-либо услуги (выполняет работы) в рамках гражданско-правового договора, договора оказания услуг (выполнения работ). Данный работник не учитывается в штате организации, поэтому в диаграммах подраздела сайта «Работники образовательной организации» информация о нём не учитывается, но при этом всю необходимую информацию можно разместить в его личной карточке. [medicine] => Есть собственный медицинский пункт [classes_school] => 1-11 классы [disciplines] => Array ( ) [honors] => Array ( ) ) [time_created] => 2018-05-14 22:55:51 [seo_uri] => srednyaya-obscheobrazovatelnaya-shkola-12-br-s-uglublennym-izucheniem-otdelnyh-predmetov [seo_description] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_title] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [name_en] => [country_id] => 73 [region_id] => 485 [city_id] => 2964 [study_lang] => Array ( [0] => русский ) [accreditation_level] => [contact] => Array ( [terms_of_admission] => Array ( [text] =>

1 класс

 

 

Зачисление детей в первый класс 2018-2019 учебного года осуществляется через Региональный портал государственных и муниципальных услуг Московской области (РПГУ) https://uslugi.mosreg.ru/ в режиме круглосуточного доступа:

     с 01 февраля до 30 июня для зарегистрированных на закрепленной территории,

     с 01 июля до 05 сентября для не зарегистрированных на закрепленной территории, при наличии свободных мест.

 

  В течение 3-х дней после подачи заявления через РПГУ необходимо предоставить в образовательную организацию документы:

-  копия свидетельства о рождении ребенка (оригинал предъявляется);

- копия свидетельства о регистрации ребенка по месту жительства или свидетельства о регистрации ребенка по месту пребывания на закрепленной территории (оригинал предъявляется).

 

 Заявление также можно подать лично в образовательной организации в дни приема.

 

График приема документов для зачисления в 1 класс:

 

Понедельник-пятница -  14.00-17.00,  

- заместитель директора по УВР в начальной школе Сахарова Ольга Владимировна,

- секретарь Щербинина Елена Николаевна

 

Телефоны «горячей линии» по вопросам зачисления в 1 класс:

     Телефоны МБОУ «Школа №12»:

8 (495) 521-14-46 – директор школы Спиридонова Юлия Сергеевна;

8 (495) 521-67-55 – кабинет заместителей директора по УВР


Телефон «горячей линии» Управления по образованию Администрации Городского округа Балашиха по вопросам приема детей в первый класс:  
8 (495) 521-21-09.

 

Информация о планируемом количестве мест в 1 классах и адреса, закрепленные за МБОУ «Школа №12»,  будет размещена позже, в январе 2018 г. после получения приказа Управления по образованию 

   

    В 1 классы принимаются дети  в возрасте 8-го и 7-го года жизни. Прием детей 7-го года жизни осуществляется при достижении ими к 1 сентября учебного года возраста не менее 6 лет 6 месяцев.

    В первый класс зачисляются все дети, достигшие школьного возраста, независимо от уровня их подготовки, без вступительных испытаний (процедур отбора).

 

Приказ от 11.01.2017 года  № 6 "Об организации приема детей в первые классы МБОУ «Школа №12» в 2017 - 2018 учебном году"

ПРИКАЗ УПРАВЛЕНИЯ ПО ОБРАЗОВАНИЮ АДМИНИСТРАЦИИ ГОРОДСКОГО ОКРУГА БАЛАШИХА  от  « 09 »   января  2017 г. №  23 "О комплектовании первых классов муниципальных общеобразовательных учреждений Городского округа Балашиха в 2017-2018 учебном году"

26 марта 2018

Положение о конкурсном отборе в классы с углубленным изучением отдельных предметов и профильные классы

ПОЛОЖЕНИЕ Об организации индивидуального отбора при приеме либо переводе в муниципальное бюджетное общеобразовательное учреждение городского округа Балашиха «Средняя общеобразовательная школа №12 с углубленным изучением отдельных предметов» для получения основного общего и среднего общего образования с углубленным изучением отдельных учебных предметов или для профильного обучения

Приказы о зачислении в 1-ые классы

Читать далее...

МИНИСТЕРСТВО ОБРАЗОВАНИЯ И НАУКИ РОССИЙСКОЙ ФЕДЕРАЦИИ ПРИКАЗ от 22 января 2014 г. N 32 ОБ УТВЕРЖДЕНИИ ПОРЯДКА ПРИЕМА ГРАЖДАН НА ОБУЧЕНИЕ ПО ОБРАЗОВАТЕЛЬНЫМ ПРОГРАММАМ НАЧАЛЬНОГО ОБЩЕГО, ОСНОВНОГО ОБЩЕГО И СРЕДНЕГО ОБЩЕГО ОБРАЗОВАНИЯ

/uploads/2000/1647/section/219898/Zaregistrirovano_v_Minyuste_Rossii_2_aprelya_2014_g_32.doc?1490437801792

Организация приема обучающихся в общеобразовательные учреждения Г.о.Балашихав 2017г.

Инструкция для родителей!

Читать далее...

Закрепление территорий Городского округа Балашиха за муниципальными общеобразовательными учреждениями Городского округа Балашиха.

Читать далее...
) ) [rating] => [sport] => Array ( [sections] => Array ( [0] => ОФП [1] => Футбол [2] => Баскетбол [3] => Волейбол ) ) [is_show] => 1 [district_id] => [metro_id] => [opening_hours] => [user_id] => 186 [is_approve] => 1 [is_deleted] => [rss_link] => [rss] => [date_start] => [date_end] => [search_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов, Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов, [keywords] => [full_search_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов, Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов, Средние (общеобразовательные), [unit_type] => 164 [time_update] => 2018-05-14 22:55:51 [weight] => 0 [deadline] => [in_main] => [pass_score_from] => [pass_score_to] => [budget_place_count] => [rayon] => [source] => bal-sch12 [is_banner] => [banner_text] => [header1] => [headervalue1] => [header2] => [headervalue2] => [header3] => [headervalue3] => [banner_link] => [banner2_text] => [banner2_link] => [member_name] => [member_dolj] => [partners] => ) [_related:CActiveRecord:private] => Array ( [unitTagMappings] => Array ( [269] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87094 [unit_id] => 6248 [unit_tag_id] => 269 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87094 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [199] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87095 [unit_id] => 6248 [unit_tag_id] => 199 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87095 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [180] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87096 [unit_id] => 6248 [unit_tag_id] => 180 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87096 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [166] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87097 [unit_id] => 6248 [unit_tag_id] => 166 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87097 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [261] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87098 [unit_id] => 6248 [unit_tag_id] => 261 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87098 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [595] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87099 [unit_id] => 6248 [unit_tag_id] => 595 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87099 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [258] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87100 [unit_id] => 6248 [unit_tag_id] => 258 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87100 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [190] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87101 [unit_id] => 6248 [unit_tag_id] => 190 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87101 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [266] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87102 [unit_id] => 6248 [unit_tag_id] => 266 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87102 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [193] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87103 [unit_id] => 6248 [unit_tag_id] => 193 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87103 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [164] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87104 [unit_id] => 6248 [unit_tag_id] => 164 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87104 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [openDay] => Array ( ) [reviews] => Array ( ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 6248 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [unitType] => Array ( [0] => 164 ) [tagsMap] => Array ( [medical-service] => Array ( [id] => 191 [name] => medical-service [parent_id] => 164 [child] => Array ( [medical-service-yes] => Array ( [id] => 193 [name] => medical-service-yes [parent_id] => 191 [description] => ) ) ) [nutrition] => Array ( [id] => 188 [name] => nutrition [parent_id] => 164 [child] => Array ( [nutrition_yes] => Array ( [id] => 190 [name] => nutrition_yes [parent_id] => 188 [description] => ) ) ) [sports-section] => Array ( [id] => 197 [name] => sports-section [parent_id] => 164 [child] => Array ( [sports-section-yes] => Array ( [id] => 199 [name] => sports-section-yes [parent_id] => 197 [description] => ) ) ) [status_school] => Array ( [id] => 179 [name] => status_school [parent_id] => 164 [child] => Array ( [status_school_school] => Array ( [id] => 180 [name] => status_school_school [parent_id] => 179 [description] => ) ) ) [paid_education] => Array ( [id] => 259 [name] => paid_education [parent_id] => 164 [child] => Array ( [paid_education_no] => Array ( [id] => 261 [name] => paid_education_no [parent_id] => 259 [description] => ) ) ) [teaching_and_training] => Array ( [id] => 265 [name] => teaching_and_training [parent_id] => 164 [child] => Array ( [teaching_and_training_yes] => Array ( [id] => 266 [name] => teaching_and_training_yes [parent_id] => 265 [description] => ) ) ) [school_uniforms] => Array ( [id] => 268 [name] => school_uniforms [parent_id] => 164 [child] => Array ( [school_uniforms_yes] => Array ( [id] => 269 [name] => school_uniforms_yes [parent_id] => 268 [description] => ) ) ) [legal-form] => Array ( [id] => 165 [name] => legal-form [parent_id] => 164 [child] => Array ( [legal-form-state] => Array ( [id] => 166 [name] => legal-form-state [parent_id] => 165 [description] => ) ) ) [study-form] => Array ( [id] => 170 [name] => study-form [parent_id] => 164 [child] => Array ( [study-form-intramural] => Array ( [id] => 258 [name] => study-form-intramural [parent_id] => 170 [description] => ) ) ) [napravlenie] => Array ( [id] => 594 [name] => napravlenie [parent_id] => 164 [child] => Array ( [napravlenie-srednie-obshheobrazovatelnye] => Array ( [id] => 595 [name] => napravlenie-srednie-obshheobrazovatelnye [parent_id] => 594 [description] => ) ) ) ) [collectionArticle] => CActiveDataProvider Object ( [modelClass] => TblUnitArticle [model] => TblUnitArticle Object ( [downloads] => [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => tbl_unit_article [rawName] => "tbl_unit_article" [primaryKey] => id [sequenceName] => public.tbl_unit_article_id_seq [foreignKeys] => Array ( ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [title] => CPgsqlColumnSchema Object ( [name] => title [rawName] => "title" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [image] => CPgsqlColumnSchema Object ( [name] => image [rawName] => "image" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [content] => CPgsqlColumnSchema 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] => ) [dtime] => CPgsqlColumnSchema Object ( [name] => dtime [rawName] => "dtime" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [source] => CPgsqlColumnSchema Object ( [name] => source [rawName] => "source" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [author] => CPgsqlColumnSchema Object ( [name] => author [rawName] => "author" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [title] => CPgsqlColumnSchema Object ( [name] => title [rawName] => "title" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [image] => CPgsqlColumnSchema Object ( [name] => image [rawName] => "image" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [content] => CPgsqlColumnSchema 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] => ) [dtime] => CPgsqlColumnSchema Object ( [name] => dtime [rawName] => "dtime" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [source] => CPgsqlColumnSchema Object ( [name] => source [rawName] => "source" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [author] => CPgsqlColumnSchema Object ( [name] => author [rawName] => "author" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => TblUnitArticle 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] => ) [keyAttribute] => [_criteria:CActiveDataProvider:private] => CDbCriteria Object ( [select] => * [distinct] => [condition] => unit_id = :u [params] => Array ( [:u] => 6248 ) [limit] => -1 [offset] => -1 [order] => [group] => [join] => [having] => [with] => [alias] => [together] => [index] => [scopes] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_id:CDataProvider:private] => TblUnitArticle [_data:CDataProvider:private] => [_keys:CDataProvider:private] => [_totalItemCount:CDataProvider:private] => [_sort:CDataProvider:private] => [_pagination:CDataProvider:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [2] => 1 ) ) [3] => Array ( [file] => /home/rosvuz/framework/web/CController.php [line] => 782 [function] => renderPartial [class] => CController [type] => -> [args] => Array ( [0] => showv2 [1] => Array ( [model] => School Object ( [fullSearchTags:protected] => Array ( [0] => napravlenie ) [ads] => [unitMapping] => Array ( ) [arrayFields] => Array ( [0] => name_previos [1] => email [2] => address [3] => study_lang [4] => phone [5] => site [6] => social [7] => graduation_document [8] => license [9] => page [10] => contact [11] => rating [12] => sport [13] => opening_hours [14] => rss [15] => partners ) [searchFields:protected] => Array ( [0] => name [1] => name_en [2] => name_legal [3] => name_previos ) [fullSearchFields:protected] => Array ( [0] => name [1] => name_en [2] => name_legal [3] => name_previos [4] => keywords ) [isRssUpdating] => [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit [rawName] => "unit" [primaryKey] => id [sequenceName] => public.object_id_seq [foreignKeys] => Array ( [unit_type] => Array ( [0] => unit_tag [1] => id ) [user_id] => Array ( [0] => user [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name] => CPgsqlColumnSchema Object ( [name] => name [rawName] => "name" [allowNull] => [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name_legal] => CPgsqlColumnSchema Object ( [name] => name_legal [rawName] => "name_legal" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => юридическое [_e:CComponent:private] => [_m:CComponent:private] => ) [name_previos] => CPgsqlColumnSchema Object ( [name] => name_previos [rawName] => "name_previos" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json [_e:CComponent:private] => [_m:CComponent:private] => ) [year_foundation] => CPgsqlColumnSchema Object ( [name] => year_foundation [rawName] => "year_foundation" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => год основания [_e:CComponent:private] => [_m:CComponent:private] => ) [address] => CPgsqlColumnSchema Object ( [name] => address [rawName] => "address" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => post_index, latitude, longitude, description, address(улица, дом и т.д.) [_e:CComponent:private] => [_m:CComponent:private] => ) [phone] => CPgsqlColumnSchema Object ( [name] => phone [rawName] => "phone" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (phone: ..., comment: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [email] => CPgsqlColumnSchema Object ( [name] => email [rawName] => "email" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (email: ..., comment: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [site] => CPgsqlColumnSchema Object ( [name] => site [rawName] => "site" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (site: ... , comment: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [social] => CPgsqlColumnSchema Object ( [name] => social [rawName] => "social" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (...) [_e:CComponent:private] => [_m:CComponent:private] => ) [graduation_document] => CPgsqlColumnSchema Object ( [name] => graduation_document [rawName] => "graduation_document" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Документ об окончании [_e:CComponent:private] => [_m:CComponent:private] => ) [license] => CPgsqlColumnSchema Object ( [name] => license [rawName] => "license" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Лицензии и аккредитацииjson: (license: ..., accreditaion: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [num_student] => CPgsqlColumnSchema Object ( [name] => num_student [rawName] => "num_student" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во студентов [_e:CComponent:private] => [_m:CComponent:private] => ) [num_teacher] => CPgsqlColumnSchema Object ( [name] => num_teacher [rawName] => "num_teacher" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во преподавателей [_e:CComponent:private] => [_m:CComponent:private] => ) [num_candidate] => CPgsqlColumnSchema Object ( [name] => num_candidate [rawName] => "num_candidate" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во кандидатов наук [_e:CComponent:private] => [_m:CComponent:private] => ) [num_doctor_professor] => CPgsqlColumnSchema Object ( [name] => num_doctor_professor [rawName] => "num_doctor_professor" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во профессоров и докторов наук [_e:CComponent:private] => [_m:CComponent:private] => ) [price_from] => CPgsqlColumnSchema Object ( [name] => price_from [rawName] => "price_from" [allowNull] => 1 [dbType] => double precision [type] => double [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [price_to] => CPgsqlColumnSchema Object ( [name] => price_to [rawName] => "price_to" [allowNull] => 1 [dbType] => double precision [type] => double [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [price_currency] => CPgsqlColumnSchema Object ( [name] => price_currency [rawName] => "price_currency" [allowNull] => 1 [dbType] => character varying(3) [type] => string [defaultValue] => [size] => 3 [precision] => 3 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => USD, UAH [_e:CComponent:private] => [_m:CComponent:private] => ) [price_period] => CPgsqlColumnSchema Object ( [name] => price_period [rawName] => "price_period" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => 1 - per year, 2 - per semester, 3- per month, 4 - per day, 5 - per hour, 6 - per course [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => info о вузе или школе [_e:CComponent:private] => [_m:CComponent:private] => ) [page] => CPgsqlColumnSchema Object ( [name] => page [rawName] => "page" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json: (title: ..., seo_uri, content) [_e:CComponent:private] => [_m:CComponent:private] => ) [time_created] => CPgsqlColumnSchema Object ( [name] => time_created [rawName] => "time_created" [allowNull] => 1 [dbType] => timestamp(0) without time zone [type] => string [defaultValue] => [size] => 0 [precision] => 0 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_uri] => CPgsqlColumnSchema Object ( [name] => seo_uri [rawName] => "seo_uri" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_description] => CPgsqlColumnSchema Object ( [name] => seo_description [rawName] => "seo_description" [allowNull] => 1 [dbType] => character varying(1024) [type] => string [defaultValue] => [size] => 1024 [precision] => 1024 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_keywords] => CPgsqlColumnSchema Object ( [name] => seo_keywords [rawName] => "seo_keywords" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_title] => CPgsqlColumnSchema Object ( [name] => seo_title [rawName] => "seo_title" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name_en] => CPgsqlColumnSchema Object ( [name] => name_en [rawName] => "name_en" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Название на английском [_e:CComponent:private] => [_m:CComponent:private] => ) [country_id] => CPgsqlColumnSchema Object ( [name] => country_id [rawName] => "country_id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [region_id] => CPgsqlColumnSchema Object ( [name] => region_id [rawName] => "region_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [city_id] => CPgsqlColumnSchema Object ( [name] => city_id [rawName] => "city_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [study_lang] => CPgsqlColumnSchema Object ( [name] => study_lang [rawName] => "study_lang" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Язык обучения json [_e:CComponent:private] => [_m:CComponent:private] => ) [accreditation_level] => CPgsqlColumnSchema Object ( [name] => accreditation_level [rawName] => "accreditation_level" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Уровень аккредитации [_e:CComponent:private] => [_m:CComponent:private] => ) [contact] => CPgsqlColumnSchema Object ( [name] => contact [rawName] => "contact" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Котакты json (contact[admissions][address] = contact[admissions][phone] = contact[admissions][email] = contact[admissions][site] = contact[postgraduate][address] = contact[postgraduate][phone] = contact[postgraduate][email] = contact[postgraduate][site] = contact[doctorate][address] = contact[doctorate][phone] = contact[doctorate][email] = contact[doctorate][site] = ) [_e:CComponent:private] => [_m:CComponent:private] => ) [rating] => CPgsqlColumnSchema Object ( [name] => rating [rawName] => "rating" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sport] => CPgsqlColumnSchema Object ( [name] => sport [rawName] => "sport" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Спорт json (sport[sections]=Спортивные секции,sport[clubs]=Спортивные клубы,sport[progress]=Спортивные достижения) [_e:CComponent:private] => [_m:CComponent:private] => ) [is_show] => CPgsqlColumnSchema Object ( [name] => is_show [rawName] => "is_show" [allowNull] => 1 [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [district_id] => CPgsqlColumnSchema Object ( [name] => district_id [rawName] => "district_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [metro_id] => CPgsqlColumnSchema Object ( [name] => metro_id [rawName] => "metro_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [opening_hours] => CPgsqlColumnSchema Object ( [name] => opening_hours [rawName] => "opening_hours" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [user_id] => CPgsqlColumnSchema Object ( [name] => user_id [rawName] => "user_id" [allowNull] => 1 [dbType] => bigint [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [is_approve] => CPgsqlColumnSchema Object ( [name] => is_approve [rawName] => "is_approve" [allowNull] => [dbType] => boolean [type] => boolean [defaultValue] => 1 [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [is_deleted] => CPgsqlColumnSchema Object ( [name] => is_deleted [rawName] => "is_deleted" [allowNull] => [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rss_link] => CPgsqlColumnSchema Object ( [name] => rss_link [rawName] => "rss_link" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rss] => CPgsqlColumnSchema Object ( [name] => rss [rawName] => "rss" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [date_start] => CPgsqlColumnSchema Object ( [name] => date_start [rawName] => "date_start" [allowNull] => 1 [dbType] => timestamp without time zone [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [date_end] => CPgsqlColumnSchema Object ( [name] => date_end [rawName] => "date_end" [allowNull] => 1 [dbType] => timestamp without time zone [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [search_keywords] => CPgsqlColumnSchema Object ( [name] => search_keywords [rawName] => "search_keywords" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [keywords] => CPgsqlColumnSchema Object ( [name] => keywords [rawName] => "keywords" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [full_search_keywords] => CPgsqlColumnSchema Object ( [name] => full_search_keywords [rawName] => "full_search_keywords" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_type] => CPgsqlColumnSchema Object ( [name] => unit_type [rawName] => "unit_type" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [time_update] => CPgsqlColumnSchema Object ( [name] => time_update [rawName] => "time_update" [allowNull] => 1 [dbType] => timestamp(0) without time zone [type] => string [defaultValue] => [size] => 0 [precision] => 0 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [weight] => CPgsqlColumnSchema Object ( [name] => weight [rawName] => "weight" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => 0 [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [deadline] => CPgsqlColumnSchema Object ( [name] => deadline [rawName] => "deadline" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [in_main] => CPgsqlColumnSchema Object ( [name] => in_main [rawName] => "in_main" [allowNull] => 1 [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pass_score_from] => CPgsqlColumnSchema Object ( [name] => pass_score_from [rawName] => "pass_score_from" [allowNull] => 1 [dbType] => smallint [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pass_score_to] => CPgsqlColumnSchema Object ( [name] => pass_score_to [rawName] => "pass_score_to" [allowNull] => 1 [dbType] => smallint [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [budget_place_count] => CPgsqlColumnSchema Object ( [name] => budget_place_count [rawName] => "budget_place_count" [allowNull] => 1 [dbType] => smallint [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rayon] => CPgsqlColumnSchema Object ( [name] => rayon [rawName] => "rayon" [allowNull] => 1 [dbType] => character varying(32) [type] => string [defaultValue] => [size] => 32 [precision] => 32 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [source] => CPgsqlColumnSchema Object ( [name] => source [rawName] => "source" [allowNull] => 1 [dbType] => character varying(32) [type] => string [defaultValue] => [size] => 32 [precision] => 32 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [is_banner] => CPgsqlColumnSchema Object ( [name] => is_banner [rawName] => "is_banner" [allowNull] => 1 [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner_text] => CPgsqlColumnSchema Object ( [name] => banner_text [rawName] => "banner_text" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [header1] => CPgsqlColumnSchema Object ( [name] => header1 [rawName] => "header1" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [headervalue1] => CPgsqlColumnSchema Object ( [name] => headervalue1 [rawName] => "headervalue1" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [header2] => CPgsqlColumnSchema Object ( [name] => header2 [rawName] => "header2" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [headervalue2] => CPgsqlColumnSchema Object ( [name] => headervalue2 [rawName] => "headervalue2" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [header3] => CPgsqlColumnSchema Object ( [name] => header3 [rawName] => "header3" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [headervalue3] => CPgsqlColumnSchema Object ( [name] => headervalue3 [rawName] => "headervalue3" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner_link] => CPgsqlColumnSchema Object ( [name] => banner_link [rawName] => "banner_link" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner2_text] => CPgsqlColumnSchema Object ( [name] => banner2_text [rawName] => "banner2_text" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner2_link] => CPgsqlColumnSchema Object ( [name] => banner2_link [rawName] => "banner2_link" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [member_name] => CPgsqlColumnSchema Object ( [name] => member_name [rawName] => "member_name" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [member_dolj] => CPgsqlColumnSchema Object ( [name] => member_dolj [rawName] => "member_dolj" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [partners] => CPgsqlColumnSchema Object ( [name] => partners [rawName] => "partners" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name] => CPgsqlColumnSchema Object ( [name] => name [rawName] => "name" [allowNull] => [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name_legal] => CPgsqlColumnSchema Object ( [name] => name_legal [rawName] => "name_legal" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => юридическое [_e:CComponent:private] => [_m:CComponent:private] => ) [name_previos] => CPgsqlColumnSchema Object ( [name] => name_previos [rawName] => "name_previos" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json [_e:CComponent:private] => [_m:CComponent:private] => ) [year_foundation] => CPgsqlColumnSchema Object ( [name] => year_foundation [rawName] => "year_foundation" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => год основания [_e:CComponent:private] => [_m:CComponent:private] => ) [address] => CPgsqlColumnSchema Object ( [name] => address [rawName] => "address" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => post_index, latitude, longitude, description, address(улица, дом и т.д.) [_e:CComponent:private] => [_m:CComponent:private] => ) [phone] => CPgsqlColumnSchema Object ( [name] => phone [rawName] => "phone" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (phone: ..., comment: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [email] => CPgsqlColumnSchema Object ( [name] => email [rawName] => "email" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (email: ..., comment: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [site] => CPgsqlColumnSchema Object ( [name] => site [rawName] => "site" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (site: ... , comment: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [social] => CPgsqlColumnSchema Object ( [name] => social [rawName] => "social" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (...) [_e:CComponent:private] => [_m:CComponent:private] => ) [graduation_document] => CPgsqlColumnSchema Object ( [name] => graduation_document [rawName] => "graduation_document" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Документ об окончании [_e:CComponent:private] => [_m:CComponent:private] => ) [license] => CPgsqlColumnSchema Object ( [name] => license [rawName] => "license" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Лицензии и аккредитацииjson: (license: ..., accreditaion: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [num_student] => CPgsqlColumnSchema Object ( [name] => num_student [rawName] => "num_student" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во студентов [_e:CComponent:private] => [_m:CComponent:private] => ) [num_teacher] => CPgsqlColumnSchema Object ( [name] => num_teacher [rawName] => "num_teacher" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во преподавателей [_e:CComponent:private] => [_m:CComponent:private] => ) [num_candidate] => CPgsqlColumnSchema Object ( [name] => num_candidate [rawName] => "num_candidate" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во кандидатов наук [_e:CComponent:private] => [_m:CComponent:private] => ) [num_doctor_professor] => CPgsqlColumnSchema Object ( [name] => num_doctor_professor [rawName] => "num_doctor_professor" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во профессоров и докторов наук [_e:CComponent:private] => [_m:CComponent:private] => ) [price_from] => CPgsqlColumnSchema Object ( [name] => price_from [rawName] => "price_from" [allowNull] => 1 [dbType] => double precision [type] => double [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [price_to] => CPgsqlColumnSchema Object ( [name] => price_to [rawName] => "price_to" [allowNull] => 1 [dbType] => double precision [type] => double [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [price_currency] => CPgsqlColumnSchema Object ( [name] => price_currency [rawName] => "price_currency" [allowNull] => 1 [dbType] => character varying(3) [type] => string [defaultValue] => [size] => 3 [precision] => 3 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => USD, UAH [_e:CComponent:private] => [_m:CComponent:private] => ) [price_period] => CPgsqlColumnSchema Object ( [name] => price_period [rawName] => "price_period" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => 1 - per year, 2 - per semester, 3- per month, 4 - per day, 5 - per hour, 6 - per course [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => info о вузе или школе [_e:CComponent:private] => [_m:CComponent:private] => ) [page] => CPgsqlColumnSchema Object ( [name] => page [rawName] => "page" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json: (title: ..., seo_uri, content) [_e:CComponent:private] => [_m:CComponent:private] => ) [time_created] => CPgsqlColumnSchema Object ( [name] => time_created [rawName] => "time_created" [allowNull] => 1 [dbType] => timestamp(0) without time zone [type] => string [defaultValue] => [size] => 0 [precision] => 0 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_uri] => CPgsqlColumnSchema Object ( [name] => seo_uri [rawName] => "seo_uri" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_description] => CPgsqlColumnSchema Object ( [name] => seo_description [rawName] => "seo_description" [allowNull] => 1 [dbType] => character varying(1024) [type] => string [defaultValue] => [size] => 1024 [precision] => 1024 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_keywords] => CPgsqlColumnSchema Object ( [name] => seo_keywords [rawName] => "seo_keywords" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_title] => CPgsqlColumnSchema Object ( [name] => seo_title [rawName] => "seo_title" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name_en] => CPgsqlColumnSchema Object ( [name] => name_en [rawName] => "name_en" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Название на английском [_e:CComponent:private] => [_m:CComponent:private] => ) [country_id] => CPgsqlColumnSchema Object ( [name] => country_id [rawName] => "country_id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [region_id] => CPgsqlColumnSchema Object ( [name] => region_id [rawName] => "region_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [city_id] => CPgsqlColumnSchema Object ( [name] => city_id [rawName] => "city_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [study_lang] => CPgsqlColumnSchema Object ( [name] => study_lang [rawName] => "study_lang" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Язык обучения json [_e:CComponent:private] => [_m:CComponent:private] => ) [accreditation_level] => CPgsqlColumnSchema Object ( [name] => accreditation_level [rawName] => "accreditation_level" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Уровень аккредитации [_e:CComponent:private] => [_m:CComponent:private] => ) [contact] => CPgsqlColumnSchema Object ( [name] => contact [rawName] => "contact" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Котакты json (contact[admissions][address] = contact[admissions][phone] = contact[admissions][email] = contact[admissions][site] = contact[postgraduate][address] = contact[postgraduate][phone] = contact[postgraduate][email] = contact[postgraduate][site] = contact[doctorate][address] = contact[doctorate][phone] = contact[doctorate][email] = contact[doctorate][site] = ) [_e:CComponent:private] => [_m:CComponent:private] => ) [rating] => CPgsqlColumnSchema Object ( [name] => rating [rawName] => "rating" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sport] => CPgsqlColumnSchema Object ( [name] => sport [rawName] => "sport" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Спорт json (sport[sections]=Спортивные секции,sport[clubs]=Спортивные клубы,sport[progress]=Спортивные достижения) [_e:CComponent:private] => [_m:CComponent:private] => ) [is_show] => CPgsqlColumnSchema Object ( [name] => is_show [rawName] => "is_show" [allowNull] => 1 [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [district_id] => CPgsqlColumnSchema Object ( [name] => district_id [rawName] => "district_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [metro_id] => CPgsqlColumnSchema Object ( [name] => metro_id [rawName] => "metro_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [opening_hours] => CPgsqlColumnSchema Object ( [name] => opening_hours [rawName] => "opening_hours" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [user_id] => CPgsqlColumnSchema Object ( [name] => user_id [rawName] => "user_id" [allowNull] => 1 [dbType] => bigint [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [is_approve] => CPgsqlColumnSchema Object ( [name] => is_approve [rawName] => "is_approve" [allowNull] => [dbType] => boolean [type] => boolean [defaultValue] => 1 [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [is_deleted] => CPgsqlColumnSchema Object ( [name] => is_deleted [rawName] => "is_deleted" [allowNull] => [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rss_link] => CPgsqlColumnSchema Object ( [name] => rss_link [rawName] => "rss_link" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rss] => CPgsqlColumnSchema Object ( [name] => rss [rawName] => "rss" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [date_start] => CPgsqlColumnSchema Object ( [name] => date_start [rawName] => "date_start" [allowNull] => 1 [dbType] => timestamp without time zone [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [date_end] => CPgsqlColumnSchema Object ( [name] => date_end [rawName] => "date_end" [allowNull] => 1 [dbType] => timestamp without time zone [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [search_keywords] => CPgsqlColumnSchema Object ( [name] => search_keywords [rawName] => "search_keywords" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [keywords] => CPgsqlColumnSchema Object ( [name] => keywords [rawName] => "keywords" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [full_search_keywords] => CPgsqlColumnSchema Object ( [name] => full_search_keywords [rawName] => "full_search_keywords" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_type] => CPgsqlColumnSchema Object ( [name] => unit_type [rawName] => "unit_type" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [time_update] => CPgsqlColumnSchema Object ( [name] => time_update [rawName] => "time_update" [allowNull] => 1 [dbType] => timestamp(0) without time zone [type] => string [defaultValue] => [size] => 0 [precision] => 0 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [weight] => CPgsqlColumnSchema Object ( [name] => weight [rawName] => "weight" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => 0 [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [deadline] => CPgsqlColumnSchema Object ( [name] => deadline [rawName] => "deadline" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [in_main] => CPgsqlColumnSchema Object ( [name] => in_main [rawName] => "in_main" [allowNull] => 1 [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pass_score_from] => CPgsqlColumnSchema Object ( [name] => pass_score_from [rawName] => "pass_score_from" [allowNull] => 1 [dbType] => smallint [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pass_score_to] => CPgsqlColumnSchema Object ( [name] => pass_score_to [rawName] => "pass_score_to" [allowNull] => 1 [dbType] => smallint [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [budget_place_count] => CPgsqlColumnSchema Object ( [name] => budget_place_count [rawName] => "budget_place_count" [allowNull] => 1 [dbType] => smallint [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rayon] => CPgsqlColumnSchema Object ( [name] => rayon [rawName] => "rayon" [allowNull] => 1 [dbType] => character varying(32) [type] => string [defaultValue] => [size] => 32 [precision] => 32 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [source] => CPgsqlColumnSchema Object ( [name] => source [rawName] => "source" [allowNull] => 1 [dbType] => character varying(32) [type] => string [defaultValue] => [size] => 32 [precision] => 32 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [is_banner] => CPgsqlColumnSchema Object ( [name] => is_banner [rawName] => "is_banner" [allowNull] => 1 [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner_text] => CPgsqlColumnSchema Object ( [name] => banner_text [rawName] => "banner_text" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [header1] => CPgsqlColumnSchema Object ( [name] => header1 [rawName] => "header1" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [headervalue1] => CPgsqlColumnSchema Object ( [name] => headervalue1 [rawName] => "headervalue1" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [header2] => CPgsqlColumnSchema Object ( [name] => header2 [rawName] => "header2" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [headervalue2] => CPgsqlColumnSchema Object ( [name] => headervalue2 [rawName] => "headervalue2" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [header3] => CPgsqlColumnSchema Object ( [name] => header3 [rawName] => "header3" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [headervalue3] => CPgsqlColumnSchema Object ( [name] => headervalue3 [rawName] => "headervalue3" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner_link] => CPgsqlColumnSchema Object ( [name] => banner_link [rawName] => "banner_link" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner2_text] => CPgsqlColumnSchema Object ( [name] => banner2_text [rawName] => "banner2_text" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner2_link] => CPgsqlColumnSchema Object ( [name] => banner2_link [rawName] => "banner2_link" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [member_name] => CPgsqlColumnSchema Object ( [name] => member_name [rawName] => "member_name" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [member_dolj] => CPgsqlColumnSchema Object ( [name] => member_dolj [rawName] => "member_dolj" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [partners] => CPgsqlColumnSchema Object ( [name] => partners [rawName] => "partners" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unitTagMappings] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTagMappings [className] => UnitTagMapping [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [mainTagMapping] => CHasOneRelation Object ( [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => mainTagMapping [className] => UnitTagMapping [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [medias] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => medias [className] => Media [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [reviews] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => reviews [className] => Reviews [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [videos] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => videos [className] => Video [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [user] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => user [className] => User [foreignKey] => user_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [openDay] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => openDay [className] => OpenDay [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [users] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => users [className] => UserUnitMapping [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitFrom] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitFrom [className] => UnitMapping [foreignKey] => unit_id_from [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTo] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTo [className] => UnitMapping [foreignKey] => unit_id_to [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [city] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => city [className] => GeoCity [foreignKey] => city_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( [is_show] => [is_approve] => 1 [is_deleted] => [weight] => 0 [in_main] => ) [_model:CActiveRecordMetaData:private] => School Object ( [fullSearchTags:protected] => Array ( [0] => napravlenie ) [ads] => [unitMapping] => Array ( ) [arrayFields] => Array ( [0] => name_previos [1] => email [2] => address [3] => study_lang [4] => phone [5] => site [6] => social [7] => graduation_document [8] => license [9] => page [10] => contact [11] => rating [12] => sport [13] => opening_hours [14] => rss [15] => partners ) [searchFields:protected] => Array ( [0] => name [1] => name_en [2] => name_legal [3] => name_previos ) [fullSearchFields:protected] => Array ( [0] => name [1] => name_en [2] => name_legal [3] => name_previos [4] => keywords ) [isRssUpdating] => [_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] => 6248 [name] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [name_legal] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [name_previos] => [year_foundation] => [address] => Array ( [0] => Array ( [address] => ш. Энтузиастов, 53, Балашиха, Московская обл., Россия, [post_index] => 143900 [latitude] => 55.79846 [longitude] => 37.973445 [district] => 0 [metro] => 0 ) ) [phone] => Array ( [0] => Array ( [phone_number] => 8 495 521 14 46 ) ) [email] => Array ( [0] => Array ( [email] => school12bal@mail.ru ) ) [site] => [social] => [graduation_document] => Array ( [0] => аттестат государственного образца ) [license] => [num_student] => [num_teacher] => [num_candidate] => [num_doctor_professor] => [price_from] => [price_to] => [price_currency] => [price_period] => [description] =>

Учредитель образовательной организации:
Управление по образованию Городского округа Балашиха

Сайт учредителя: http://balashiha.ru/

Учредитель образовательной организации:
Городской округ Балашиха

Сайт учредителя: http://balashiha.ru/

Дата основания образовательной организации: 1.1. Муниципальное бюджетное общеобразовательное учреждение Городского округа Балашиха «Средняя общеобразовательная школа №12 с углубленным изучением отдельных предметов» (далее – Школа) некоммерческая организация, созданная для выполнения работ, оказания услуг в целях обеспечения реализации предусмотренных законодательством Российской Федерации полномочий органов местного самоуправления в сфере образования. 1.2. Учреждение было создано в 1962 году. В 1962 году получено наименование «Средняя школа №12», в 1996 году – «Средняя (полная) общеобразовательная школа №12» Балашихинского района Московской области (постановление отдела регистрации предприятий и предпринимательской деятельности от 27.06.1996 № 1969). В 2000 году школа стала иметь название муниципальное общеобразовательное учреждение Балашихинского района Московской области «Средняя общеобразовательная школа № 12» (постановление Главы городского округа Балашиха от 13.12.2000 № 1312). В 2006 году Школа получает название муниципальное общеобразовательное учреждение городского округа Балашиха «Средняя общеобразовательная школа № 12 с углубленным изучением отдельных предметов» (постановление Главы городского округа Балашиха от 18.01.2006 № 7/8). С 01.07.2012 года наименование муниципальное бюджетное общеобразовательное учреждение городского округа Балашиха «Средняя общеобразовательная школа № 12 с углубленным изучением отдельных предметов» (постановление Главы городского округа Балашиха от 28.02.2012 г. № 205/8-ПА). В 2016г. муниципальное бюджетное общеобразовательное учреждение городского округа Балашиха «Средняя общеобразовательная школа №12 с углубленным изучением отдельных предметов» переименовано в муниципальное бюджетное общеобразовательное учреждение Городского округа Балашиха «Средняя общеобразовательная школа №12 с углубленным изучением отдельных предметов» в связи с принятием Закона Московской области от 30.12.2014г № 209/204-ОЗ  «Об объединении городов областного подчинения Московской области Балашиха и Железнодорожный и внесении изменения в Закон Московской области «Об административно территориальном устройстве Московской области» и  приказа Управления по образованию Администрации Городского округа Балашиха от 08.07.2016г. №1086 «О переименовании муниципального бюджетного общеобразовательного учреждения городского округа Балашиха «Средняя общеобразовательная школа №12 с углубленным изучением отдельных предметов» и утверждении его Устава». Ссылка на схему презда до МБОУ "Школа №12" 

Языки образования: русский
[page] => Array ( [technical_base] =>
Сведения о наличии оборудованных учебных кабинетов

Сведения об объектах для проведения практических занятий

Сведения о библиотеках

Сведения об объектах спорта

Сведения о средствах обучения и воспитания

Сведения об условиях питания

Сведения об условиях охраны здоровья обучающихся

Сведения о доступе к информационным системам и информационно-телекоммуникационным сетям

Открыть сведения о информационно- телекомуникационных сетях

Сведения об электронных образовательных ресурсах, к которым обеспечивается доступ обучающихся

Школьный портал

Читать далее...
Сведения об обеспечении доступа в здания образовательной организации инвалидов и лиц с ограниченными возможностями здоровья
Сведения о наличии специальных технических средств обучения коллективного и индивидуального пользования для инвалидов и лиц с ограниченными возможностями здоровья

» Читать далее
15 сентября 2017

Материально-техническое оснащение школы

.Акт готовности школы к новому учебному году

Читать далее...

Материально-техническое оснащение школы

Видеонаблюдение в школе

07 сентября 2016

[teachers] => Всего работников - 48 Всего педагогических работников - 49 Правила подсчета Правила отнесения работников к той или иной категории Отнесение должностей работников к определённой категории в образовательных организациях является правом органа исполнительной власти субъекта РФ (ниже указаны категории на примере г. Москвы). К основному педагогическому персоналу относятся следующие работники: учитель; преподаватель; тьютор; инструктор по труду; инструктор по физической культуре; музыкальный руководитель; педагог-библиотекарь; педагог-организатор; педагог-психолог; преподаватель-организатор основ безопасности жизнедеятельности; социальный педагог; старший вожатый; тренер-преподаватель (включая старшего); учитель-дефектолог; учитель-логопед; воспитатель (включая старшего). Иные категории работников устанавливаются также в соответствии с региональными нормативными актами. К административно-управленческому персоналу относятся: директор (руководитель), заместители директора (руководителя), руководители структурных подразделений, главный бухгалтер. К иному педагогическому персоналу относятся: педагог дополнительного образования, воспитатель группы продлённого дня и др. К учебно-вспомогательному персоналу относятся: секретарь учебной части, документовед, делопроизводитель, заведующий хозяйством, системный администратор и др. К иному персоналу относятся: рабочий по комплексному обслуживанию здания, курьер, водитель и др. Внештатный работник - работник, который оказывает образовательной организации какие-либо услуги (выполняет работы) в рамках гражданско-правового договора, договора оказания услуг (выполнения работ). Данный работник не учитывается в штате организации, поэтому в диаграммах подраздела сайта «Работники образовательной организации» информация о нём не учитывается, но при этом всю необходимую информацию можно разместить в его личной карточке. [medicine] => Есть собственный медицинский пункт [classes_school] => 1-11 классы [disciplines] => Array ( ) [honors] => Array ( ) ) [time_created] => 2018-05-14 22:55:51 [seo_uri] => srednyaya-obscheobrazovatelnaya-shkola-12-br-s-uglublennym-izucheniem-otdelnyh-predmetov [seo_description] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_title] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [name_en] => [country_id] => 73 [region_id] => 485 [city_id] => 2964 [study_lang] => Array ( [0] => русский ) [accreditation_level] => [contact] => Array ( [terms_of_admission] => Array ( [text] =>

1 класс

 

 

Зачисление детей в первый класс 2018-2019 учебного года осуществляется через Региональный портал государственных и муниципальных услуг Московской области (РПГУ) https://uslugi.mosreg.ru/ в режиме круглосуточного доступа:

     с 01 февраля до 30 июня для зарегистрированных на закрепленной территории,

     с 01 июля до 05 сентября для не зарегистрированных на закрепленной территории, при наличии свободных мест.

 

  В течение 3-х дней после подачи заявления через РПГУ необходимо предоставить в образовательную организацию документы:

-  копия свидетельства о рождении ребенка (оригинал предъявляется);

- копия свидетельства о регистрации ребенка по месту жительства или свидетельства о регистрации ребенка по месту пребывания на закрепленной территории (оригинал предъявляется).

 

 Заявление также можно подать лично в образовательной организации в дни приема.

 

График приема документов для зачисления в 1 класс:

 

Понедельник-пятница -  14.00-17.00,  

- заместитель директора по УВР в начальной школе Сахарова Ольга Владимировна,

- секретарь Щербинина Елена Николаевна

 

Телефоны «горячей линии» по вопросам зачисления в 1 класс:

     Телефоны МБОУ «Школа №12»:

8 (495) 521-14-46 – директор школы Спиридонова Юлия Сергеевна;

8 (495) 521-67-55 – кабинет заместителей директора по УВР


Телефон «горячей линии» Управления по образованию Администрации Городского округа Балашиха по вопросам приема детей в первый класс:  
8 (495) 521-21-09.

 

Информация о планируемом количестве мест в 1 классах и адреса, закрепленные за МБОУ «Школа №12»,  будет размещена позже, в январе 2018 г. после получения приказа Управления по образованию 

   

    В 1 классы принимаются дети  в возрасте 8-го и 7-го года жизни. Прием детей 7-го года жизни осуществляется при достижении ими к 1 сентября учебного года возраста не менее 6 лет 6 месяцев.

    В первый класс зачисляются все дети, достигшие школьного возраста, независимо от уровня их подготовки, без вступительных испытаний (процедур отбора).

 

Приказ от 11.01.2017 года  № 6 "Об организации приема детей в первые классы МБОУ «Школа №12» в 2017 - 2018 учебном году"

ПРИКАЗ УПРАВЛЕНИЯ ПО ОБРАЗОВАНИЮ АДМИНИСТРАЦИИ ГОРОДСКОГО ОКРУГА БАЛАШИХА  от  « 09 »   января  2017 г. №  23 "О комплектовании первых классов муниципальных общеобразовательных учреждений Городского округа Балашиха в 2017-2018 учебном году"

26 марта 2018

Положение о конкурсном отборе в классы с углубленным изучением отдельных предметов и профильные классы

ПОЛОЖЕНИЕ Об организации индивидуального отбора при приеме либо переводе в муниципальное бюджетное общеобразовательное учреждение городского округа Балашиха «Средняя общеобразовательная школа №12 с углубленным изучением отдельных предметов» для получения основного общего и среднего общего образования с углубленным изучением отдельных учебных предметов или для профильного обучения

Приказы о зачислении в 1-ые классы

Читать далее...

МИНИСТЕРСТВО ОБРАЗОВАНИЯ И НАУКИ РОССИЙСКОЙ ФЕДЕРАЦИИ ПРИКАЗ от 22 января 2014 г. N 32 ОБ УТВЕРЖДЕНИИ ПОРЯДКА ПРИЕМА ГРАЖДАН НА ОБУЧЕНИЕ ПО ОБРАЗОВАТЕЛЬНЫМ ПРОГРАММАМ НАЧАЛЬНОГО ОБЩЕГО, ОСНОВНОГО ОБЩЕГО И СРЕДНЕГО ОБЩЕГО ОБРАЗОВАНИЯ

/uploads/2000/1647/section/219898/Zaregistrirovano_v_Minyuste_Rossii_2_aprelya_2014_g_32.doc?1490437801792

Организация приема обучающихся в общеобразовательные учреждения Г.о.Балашихав 2017г.

Инструкция для родителей!

Читать далее...

Закрепление территорий Городского округа Балашиха за муниципальными общеобразовательными учреждениями Городского округа Балашиха.

Читать далее...
) ) [rating] => [sport] => Array ( [sections] => Array ( [0] => ОФП [1] => Футбол [2] => Баскетбол [3] => Волейбол ) ) [is_show] => 1 [district_id] => [metro_id] => [opening_hours] => [user_id] => 186 [is_approve] => 1 [is_deleted] => [rss_link] => [rss] => [date_start] => [date_end] => [search_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов, Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов, [keywords] => [full_search_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов, Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов, Средние (общеобразовательные), [unit_type] => 164 [time_update] => 2018-05-14 22:55:51 [weight] => 0 [deadline] => [in_main] => [pass_score_from] => [pass_score_to] => [budget_place_count] => [rayon] => [source] => bal-sch12 [is_banner] => [banner_text] => [header1] => [headervalue1] => [header2] => [headervalue2] => [header3] => [headervalue3] => [banner_link] => [banner2_text] => [banner2_link] => [member_name] => [member_dolj] => [partners] => ) [_related:CActiveRecord:private] => Array ( [unitTagMappings] => Array ( [269] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87094 [unit_id] => 6248 [unit_tag_id] => 269 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87094 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [199] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87095 [unit_id] => 6248 [unit_tag_id] => 199 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87095 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [180] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87096 [unit_id] => 6248 [unit_tag_id] => 180 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87096 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [166] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87097 [unit_id] => 6248 [unit_tag_id] => 166 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87097 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [261] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87098 [unit_id] => 6248 [unit_tag_id] => 261 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87098 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [595] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87099 [unit_id] => 6248 [unit_tag_id] => 595 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87099 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [258] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87100 [unit_id] => 6248 [unit_tag_id] => 258 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87100 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [190] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87101 [unit_id] => 6248 [unit_tag_id] => 190 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87101 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [266] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87102 [unit_id] => 6248 [unit_tag_id] => 266 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87102 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [193] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87103 [unit_id] => 6248 [unit_tag_id] => 193 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87103 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [164] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87104 [unit_id] => 6248 [unit_tag_id] => 164 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87104 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [openDay] => Array ( ) [reviews] => Array ( ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 6248 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [unitType] => Array ( [0] => 164 ) [tagsMap] => Array ( [medical-service] => Array ( [id] => 191 [name] => medical-service [parent_id] => 164 [child] => Array ( [medical-service-yes] => Array ( [id] => 193 [name] => medical-service-yes [parent_id] => 191 [description] => ) ) ) [nutrition] => Array ( [id] => 188 [name] => nutrition [parent_id] => 164 [child] => Array ( [nutrition_yes] => Array ( [id] => 190 [name] => nutrition_yes [parent_id] => 188 [description] => ) ) ) [sports-section] => Array ( [id] => 197 [name] => sports-section [parent_id] => 164 [child] => Array ( [sports-section-yes] => Array ( [id] => 199 [name] => sports-section-yes [parent_id] => 197 [description] => ) ) ) [status_school] => Array ( [id] => 179 [name] => status_school [parent_id] => 164 [child] => Array ( [status_school_school] => Array ( [id] => 180 [name] => status_school_school [parent_id] => 179 [description] => ) ) ) [paid_education] => Array ( [id] => 259 [name] => paid_education [parent_id] => 164 [child] => Array ( [paid_education_no] => Array ( [id] => 261 [name] => paid_education_no [parent_id] => 259 [description] => ) ) ) [teaching_and_training] => Array ( [id] => 265 [name] => teaching_and_training [parent_id] => 164 [child] => Array ( [teaching_and_training_yes] => Array ( [id] => 266 [name] => teaching_and_training_yes [parent_id] => 265 [description] => ) ) ) [school_uniforms] => Array ( [id] => 268 [name] => school_uniforms [parent_id] => 164 [child] => Array ( [school_uniforms_yes] => Array ( [id] => 269 [name] => school_uniforms_yes [parent_id] => 268 [description] => ) ) ) [legal-form] => Array ( [id] => 165 [name] => legal-form [parent_id] => 164 [child] => Array ( [legal-form-state] => Array ( [id] => 166 [name] => legal-form-state [parent_id] => 165 [description] => ) ) ) [study-form] => Array ( [id] => 170 [name] => study-form [parent_id] => 164 [child] => Array ( [study-form-intramural] => Array ( [id] => 258 [name] => study-form-intramural [parent_id] => 170 [description] => ) ) ) [napravlenie] => Array ( [id] => 594 [name] => napravlenie [parent_id] => 164 [child] => Array ( [napravlenie-srednie-obshheobrazovatelnye] => Array ( [id] => 595 [name] => napravlenie-srednie-obshheobrazovatelnye [parent_id] => 594 [description] => ) ) ) ) [collectionArticle] => CActiveDataProvider Object ( [modelClass] => TblUnitArticle [model] => TblUnitArticle Object ( [downloads] => [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => tbl_unit_article [rawName] => "tbl_unit_article" [primaryKey] => id [sequenceName] => public.tbl_unit_article_id_seq [foreignKeys] => Array ( ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [title] => CPgsqlColumnSchema Object ( [name] => title [rawName] => "title" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [image] => CPgsqlColumnSchema Object ( [name] => image [rawName] => "image" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [content] => CPgsqlColumnSchema 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] => ) [dtime] => CPgsqlColumnSchema Object ( [name] => dtime [rawName] => "dtime" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [source] => CPgsqlColumnSchema Object ( [name] => source [rawName] => "source" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [author] => CPgsqlColumnSchema Object ( [name] => author [rawName] => "author" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [title] => CPgsqlColumnSchema Object ( [name] => title [rawName] => "title" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [image] => CPgsqlColumnSchema Object ( [name] => image [rawName] => "image" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [content] => CPgsqlColumnSchema 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] => ) [dtime] => CPgsqlColumnSchema Object ( [name] => dtime [rawName] => "dtime" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [source] => CPgsqlColumnSchema Object ( [name] => source [rawName] => "source" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [author] => CPgsqlColumnSchema Object ( [name] => author [rawName] => "author" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => TblUnitArticle 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] => ) [keyAttribute] => [_criteria:CActiveDataProvider:private] => CDbCriteria Object ( [select] => * [distinct] => [condition] => unit_id = :u [params] => Array ( [:u] => 6248 ) [limit] => -1 [offset] => -1 [order] => [group] => [join] => [having] => [with] => [alias] => [together] => [index] => [scopes] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_id:CDataProvider:private] => TblUnitArticle [_data:CDataProvider:private] => [_keys:CDataProvider:private] => [_totalItemCount:CDataProvider:private] => [_sort:CDataProvider:private] => [_pagination:CDataProvider:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [2] => 1 ) ) [4] => Array ( [file] => /home/rosvuz/application/protected/components/DefaultUnitController.php [line] => 342 [function] => render [class] => CController [type] => -> [args] => Array ( [0] => showv2 [1] => Array ( [model] => School Object ( [fullSearchTags:protected] => Array ( [0] => napravlenie ) [ads] => [unitMapping] => Array ( ) [arrayFields] => Array ( [0] => name_previos [1] => email [2] => address [3] => study_lang [4] => phone [5] => site [6] => social [7] => graduation_document [8] => license [9] => page [10] => contact [11] => rating [12] => sport [13] => opening_hours [14] => rss [15] => partners ) [searchFields:protected] => Array ( [0] => name [1] => name_en [2] => name_legal [3] => name_previos ) [fullSearchFields:protected] => Array ( [0] => name [1] => name_en [2] => name_legal [3] => name_previos [4] => keywords ) [isRssUpdating] => [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit [rawName] => "unit" [primaryKey] => id [sequenceName] => public.object_id_seq [foreignKeys] => Array ( [unit_type] => Array ( [0] => unit_tag [1] => id ) [user_id] => Array ( [0] => user [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name] => CPgsqlColumnSchema Object ( [name] => name [rawName] => "name" [allowNull] => [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name_legal] => CPgsqlColumnSchema Object ( [name] => name_legal [rawName] => "name_legal" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => юридическое [_e:CComponent:private] => [_m:CComponent:private] => ) [name_previos] => CPgsqlColumnSchema Object ( [name] => name_previos [rawName] => "name_previos" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json [_e:CComponent:private] => [_m:CComponent:private] => ) [year_foundation] => CPgsqlColumnSchema Object ( [name] => year_foundation [rawName] => "year_foundation" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => год основания [_e:CComponent:private] => [_m:CComponent:private] => ) [address] => CPgsqlColumnSchema Object ( [name] => address [rawName] => "address" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => post_index, latitude, longitude, description, address(улица, дом и т.д.) [_e:CComponent:private] => [_m:CComponent:private] => ) [phone] => CPgsqlColumnSchema Object ( [name] => phone [rawName] => "phone" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (phone: ..., comment: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [email] => CPgsqlColumnSchema Object ( [name] => email [rawName] => "email" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (email: ..., comment: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [site] => CPgsqlColumnSchema Object ( [name] => site [rawName] => "site" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (site: ... , comment: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [social] => CPgsqlColumnSchema Object ( [name] => social [rawName] => "social" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (...) [_e:CComponent:private] => [_m:CComponent:private] => ) [graduation_document] => CPgsqlColumnSchema Object ( [name] => graduation_document [rawName] => "graduation_document" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Документ об окончании [_e:CComponent:private] => [_m:CComponent:private] => ) [license] => CPgsqlColumnSchema Object ( [name] => license [rawName] => "license" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Лицензии и аккредитацииjson: (license: ..., accreditaion: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [num_student] => CPgsqlColumnSchema Object ( [name] => num_student [rawName] => "num_student" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во студентов [_e:CComponent:private] => [_m:CComponent:private] => ) [num_teacher] => CPgsqlColumnSchema Object ( [name] => num_teacher [rawName] => "num_teacher" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во преподавателей [_e:CComponent:private] => [_m:CComponent:private] => ) [num_candidate] => CPgsqlColumnSchema Object ( [name] => num_candidate [rawName] => "num_candidate" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во кандидатов наук [_e:CComponent:private] => [_m:CComponent:private] => ) [num_doctor_professor] => CPgsqlColumnSchema Object ( [name] => num_doctor_professor [rawName] => "num_doctor_professor" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во профессоров и докторов наук [_e:CComponent:private] => [_m:CComponent:private] => ) [price_from] => CPgsqlColumnSchema Object ( [name] => price_from [rawName] => "price_from" [allowNull] => 1 [dbType] => double precision [type] => double [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [price_to] => CPgsqlColumnSchema Object ( [name] => price_to [rawName] => "price_to" [allowNull] => 1 [dbType] => double precision [type] => double [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [price_currency] => CPgsqlColumnSchema Object ( [name] => price_currency [rawName] => "price_currency" [allowNull] => 1 [dbType] => character varying(3) [type] => string [defaultValue] => [size] => 3 [precision] => 3 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => USD, UAH [_e:CComponent:private] => [_m:CComponent:private] => ) [price_period] => CPgsqlColumnSchema Object ( [name] => price_period [rawName] => "price_period" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => 1 - per year, 2 - per semester, 3- per month, 4 - per day, 5 - per hour, 6 - per course [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => info о вузе или школе [_e:CComponent:private] => [_m:CComponent:private] => ) [page] => CPgsqlColumnSchema Object ( [name] => page [rawName] => "page" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json: (title: ..., seo_uri, content) [_e:CComponent:private] => [_m:CComponent:private] => ) [time_created] => CPgsqlColumnSchema Object ( [name] => time_created [rawName] => "time_created" [allowNull] => 1 [dbType] => timestamp(0) without time zone [type] => string [defaultValue] => [size] => 0 [precision] => 0 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_uri] => CPgsqlColumnSchema Object ( [name] => seo_uri [rawName] => "seo_uri" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_description] => CPgsqlColumnSchema Object ( [name] => seo_description [rawName] => "seo_description" [allowNull] => 1 [dbType] => character varying(1024) [type] => string [defaultValue] => [size] => 1024 [precision] => 1024 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_keywords] => CPgsqlColumnSchema Object ( [name] => seo_keywords [rawName] => "seo_keywords" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_title] => CPgsqlColumnSchema Object ( [name] => seo_title [rawName] => "seo_title" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name_en] => CPgsqlColumnSchema Object ( [name] => name_en [rawName] => "name_en" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Название на английском [_e:CComponent:private] => [_m:CComponent:private] => ) [country_id] => CPgsqlColumnSchema Object ( [name] => country_id [rawName] => "country_id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [region_id] => CPgsqlColumnSchema Object ( [name] => region_id [rawName] => "region_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [city_id] => CPgsqlColumnSchema Object ( [name] => city_id [rawName] => "city_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [study_lang] => CPgsqlColumnSchema Object ( [name] => study_lang [rawName] => "study_lang" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Язык обучения json [_e:CComponent:private] => [_m:CComponent:private] => ) [accreditation_level] => CPgsqlColumnSchema Object ( [name] => accreditation_level [rawName] => "accreditation_level" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Уровень аккредитации [_e:CComponent:private] => [_m:CComponent:private] => ) [contact] => CPgsqlColumnSchema Object ( [name] => contact [rawName] => "contact" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Котакты json (contact[admissions][address] = contact[admissions][phone] = contact[admissions][email] = contact[admissions][site] = contact[postgraduate][address] = contact[postgraduate][phone] = contact[postgraduate][email] = contact[postgraduate][site] = contact[doctorate][address] = contact[doctorate][phone] = contact[doctorate][email] = contact[doctorate][site] = ) [_e:CComponent:private] => [_m:CComponent:private] => ) [rating] => CPgsqlColumnSchema Object ( [name] => rating [rawName] => "rating" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sport] => CPgsqlColumnSchema Object ( [name] => sport [rawName] => "sport" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Спорт json (sport[sections]=Спортивные секции,sport[clubs]=Спортивные клубы,sport[progress]=Спортивные достижения) [_e:CComponent:private] => [_m:CComponent:private] => ) [is_show] => CPgsqlColumnSchema Object ( [name] => is_show [rawName] => "is_show" [allowNull] => 1 [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [district_id] => CPgsqlColumnSchema Object ( [name] => district_id [rawName] => "district_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [metro_id] => CPgsqlColumnSchema Object ( [name] => metro_id [rawName] => "metro_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [opening_hours] => CPgsqlColumnSchema Object ( [name] => opening_hours [rawName] => "opening_hours" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [user_id] => CPgsqlColumnSchema Object ( [name] => user_id [rawName] => "user_id" [allowNull] => 1 [dbType] => bigint [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [is_approve] => CPgsqlColumnSchema Object ( [name] => is_approve [rawName] => "is_approve" [allowNull] => [dbType] => boolean [type] => boolean [defaultValue] => 1 [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [is_deleted] => CPgsqlColumnSchema Object ( [name] => is_deleted [rawName] => "is_deleted" [allowNull] => [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rss_link] => CPgsqlColumnSchema Object ( [name] => rss_link [rawName] => "rss_link" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rss] => CPgsqlColumnSchema Object ( [name] => rss [rawName] => "rss" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [date_start] => CPgsqlColumnSchema Object ( [name] => date_start [rawName] => "date_start" [allowNull] => 1 [dbType] => timestamp without time zone [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [date_end] => CPgsqlColumnSchema Object ( [name] => date_end [rawName] => "date_end" [allowNull] => 1 [dbType] => timestamp without time zone [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [search_keywords] => CPgsqlColumnSchema Object ( [name] => search_keywords [rawName] => "search_keywords" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [keywords] => CPgsqlColumnSchema Object ( [name] => keywords [rawName] => "keywords" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [full_search_keywords] => CPgsqlColumnSchema Object ( [name] => full_search_keywords [rawName] => "full_search_keywords" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_type] => CPgsqlColumnSchema Object ( [name] => unit_type [rawName] => "unit_type" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [time_update] => CPgsqlColumnSchema Object ( [name] => time_update [rawName] => "time_update" [allowNull] => 1 [dbType] => timestamp(0) without time zone [type] => string [defaultValue] => [size] => 0 [precision] => 0 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [weight] => CPgsqlColumnSchema Object ( [name] => weight [rawName] => "weight" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => 0 [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [deadline] => CPgsqlColumnSchema Object ( [name] => deadline [rawName] => "deadline" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [in_main] => CPgsqlColumnSchema Object ( [name] => in_main [rawName] => "in_main" [allowNull] => 1 [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pass_score_from] => CPgsqlColumnSchema Object ( [name] => pass_score_from [rawName] => "pass_score_from" [allowNull] => 1 [dbType] => smallint [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pass_score_to] => CPgsqlColumnSchema Object ( [name] => pass_score_to [rawName] => "pass_score_to" [allowNull] => 1 [dbType] => smallint [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [budget_place_count] => CPgsqlColumnSchema Object ( [name] => budget_place_count [rawName] => "budget_place_count" [allowNull] => 1 [dbType] => smallint [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rayon] => CPgsqlColumnSchema Object ( [name] => rayon [rawName] => "rayon" [allowNull] => 1 [dbType] => character varying(32) [type] => string [defaultValue] => [size] => 32 [precision] => 32 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [source] => CPgsqlColumnSchema Object ( [name] => source [rawName] => "source" [allowNull] => 1 [dbType] => character varying(32) [type] => string [defaultValue] => [size] => 32 [precision] => 32 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [is_banner] => CPgsqlColumnSchema Object ( [name] => is_banner [rawName] => "is_banner" [allowNull] => 1 [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner_text] => CPgsqlColumnSchema Object ( [name] => banner_text [rawName] => "banner_text" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [header1] => CPgsqlColumnSchema Object ( [name] => header1 [rawName] => "header1" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [headervalue1] => CPgsqlColumnSchema Object ( [name] => headervalue1 [rawName] => "headervalue1" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [header2] => CPgsqlColumnSchema Object ( [name] => header2 [rawName] => "header2" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [headervalue2] => CPgsqlColumnSchema Object ( [name] => headervalue2 [rawName] => "headervalue2" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [header3] => CPgsqlColumnSchema Object ( [name] => header3 [rawName] => "header3" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [headervalue3] => CPgsqlColumnSchema Object ( [name] => headervalue3 [rawName] => "headervalue3" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner_link] => CPgsqlColumnSchema Object ( [name] => banner_link [rawName] => "banner_link" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner2_text] => CPgsqlColumnSchema Object ( [name] => banner2_text [rawName] => "banner2_text" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner2_link] => CPgsqlColumnSchema Object ( [name] => banner2_link [rawName] => "banner2_link" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [member_name] => CPgsqlColumnSchema Object ( [name] => member_name [rawName] => "member_name" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [member_dolj] => CPgsqlColumnSchema Object ( [name] => member_dolj [rawName] => "member_dolj" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [partners] => CPgsqlColumnSchema Object ( [name] => partners [rawName] => "partners" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name] => CPgsqlColumnSchema Object ( [name] => name [rawName] => "name" [allowNull] => [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name_legal] => CPgsqlColumnSchema Object ( [name] => name_legal [rawName] => "name_legal" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => юридическое [_e:CComponent:private] => [_m:CComponent:private] => ) [name_previos] => CPgsqlColumnSchema Object ( [name] => name_previos [rawName] => "name_previos" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json [_e:CComponent:private] => [_m:CComponent:private] => ) [year_foundation] => CPgsqlColumnSchema Object ( [name] => year_foundation [rawName] => "year_foundation" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => год основания [_e:CComponent:private] => [_m:CComponent:private] => ) [address] => CPgsqlColumnSchema Object ( [name] => address [rawName] => "address" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => post_index, latitude, longitude, description, address(улица, дом и т.д.) [_e:CComponent:private] => [_m:CComponent:private] => ) [phone] => CPgsqlColumnSchema Object ( [name] => phone [rawName] => "phone" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (phone: ..., comment: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [email] => CPgsqlColumnSchema Object ( [name] => email [rawName] => "email" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (email: ..., comment: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [site] => CPgsqlColumnSchema Object ( [name] => site [rawName] => "site" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (site: ... , comment: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [social] => CPgsqlColumnSchema Object ( [name] => social [rawName] => "social" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json (...) [_e:CComponent:private] => [_m:CComponent:private] => ) [graduation_document] => CPgsqlColumnSchema Object ( [name] => graduation_document [rawName] => "graduation_document" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Документ об окончании [_e:CComponent:private] => [_m:CComponent:private] => ) [license] => CPgsqlColumnSchema Object ( [name] => license [rawName] => "license" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Лицензии и аккредитацииjson: (license: ..., accreditaion: ...) [_e:CComponent:private] => [_m:CComponent:private] => ) [num_student] => CPgsqlColumnSchema Object ( [name] => num_student [rawName] => "num_student" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во студентов [_e:CComponent:private] => [_m:CComponent:private] => ) [num_teacher] => CPgsqlColumnSchema Object ( [name] => num_teacher [rawName] => "num_teacher" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во преподавателей [_e:CComponent:private] => [_m:CComponent:private] => ) [num_candidate] => CPgsqlColumnSchema Object ( [name] => num_candidate [rawName] => "num_candidate" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во кандидатов наук [_e:CComponent:private] => [_m:CComponent:private] => ) [num_doctor_professor] => CPgsqlColumnSchema Object ( [name] => num_doctor_professor [rawName] => "num_doctor_professor" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Кол-во профессоров и докторов наук [_e:CComponent:private] => [_m:CComponent:private] => ) [price_from] => CPgsqlColumnSchema Object ( [name] => price_from [rawName] => "price_from" [allowNull] => 1 [dbType] => double precision [type] => double [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [price_to] => CPgsqlColumnSchema Object ( [name] => price_to [rawName] => "price_to" [allowNull] => 1 [dbType] => double precision [type] => double [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [price_currency] => CPgsqlColumnSchema Object ( [name] => price_currency [rawName] => "price_currency" [allowNull] => 1 [dbType] => character varying(3) [type] => string [defaultValue] => [size] => 3 [precision] => 3 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => USD, UAH [_e:CComponent:private] => [_m:CComponent:private] => ) [price_period] => CPgsqlColumnSchema Object ( [name] => price_period [rawName] => "price_period" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => 1 - per year, 2 - per semester, 3- per month, 4 - per day, 5 - per hour, 6 - per course [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => info о вузе или школе [_e:CComponent:private] => [_m:CComponent:private] => ) [page] => CPgsqlColumnSchema Object ( [name] => page [rawName] => "page" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => json: (title: ..., seo_uri, content) [_e:CComponent:private] => [_m:CComponent:private] => ) [time_created] => CPgsqlColumnSchema Object ( [name] => time_created [rawName] => "time_created" [allowNull] => 1 [dbType] => timestamp(0) without time zone [type] => string [defaultValue] => [size] => 0 [precision] => 0 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_uri] => CPgsqlColumnSchema Object ( [name] => seo_uri [rawName] => "seo_uri" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_description] => CPgsqlColumnSchema Object ( [name] => seo_description [rawName] => "seo_description" [allowNull] => 1 [dbType] => character varying(1024) [type] => string [defaultValue] => [size] => 1024 [precision] => 1024 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_keywords] => CPgsqlColumnSchema Object ( [name] => seo_keywords [rawName] => "seo_keywords" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [seo_title] => CPgsqlColumnSchema Object ( [name] => seo_title [rawName] => "seo_title" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [name_en] => CPgsqlColumnSchema Object ( [name] => name_en [rawName] => "name_en" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Название на английском [_e:CComponent:private] => [_m:CComponent:private] => ) [country_id] => CPgsqlColumnSchema Object ( [name] => country_id [rawName] => "country_id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [region_id] => CPgsqlColumnSchema Object ( [name] => region_id [rawName] => "region_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [city_id] => CPgsqlColumnSchema Object ( [name] => city_id [rawName] => "city_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [study_lang] => CPgsqlColumnSchema Object ( [name] => study_lang [rawName] => "study_lang" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Язык обучения json [_e:CComponent:private] => [_m:CComponent:private] => ) [accreditation_level] => CPgsqlColumnSchema Object ( [name] => accreditation_level [rawName] => "accreditation_level" [allowNull] => 1 [dbType] => character varying(255) [type] => string [defaultValue] => [size] => 255 [precision] => 255 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Уровень аккредитации [_e:CComponent:private] => [_m:CComponent:private] => ) [contact] => CPgsqlColumnSchema Object ( [name] => contact [rawName] => "contact" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Котакты json (contact[admissions][address] = contact[admissions][phone] = contact[admissions][email] = contact[admissions][site] = contact[postgraduate][address] = contact[postgraduate][phone] = contact[postgraduate][email] = contact[postgraduate][site] = contact[doctorate][address] = contact[doctorate][phone] = contact[doctorate][email] = contact[doctorate][site] = ) [_e:CComponent:private] => [_m:CComponent:private] => ) [rating] => CPgsqlColumnSchema Object ( [name] => rating [rawName] => "rating" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [sport] => CPgsqlColumnSchema Object ( [name] => sport [rawName] => "sport" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => Спорт json (sport[sections]=Спортивные секции,sport[clubs]=Спортивные клубы,sport[progress]=Спортивные достижения) [_e:CComponent:private] => [_m:CComponent:private] => ) [is_show] => CPgsqlColumnSchema Object ( [name] => is_show [rawName] => "is_show" [allowNull] => 1 [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [district_id] => CPgsqlColumnSchema Object ( [name] => district_id [rawName] => "district_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [metro_id] => CPgsqlColumnSchema Object ( [name] => metro_id [rawName] => "metro_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [opening_hours] => CPgsqlColumnSchema Object ( [name] => opening_hours [rawName] => "opening_hours" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [user_id] => CPgsqlColumnSchema Object ( [name] => user_id [rawName] => "user_id" [allowNull] => 1 [dbType] => bigint [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [is_approve] => CPgsqlColumnSchema Object ( [name] => is_approve [rawName] => "is_approve" [allowNull] => [dbType] => boolean [type] => boolean [defaultValue] => 1 [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [is_deleted] => CPgsqlColumnSchema Object ( [name] => is_deleted [rawName] => "is_deleted" [allowNull] => [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rss_link] => CPgsqlColumnSchema Object ( [name] => rss_link [rawName] => "rss_link" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rss] => CPgsqlColumnSchema Object ( [name] => rss [rawName] => "rss" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [date_start] => CPgsqlColumnSchema Object ( [name] => date_start [rawName] => "date_start" [allowNull] => 1 [dbType] => timestamp without time zone [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [date_end] => CPgsqlColumnSchema Object ( [name] => date_end [rawName] => "date_end" [allowNull] => 1 [dbType] => timestamp without time zone [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [search_keywords] => CPgsqlColumnSchema Object ( [name] => search_keywords [rawName] => "search_keywords" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [keywords] => CPgsqlColumnSchema Object ( [name] => keywords [rawName] => "keywords" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [full_search_keywords] => CPgsqlColumnSchema Object ( [name] => full_search_keywords [rawName] => "full_search_keywords" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_type] => CPgsqlColumnSchema Object ( [name] => unit_type [rawName] => "unit_type" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [time_update] => CPgsqlColumnSchema Object ( [name] => time_update [rawName] => "time_update" [allowNull] => 1 [dbType] => timestamp(0) without time zone [type] => string [defaultValue] => [size] => 0 [precision] => 0 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [weight] => CPgsqlColumnSchema Object ( [name] => weight [rawName] => "weight" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => 0 [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [deadline] => CPgsqlColumnSchema Object ( [name] => deadline [rawName] => "deadline" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [in_main] => CPgsqlColumnSchema Object ( [name] => in_main [rawName] => "in_main" [allowNull] => 1 [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pass_score_from] => CPgsqlColumnSchema Object ( [name] => pass_score_from [rawName] => "pass_score_from" [allowNull] => 1 [dbType] => smallint [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [pass_score_to] => CPgsqlColumnSchema Object ( [name] => pass_score_to [rawName] => "pass_score_to" [allowNull] => 1 [dbType] => smallint [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [budget_place_count] => CPgsqlColumnSchema Object ( [name] => budget_place_count [rawName] => "budget_place_count" [allowNull] => 1 [dbType] => smallint [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [rayon] => CPgsqlColumnSchema Object ( [name] => rayon [rawName] => "rayon" [allowNull] => 1 [dbType] => character varying(32) [type] => string [defaultValue] => [size] => 32 [precision] => 32 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [source] => CPgsqlColumnSchema Object ( [name] => source [rawName] => "source" [allowNull] => 1 [dbType] => character varying(32) [type] => string [defaultValue] => [size] => 32 [precision] => 32 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [is_banner] => CPgsqlColumnSchema Object ( [name] => is_banner [rawName] => "is_banner" [allowNull] => 1 [dbType] => boolean [type] => boolean [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner_text] => CPgsqlColumnSchema Object ( [name] => banner_text [rawName] => "banner_text" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [header1] => CPgsqlColumnSchema Object ( [name] => header1 [rawName] => "header1" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [headervalue1] => CPgsqlColumnSchema Object ( [name] => headervalue1 [rawName] => "headervalue1" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [header2] => CPgsqlColumnSchema Object ( [name] => header2 [rawName] => "header2" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [headervalue2] => CPgsqlColumnSchema Object ( [name] => headervalue2 [rawName] => "headervalue2" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [header3] => CPgsqlColumnSchema Object ( [name] => header3 [rawName] => "header3" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [headervalue3] => CPgsqlColumnSchema Object ( [name] => headervalue3 [rawName] => "headervalue3" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner_link] => CPgsqlColumnSchema Object ( [name] => banner_link [rawName] => "banner_link" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner2_text] => CPgsqlColumnSchema Object ( [name] => banner2_text [rawName] => "banner2_text" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [banner2_link] => CPgsqlColumnSchema Object ( [name] => banner2_link [rawName] => "banner2_link" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [member_name] => CPgsqlColumnSchema Object ( [name] => member_name [rawName] => "member_name" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [member_dolj] => CPgsqlColumnSchema Object ( [name] => member_dolj [rawName] => "member_dolj" [allowNull] => 1 [dbType] => character varying(128) [type] => string [defaultValue] => [size] => 128 [precision] => 128 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [partners] => CPgsqlColumnSchema Object ( [name] => partners [rawName] => "partners" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unitTagMappings] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTagMappings [className] => UnitTagMapping [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [mainTagMapping] => CHasOneRelation Object ( [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => mainTagMapping [className] => UnitTagMapping [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [medias] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => medias [className] => Media [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [reviews] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => reviews [className] => Reviews [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [videos] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => videos [className] => Video [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [user] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => user [className] => User [foreignKey] => user_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [openDay] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => openDay [className] => OpenDay [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [users] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => users [className] => UserUnitMapping [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitFrom] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitFrom [className] => UnitMapping [foreignKey] => unit_id_from [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTo] => CHasManyRelation Object ( [limit] => -1 [offset] => -1 [index] => [through] => [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTo [className] => UnitMapping [foreignKey] => unit_id_to [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [city] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => city [className] => GeoCity [foreignKey] => city_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( [is_show] => [is_approve] => 1 [is_deleted] => [weight] => 0 [in_main] => ) [_model:CActiveRecordMetaData:private] => School Object ( [fullSearchTags:protected] => Array ( [0] => napravlenie ) [ads] => [unitMapping] => Array ( ) [arrayFields] => Array ( [0] => name_previos [1] => email [2] => address [3] => study_lang [4] => phone [5] => site [6] => social [7] => graduation_document [8] => license [9] => page [10] => contact [11] => rating [12] => sport [13] => opening_hours [14] => rss [15] => partners ) [searchFields:protected] => Array ( [0] => name [1] => name_en [2] => name_legal [3] => name_previos ) [fullSearchFields:protected] => Array ( [0] => name [1] => name_en [2] => name_legal [3] => name_previos [4] => keywords ) [isRssUpdating] => [_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] => 6248 [name] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [name_legal] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [name_previos] => [year_foundation] => [address] => Array ( [0] => Array ( [address] => ш. Энтузиастов, 53, Балашиха, Московская обл., Россия, [post_index] => 143900 [latitude] => 55.79846 [longitude] => 37.973445 [district] => 0 [metro] => 0 ) ) [phone] => Array ( [0] => Array ( [phone_number] => 8 495 521 14 46 ) ) [email] => Array ( [0] => Array ( [email] => school12bal@mail.ru ) ) [site] => [social] => [graduation_document] => Array ( [0] => аттестат государственного образца ) [license] => [num_student] => [num_teacher] => [num_candidate] => [num_doctor_professor] => [price_from] => [price_to] => [price_currency] => [price_period] => [description] =>

Учредитель образовательной организации:
Управление по образованию Городского округа Балашиха

Сайт учредителя: http://balashiha.ru/

Учредитель образовательной организации:
Городской округ Балашиха

Сайт учредителя: http://balashiha.ru/

Дата основания образовательной организации: 1.1. Муниципальное бюджетное общеобразовательное учреждение Городского округа Балашиха «Средняя общеобразовательная школа №12 с углубленным изучением отдельных предметов» (далее – Школа) некоммерческая организация, созданная для выполнения работ, оказания услуг в целях обеспечения реализации предусмотренных законодательством Российской Федерации полномочий органов местного самоуправления в сфере образования. 1.2. Учреждение было создано в 1962 году. В 1962 году получено наименование «Средняя школа №12», в 1996 году – «Средняя (полная) общеобразовательная школа №12» Балашихинского района Московской области (постановление отдела регистрации предприятий и предпринимательской деятельности от 27.06.1996 № 1969). В 2000 году школа стала иметь название муниципальное общеобразовательное учреждение Балашихинского района Московской области «Средняя общеобразовательная школа № 12» (постановление Главы городского округа Балашиха от 13.12.2000 № 1312). В 2006 году Школа получает название муниципальное общеобразовательное учреждение городского округа Балашиха «Средняя общеобразовательная школа № 12 с углубленным изучением отдельных предметов» (постановление Главы городского округа Балашиха от 18.01.2006 № 7/8). С 01.07.2012 года наименование муниципальное бюджетное общеобразовательное учреждение городского округа Балашиха «Средняя общеобразовательная школа № 12 с углубленным изучением отдельных предметов» (постановление Главы городского округа Балашиха от 28.02.2012 г. № 205/8-ПА). В 2016г. муниципальное бюджетное общеобразовательное учреждение городского округа Балашиха «Средняя общеобразовательная школа №12 с углубленным изучением отдельных предметов» переименовано в муниципальное бюджетное общеобразовательное учреждение Городского округа Балашиха «Средняя общеобразовательная школа №12 с углубленным изучением отдельных предметов» в связи с принятием Закона Московской области от 30.12.2014г № 209/204-ОЗ  «Об объединении городов областного подчинения Московской области Балашиха и Железнодорожный и внесении изменения в Закон Московской области «Об административно территориальном устройстве Московской области» и  приказа Управления по образованию Администрации Городского округа Балашиха от 08.07.2016г. №1086 «О переименовании муниципального бюджетного общеобразовательного учреждения городского округа Балашиха «Средняя общеобразовательная школа №12 с углубленным изучением отдельных предметов» и утверждении его Устава». Ссылка на схему презда до МБОУ "Школа №12" 

Языки образования: русский
[page] => Array ( [technical_base] =>
Сведения о наличии оборудованных учебных кабинетов

Сведения об объектах для проведения практических занятий

Сведения о библиотеках

Сведения об объектах спорта

Сведения о средствах обучения и воспитания

Сведения об условиях питания

Сведения об условиях охраны здоровья обучающихся

Сведения о доступе к информационным системам и информационно-телекоммуникационным сетям

Открыть сведения о информационно- телекомуникационных сетях

Сведения об электронных образовательных ресурсах, к которым обеспечивается доступ обучающихся

Школьный портал

Читать далее...
Сведения об обеспечении доступа в здания образовательной организации инвалидов и лиц с ограниченными возможностями здоровья
Сведения о наличии специальных технических средств обучения коллективного и индивидуального пользования для инвалидов и лиц с ограниченными возможностями здоровья

» Читать далее
15 сентября 2017

Материально-техническое оснащение школы

.Акт готовности школы к новому учебному году

Читать далее...

Материально-техническое оснащение школы

Видеонаблюдение в школе

07 сентября 2016

[teachers] => Всего работников - 48 Всего педагогических работников - 49 Правила подсчета Правила отнесения работников к той или иной категории Отнесение должностей работников к определённой категории в образовательных организациях является правом органа исполнительной власти субъекта РФ (ниже указаны категории на примере г. Москвы). К основному педагогическому персоналу относятся следующие работники: учитель; преподаватель; тьютор; инструктор по труду; инструктор по физической культуре; музыкальный руководитель; педагог-библиотекарь; педагог-организатор; педагог-психолог; преподаватель-организатор основ безопасности жизнедеятельности; социальный педагог; старший вожатый; тренер-преподаватель (включая старшего); учитель-дефектолог; учитель-логопед; воспитатель (включая старшего). Иные категории работников устанавливаются также в соответствии с региональными нормативными актами. К административно-управленческому персоналу относятся: директор (руководитель), заместители директора (руководителя), руководители структурных подразделений, главный бухгалтер. К иному педагогическому персоналу относятся: педагог дополнительного образования, воспитатель группы продлённого дня и др. К учебно-вспомогательному персоналу относятся: секретарь учебной части, документовед, делопроизводитель, заведующий хозяйством, системный администратор и др. К иному персоналу относятся: рабочий по комплексному обслуживанию здания, курьер, водитель и др. Внештатный работник - работник, который оказывает образовательной организации какие-либо услуги (выполняет работы) в рамках гражданско-правового договора, договора оказания услуг (выполнения работ). Данный работник не учитывается в штате организации, поэтому в диаграммах подраздела сайта «Работники образовательной организации» информация о нём не учитывается, но при этом всю необходимую информацию можно разместить в его личной карточке. [medicine] => Есть собственный медицинский пункт [classes_school] => 1-11 классы [disciplines] => Array ( ) [honors] => Array ( ) ) [time_created] => 2018-05-14 22:55:51 [seo_uri] => srednyaya-obscheobrazovatelnaya-shkola-12-br-s-uglublennym-izucheniem-otdelnyh-predmetov [seo_description] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_title] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [name_en] => [country_id] => 73 [region_id] => 485 [city_id] => 2964 [study_lang] => Array ( [0] => русский ) [accreditation_level] => [contact] => Array ( [terms_of_admission] => Array ( [text] =>

1 класс

 

 

Зачисление детей в первый класс 2018-2019 учебного года осуществляется через Региональный портал государственных и муниципальных услуг Московской области (РПГУ) https://uslugi.mosreg.ru/ в режиме круглосуточного доступа:

     с 01 февраля до 30 июня для зарегистрированных на закрепленной территории,

     с 01 июля до 05 сентября для не зарегистрированных на закрепленной территории, при наличии свободных мест.

 

  В течение 3-х дней после подачи заявления через РПГУ необходимо предоставить в образовательную организацию документы:

-  копия свидетельства о рождении ребенка (оригинал предъявляется);

- копия свидетельства о регистрации ребенка по месту жительства или свидетельства о регистрации ребенка по месту пребывания на закрепленной территории (оригинал предъявляется).

 

 Заявление также можно подать лично в образовательной организации в дни приема.

 

График приема документов для зачисления в 1 класс:

 

Понедельник-пятница -  14.00-17.00,  

- заместитель директора по УВР в начальной школе Сахарова Ольга Владимировна,

- секретарь Щербинина Елена Николаевна

 

Телефоны «горячей линии» по вопросам зачисления в 1 класс:

     Телефоны МБОУ «Школа №12»:

8 (495) 521-14-46 – директор школы Спиридонова Юлия Сергеевна;

8 (495) 521-67-55 – кабинет заместителей директора по УВР


Телефон «горячей линии» Управления по образованию Администрации Городского округа Балашиха по вопросам приема детей в первый класс:  
8 (495) 521-21-09.

 

Информация о планируемом количестве мест в 1 классах и адреса, закрепленные за МБОУ «Школа №12»,  будет размещена позже, в январе 2018 г. после получения приказа Управления по образованию 

   

    В 1 классы принимаются дети  в возрасте 8-го и 7-го года жизни. Прием детей 7-го года жизни осуществляется при достижении ими к 1 сентября учебного года возраста не менее 6 лет 6 месяцев.

    В первый класс зачисляются все дети, достигшие школьного возраста, независимо от уровня их подготовки, без вступительных испытаний (процедур отбора).

 

Приказ от 11.01.2017 года  № 6 "Об организации приема детей в первые классы МБОУ «Школа №12» в 2017 - 2018 учебном году"

ПРИКАЗ УПРАВЛЕНИЯ ПО ОБРАЗОВАНИЮ АДМИНИСТРАЦИИ ГОРОДСКОГО ОКРУГА БАЛАШИХА  от  « 09 »   января  2017 г. №  23 "О комплектовании первых классов муниципальных общеобразовательных учреждений Городского округа Балашиха в 2017-2018 учебном году"

26 марта 2018

Положение о конкурсном отборе в классы с углубленным изучением отдельных предметов и профильные классы

ПОЛОЖЕНИЕ Об организации индивидуального отбора при приеме либо переводе в муниципальное бюджетное общеобразовательное учреждение городского округа Балашиха «Средняя общеобразовательная школа №12 с углубленным изучением отдельных предметов» для получения основного общего и среднего общего образования с углубленным изучением отдельных учебных предметов или для профильного обучения

Приказы о зачислении в 1-ые классы

Читать далее...

МИНИСТЕРСТВО ОБРАЗОВАНИЯ И НАУКИ РОССИЙСКОЙ ФЕДЕРАЦИИ ПРИКАЗ от 22 января 2014 г. N 32 ОБ УТВЕРЖДЕНИИ ПОРЯДКА ПРИЕМА ГРАЖДАН НА ОБУЧЕНИЕ ПО ОБРАЗОВАТЕЛЬНЫМ ПРОГРАММАМ НАЧАЛЬНОГО ОБЩЕГО, ОСНОВНОГО ОБЩЕГО И СРЕДНЕГО ОБЩЕГО ОБРАЗОВАНИЯ

/uploads/2000/1647/section/219898/Zaregistrirovano_v_Minyuste_Rossii_2_aprelya_2014_g_32.doc?1490437801792

Организация приема обучающихся в общеобразовательные учреждения Г.о.Балашихав 2017г.

Инструкция для родителей!

Читать далее...

Закрепление территорий Городского округа Балашиха за муниципальными общеобразовательными учреждениями Городского округа Балашиха.

Читать далее...
) ) [rating] => [sport] => Array ( [sections] => Array ( [0] => ОФП [1] => Футбол [2] => Баскетбол [3] => Волейбол ) ) [is_show] => 1 [district_id] => [metro_id] => [opening_hours] => [user_id] => 186 [is_approve] => 1 [is_deleted] => [rss_link] => [rss] => [date_start] => [date_end] => [search_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов, Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов, [keywords] => [full_search_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов, Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов, Средние (общеобразовательные), [unit_type] => 164 [time_update] => 2018-05-14 22:55:51 [weight] => 0 [deadline] => [in_main] => [pass_score_from] => [pass_score_to] => [budget_place_count] => [rayon] => [source] => bal-sch12 [is_banner] => [banner_text] => [header1] => [headervalue1] => [header2] => [headervalue2] => [header3] => [headervalue3] => [banner_link] => [banner2_text] => [banner2_link] => [member_name] => [member_dolj] => [partners] => ) [_related:CActiveRecord:private] => Array ( [unitTagMappings] => Array ( [269] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87094 [unit_id] => 6248 [unit_tag_id] => 269 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87094 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [199] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87095 [unit_id] => 6248 [unit_tag_id] => 199 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87095 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [180] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87096 [unit_id] => 6248 [unit_tag_id] => 180 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87096 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [166] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87097 [unit_id] => 6248 [unit_tag_id] => 166 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87097 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [261] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87098 [unit_id] => 6248 [unit_tag_id] => 261 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87098 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [595] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87099 [unit_id] => 6248 [unit_tag_id] => 595 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87099 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [258] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87100 [unit_id] => 6248 [unit_tag_id] => 258 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87100 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [190] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87101 [unit_id] => 6248 [unit_tag_id] => 190 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87101 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [266] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87102 [unit_id] => 6248 [unit_tag_id] => 266 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87102 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [193] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87103 [unit_id] => 6248 [unit_tag_id] => 193 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87103 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [164] => UnitTagMapping Object ( [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => unit_tag_mapping [rawName] => "unit_tag_mapping" [primaryKey] => id [sequenceName] => public.unit_tag_mapping_id_seq [foreignKeys] => Array ( [unit_id] => Array ( [0] => unit [1] => id ) [unit_tag_id] => Array ( [0] => unit_tag [1] => id ) ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_tag_id] => CPgsqlColumnSchema Object ( [name] => unit_tag_id [rawName] => "unit_tag_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => 1 [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [description] => CPgsqlColumnSchema Object ( [name] => description [rawName] => "description" [allowNull] => 1 [dbType] => character varying(300) [type] => string [defaultValue] => [size] => 300 [precision] => 300 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( [unit] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unit [className] => Unit [foreignKey] => unit_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unitTag] => CBelongsToRelation Object ( [joinType] => LEFT OUTER JOIN [on] => [alias] => [with] => Array ( ) [together] => [scopes] => [name] => unitTag [className] => UnitTag [foreignKey] => unit_tag_id [select] => * [condition] => [params] => Array ( ) [group] => [join] => [having] => [order] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => UnitTagMapping Object ( [_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] => 87104 [unit_id] => 6248 [unit_tag_id] => 164 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 87104 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) ) [openDay] => Array ( ) [reviews] => Array ( ) ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 6248 [_alias:CActiveRecord:private] => t [_errors:CModel:private] => Array ( ) [_validators:CModel:private] => [_scenario:CModel:private] => update [_e:CComponent:private] => [_m:CComponent:private] => ) [unitType] => Array ( [0] => 164 ) [tagsMap] => Array ( [medical-service] => Array ( [id] => 191 [name] => medical-service [parent_id] => 164 [child] => Array ( [medical-service-yes] => Array ( [id] => 193 [name] => medical-service-yes [parent_id] => 191 [description] => ) ) ) [nutrition] => Array ( [id] => 188 [name] => nutrition [parent_id] => 164 [child] => Array ( [nutrition_yes] => Array ( [id] => 190 [name] => nutrition_yes [parent_id] => 188 [description] => ) ) ) [sports-section] => Array ( [id] => 197 [name] => sports-section [parent_id] => 164 [child] => Array ( [sports-section-yes] => Array ( [id] => 199 [name] => sports-section-yes [parent_id] => 197 [description] => ) ) ) [status_school] => Array ( [id] => 179 [name] => status_school [parent_id] => 164 [child] => Array ( [status_school_school] => Array ( [id] => 180 [name] => status_school_school [parent_id] => 179 [description] => ) ) ) [paid_education] => Array ( [id] => 259 [name] => paid_education [parent_id] => 164 [child] => Array ( [paid_education_no] => Array ( [id] => 261 [name] => paid_education_no [parent_id] => 259 [description] => ) ) ) [teaching_and_training] => Array ( [id] => 265 [name] => teaching_and_training [parent_id] => 164 [child] => Array ( [teaching_and_training_yes] => Array ( [id] => 266 [name] => teaching_and_training_yes [parent_id] => 265 [description] => ) ) ) [school_uniforms] => Array ( [id] => 268 [name] => school_uniforms [parent_id] => 164 [child] => Array ( [school_uniforms_yes] => Array ( [id] => 269 [name] => school_uniforms_yes [parent_id] => 268 [description] => ) ) ) [legal-form] => Array ( [id] => 165 [name] => legal-form [parent_id] => 164 [child] => Array ( [legal-form-state] => Array ( [id] => 166 [name] => legal-form-state [parent_id] => 165 [description] => ) ) ) [study-form] => Array ( [id] => 170 [name] => study-form [parent_id] => 164 [child] => Array ( [study-form-intramural] => Array ( [id] => 258 [name] => study-form-intramural [parent_id] => 170 [description] => ) ) ) [napravlenie] => Array ( [id] => 594 [name] => napravlenie [parent_id] => 164 [child] => Array ( [napravlenie-srednie-obshheobrazovatelnye] => Array ( [id] => 595 [name] => napravlenie-srednie-obshheobrazovatelnye [parent_id] => 594 [description] => ) ) ) ) [collectionArticle] => CActiveDataProvider Object ( [modelClass] => TblUnitArticle [model] => TblUnitArticle Object ( [downloads] => [_md:CActiveRecord:private] => CActiveRecordMetaData Object ( [tableSchema] => CPgsqlTableSchema Object ( [schemaName] => public [name] => tbl_unit_article [rawName] => "tbl_unit_article" [primaryKey] => id [sequenceName] => public.tbl_unit_article_id_seq [foreignKeys] => Array ( ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [title] => CPgsqlColumnSchema Object ( [name] => title [rawName] => "title" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [image] => CPgsqlColumnSchema Object ( [name] => image [rawName] => "image" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [content] => CPgsqlColumnSchema 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] => ) [dtime] => CPgsqlColumnSchema Object ( [name] => dtime [rawName] => "dtime" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [source] => CPgsqlColumnSchema Object ( [name] => source [rawName] => "source" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [author] => CPgsqlColumnSchema Object ( [name] => author [rawName] => "author" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_e:CComponent:private] => [_m:CComponent:private] => ) [columns] => Array ( [id] => CPgsqlColumnSchema Object ( [name] => id [rawName] => "id" [allowNull] => [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => 1 [isForeignKey] => [autoIncrement] => 1 [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [title] => CPgsqlColumnSchema Object ( [name] => title [rawName] => "title" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [image] => CPgsqlColumnSchema Object ( [name] => image [rawName] => "image" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [content] => CPgsqlColumnSchema 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] => ) [dtime] => CPgsqlColumnSchema Object ( [name] => dtime [rawName] => "dtime" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [unit_id] => CPgsqlColumnSchema Object ( [name] => unit_id [rawName] => "unit_id" [allowNull] => 1 [dbType] => integer [type] => integer [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [source] => CPgsqlColumnSchema Object ( [name] => source [rawName] => "source" [allowNull] => 1 [dbType] => text [type] => string [defaultValue] => [size] => [precision] => [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) [author] => CPgsqlColumnSchema Object ( [name] => author [rawName] => "author" [allowNull] => 1 [dbType] => character varying(256) [type] => string [defaultValue] => [size] => 256 [precision] => 256 [scale] => [isPrimaryKey] => [isForeignKey] => [autoIncrement] => [comment] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) [relations] => Array ( ) [attributeDefaults] => Array ( ) [_model:CActiveRecordMetaData:private] => TblUnitArticle 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] => ) [keyAttribute] => [_criteria:CActiveDataProvider:private] => CDbCriteria Object ( [select] => * [distinct] => [condition] => unit_id = :u [params] => Array ( [:u] => 6248 ) [limit] => -1 [offset] => -1 [order] => [group] => [join] => [having] => [with] => [alias] => [together] => [index] => [scopes] => [_e:CComponent:private] => [_m:CComponent:private] => ) [_id:CDataProvider:private] => TblUnitArticle [_data:CDataProvider:private] => [_keys:CDataProvider:private] => [_totalItemCount:CDataProvider:private] => [_sort:CDataProvider:private] => [_pagination:CDataProvider:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) ) [5] => Array ( [file] => /home/rosvuz/application/protected/components/DefaultUnitController.php [line] => 434 [function] => showUnit [class] => DefaultUnitController [type] => -> [args] => Array ( [0] => 6248 [1] => srednyaya-obscheobrazovatelnaya-shkola-12-br-s-uglublennym-izucheniem-otdelnyh-predmetov ) ) [6] => Array ( [function] => actionShow [class] => DefaultUnitController [type] => -> [args] => Array ( [0] => 6248 [1] => srednyaya-obscheobrazovatelnaya-shkola-12-br-s-uglublennym-izucheniem-otdelnyh-predmetov ) [file] => unknown [line] => 0 ) [7] => Array ( [file] => /home/rosvuz/framework/web/actions/CAction.php [line] => 108 [function] => invokeArgs [class] => ReflectionMethod [type] => -> [args] => Array ( [0] => SchoolController Object ( [modelName] => School [layout] => /layouts/columnv2 [seo_title] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_description] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_canonical] => [seo_noindex] => [seo_nofollow] => [shareImages] => [additionallyFilters] => Array ( ) [additionallyFiltersData] => Array ( ) [unitUniqId] => school [useCountry:protected] => [menu] => Array ( ) [breadcrumbs] => Array ( ) [fmbreadcrumbs] => Array ( ) [pagin_prev_link] => [pagin_next_link] => [eventDispatcher:protected] => EventDispatcher Object ( [listeners:EventDispatcher:private] => Array ( ) [sorted:EventDispatcher:private] => Array ( [after.load.model.event] => Array ( ) ) ) [defaultAction] => index [_id:CController:private] => school [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => show [_controller:CAction:private] => SchoolController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => DefaultModule Object ( [defaultController] => default [layout] => [controllerNamespace] => [controllerMap] => Array ( ) [_controllerPath:CWebModule:private] => /home/rosvuz/application/protected/modules/default/controllers [_viewPath:CWebModule:private] => /home/rosvuz/application/protected/modules/default/views [_layoutPath:CWebModule:private] => [preload] => Array ( ) [behaviors] => Array ( ) [_id:CModule:private] => default [_parentModule:CModule:private] => [_basePath:CModule:private] => /home/rosvuz/application/protected/modules/default [_modulePath:CModule:private] => [_params:CModule:private] => [_modules:CModule:private] => Array ( ) [_moduleConfig:CModule:private] => Array ( ) [_components:CModule:private] => Array ( ) [_componentConfig:CModule:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => Array ( [0] => 6248 [1] => srednyaya-obscheobrazovatelnaya-shkola-12-br-s-uglublennym-izucheniem-otdelnyh-predmetov ) ) ) [8] => Array ( [file] => /home/rosvuz/framework/web/actions/CInlineAction.php [line] => 47 [function] => runWithParamsInternal [class] => CAction [type] => -> [args] => Array ( [0] => SchoolController Object ( [modelName] => School [layout] => /layouts/columnv2 [seo_title] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_description] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_canonical] => [seo_noindex] => [seo_nofollow] => [shareImages] => [additionallyFilters] => Array ( ) [additionallyFiltersData] => Array ( ) [unitUniqId] => school [useCountry:protected] => [menu] => Array ( ) [breadcrumbs] => Array ( ) [fmbreadcrumbs] => Array ( ) [pagin_prev_link] => [pagin_next_link] => [eventDispatcher:protected] => EventDispatcher Object ( [listeners:EventDispatcher:private] => Array ( ) [sorted:EventDispatcher:private] => Array ( [after.load.model.event] => Array ( ) ) ) [defaultAction] => index [_id:CController:private] => school [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => show [_controller:CAction:private] => SchoolController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => DefaultModule Object ( [defaultController] => default [layout] => [controllerNamespace] => [controllerMap] => Array ( ) [_controllerPath:CWebModule:private] => /home/rosvuz/application/protected/modules/default/controllers [_viewPath:CWebModule:private] => /home/rosvuz/application/protected/modules/default/views [_layoutPath:CWebModule:private] => [preload] => Array ( ) [behaviors] => Array ( ) [_id:CModule:private] => default [_parentModule:CModule:private] => [_basePath:CModule:private] => /home/rosvuz/application/protected/modules/default [_modulePath:CModule:private] => [_params:CModule:private] => [_modules:CModule:private] => Array ( ) [_moduleConfig:CModule:private] => Array ( ) [_components:CModule:private] => Array ( ) [_componentConfig:CModule:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => ReflectionMethod Object ( [name] => actionShow [class] => DefaultUnitController ) [2] => Array ( [id] => 6248 [uri] => srednyaya-obscheobrazovatelnaya-shkola-12-br-s-uglublennym-izucheniem-otdelnyh-predmetov ) ) ) [9] => Array ( [file] => /home/rosvuz/framework/web/CController.php [line] => 308 [function] => runWithParams [class] => CInlineAction [type] => -> [args] => Array ( [0] => Array ( [id] => 6248 [uri] => srednyaya-obscheobrazovatelnaya-shkola-12-br-s-uglublennym-izucheniem-otdelnyh-predmetov ) ) ) [10] => Array ( [file] => /home/rosvuz/framework/web/filters/CFilterChain.php [line] => 133 [function] => runAction [class] => CController [type] => -> [args] => Array ( [0] => CInlineAction Object ( [_id:CAction:private] => show [_controller:CAction:private] => SchoolController Object ( [modelName] => School [layout] => /layouts/columnv2 [seo_title] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_description] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_canonical] => [seo_noindex] => [seo_nofollow] => [shareImages] => [additionallyFilters] => Array ( ) [additionallyFiltersData] => Array ( ) [unitUniqId] => school [useCountry:protected] => [menu] => Array ( ) [breadcrumbs] => Array ( ) [fmbreadcrumbs] => Array ( ) [pagin_prev_link] => [pagin_next_link] => [eventDispatcher:protected] => EventDispatcher Object ( [listeners:EventDispatcher:private] => Array ( ) [sorted:EventDispatcher:private] => Array ( [after.load.model.event] => Array ( ) ) ) [defaultAction] => index [_id:CController:private] => school [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => DefaultModule Object ( [defaultController] => default [layout] => [controllerNamespace] => [controllerMap] => Array ( ) [_controllerPath:CWebModule:private] => /home/rosvuz/application/protected/modules/default/controllers [_viewPath:CWebModule:private] => /home/rosvuz/application/protected/modules/default/views [_layoutPath:CWebModule:private] => [preload] => Array ( ) [behaviors] => Array ( ) [_id:CModule:private] => default [_parentModule:CModule:private] => [_basePath:CModule:private] => /home/rosvuz/application/protected/modules/default [_modulePath:CModule:private] => [_params:CModule:private] => [_modules:CModule:private] => Array ( ) [_moduleConfig:CModule:private] => Array ( ) [_components:CModule:private] => Array ( ) [_componentConfig:CModule:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [11] => Array ( [file] => /home/rosvuz/framework/web/filters/CFilter.php [line] => 40 [function] => run [class] => CFilterChain [type] => -> [args] => Array ( ) ) [12] => Array ( [file] => /home/rosvuz/framework/web/CController.php [line] => 1145 [function] => filter [class] => CFilter [type] => -> [args] => Array ( [0] => CFilterChain Object ( [controller] => SchoolController Object ( [modelName] => School [layout] => /layouts/columnv2 [seo_title] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_description] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_canonical] => [seo_noindex] => [seo_nofollow] => [shareImages] => [additionallyFilters] => Array ( ) [additionallyFiltersData] => Array ( ) [unitUniqId] => school [useCountry:protected] => [menu] => Array ( ) [breadcrumbs] => Array ( ) [fmbreadcrumbs] => Array ( ) [pagin_prev_link] => [pagin_next_link] => [eventDispatcher:protected] => EventDispatcher Object ( [listeners:EventDispatcher:private] => Array ( ) [sorted:EventDispatcher:private] => Array ( [after.load.model.event] => Array ( ) ) ) [defaultAction] => index [_id:CController:private] => school [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => show [_controller:CAction:private] => SchoolController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => DefaultModule Object ( [defaultController] => default [layout] => [controllerNamespace] => [controllerMap] => Array ( ) [_controllerPath:CWebModule:private] => /home/rosvuz/application/protected/modules/default/controllers [_viewPath:CWebModule:private] => /home/rosvuz/application/protected/modules/default/views [_layoutPath:CWebModule:private] => [preload] => Array ( ) [behaviors] => Array ( ) [_id:CModule:private] => default [_parentModule:CModule:private] => [_basePath:CModule:private] => /home/rosvuz/application/protected/modules/default [_modulePath:CModule:private] => [_params:CModule:private] => [_modules:CModule:private] => Array ( ) [_moduleConfig:CModule:private] => Array ( ) [_components:CModule:private] => Array ( ) [_componentConfig:CModule:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [action] => CInlineAction Object ( [_id:CAction:private] => show [_controller:CAction:private] => SchoolController Object ( [modelName] => School [layout] => /layouts/columnv2 [seo_title] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_description] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_canonical] => [seo_noindex] => [seo_nofollow] => [shareImages] => [additionallyFilters] => Array ( ) [additionallyFiltersData] => Array ( ) [unitUniqId] => school [useCountry:protected] => [menu] => Array ( ) [breadcrumbs] => Array ( ) [fmbreadcrumbs] => Array ( ) [pagin_prev_link] => [pagin_next_link] => [eventDispatcher:protected] => EventDispatcher Object ( [listeners:EventDispatcher:private] => Array ( ) [sorted:EventDispatcher:private] => Array ( [after.load.model.event] => Array ( ) ) ) [defaultAction] => index [_id:CController:private] => school [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => DefaultModule Object ( [defaultController] => default [layout] => [controllerNamespace] => [controllerMap] => Array ( ) [_controllerPath:CWebModule:private] => /home/rosvuz/application/protected/modules/default/controllers [_viewPath:CWebModule:private] => /home/rosvuz/application/protected/modules/default/views [_layoutPath:CWebModule:private] => [preload] => Array ( ) [behaviors] => Array ( ) [_id:CModule:private] => default [_parentModule:CModule:private] => [_basePath:CModule:private] => /home/rosvuz/application/protected/modules/default [_modulePath:CModule:private] => [_params:CModule:private] => [_modules:CModule:private] => Array ( ) [_moduleConfig:CModule:private] => Array ( ) [_components:CModule:private] => Array ( ) [_componentConfig:CModule:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filterIndex] => 1 [_d:CList:private] => Array ( [0] => CInlineFilter Object ( [name] => accessControl [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 1 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [13] => Array ( [file] => /home/rosvuz/framework/web/filters/CInlineFilter.php [line] => 58 [function] => filterAccessControl [class] => CController [type] => -> [args] => Array ( [0] => CFilterChain Object ( [controller] => SchoolController Object ( [modelName] => School [layout] => /layouts/columnv2 [seo_title] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_description] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_canonical] => [seo_noindex] => [seo_nofollow] => [shareImages] => [additionallyFilters] => Array ( ) [additionallyFiltersData] => Array ( ) [unitUniqId] => school [useCountry:protected] => [menu] => Array ( ) [breadcrumbs] => Array ( ) [fmbreadcrumbs] => Array ( ) [pagin_prev_link] => [pagin_next_link] => [eventDispatcher:protected] => EventDispatcher Object ( [listeners:EventDispatcher:private] => Array ( ) [sorted:EventDispatcher:private] => Array ( [after.load.model.event] => Array ( ) ) ) [defaultAction] => index [_id:CController:private] => school [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => show [_controller:CAction:private] => SchoolController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => DefaultModule Object ( [defaultController] => default [layout] => [controllerNamespace] => [controllerMap] => Array ( ) [_controllerPath:CWebModule:private] => /home/rosvuz/application/protected/modules/default/controllers [_viewPath:CWebModule:private] => /home/rosvuz/application/protected/modules/default/views [_layoutPath:CWebModule:private] => [preload] => Array ( ) [behaviors] => Array ( ) [_id:CModule:private] => default [_parentModule:CModule:private] => [_basePath:CModule:private] => /home/rosvuz/application/protected/modules/default [_modulePath:CModule:private] => [_params:CModule:private] => [_modules:CModule:private] => Array ( ) [_moduleConfig:CModule:private] => Array ( ) [_components:CModule:private] => Array ( ) [_componentConfig:CModule:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [action] => CInlineAction Object ( [_id:CAction:private] => show [_controller:CAction:private] => SchoolController Object ( [modelName] => School [layout] => /layouts/columnv2 [seo_title] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_description] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_canonical] => [seo_noindex] => [seo_nofollow] => [shareImages] => [additionallyFilters] => Array ( ) [additionallyFiltersData] => Array ( ) [unitUniqId] => school [useCountry:protected] => [menu] => Array ( ) [breadcrumbs] => Array ( ) [fmbreadcrumbs] => Array ( ) [pagin_prev_link] => [pagin_next_link] => [eventDispatcher:protected] => EventDispatcher Object ( [listeners:EventDispatcher:private] => Array ( ) [sorted:EventDispatcher:private] => Array ( [after.load.model.event] => Array ( ) ) ) [defaultAction] => index [_id:CController:private] => school [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => DefaultModule Object ( [defaultController] => default [layout] => [controllerNamespace] => [controllerMap] => Array ( ) [_controllerPath:CWebModule:private] => /home/rosvuz/application/protected/modules/default/controllers [_viewPath:CWebModule:private] => /home/rosvuz/application/protected/modules/default/views [_layoutPath:CWebModule:private] => [preload] => Array ( ) [behaviors] => Array ( ) [_id:CModule:private] => default [_parentModule:CModule:private] => [_basePath:CModule:private] => /home/rosvuz/application/protected/modules/default [_modulePath:CModule:private] => [_params:CModule:private] => [_modules:CModule:private] => Array ( ) [_moduleConfig:CModule:private] => Array ( ) [_components:CModule:private] => Array ( ) [_componentConfig:CModule:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filterIndex] => 1 [_d:CList:private] => Array ( [0] => CInlineFilter Object ( [name] => accessControl [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 1 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [14] => Array ( [file] => /home/rosvuz/framework/web/filters/CFilterChain.php [line] => 130 [function] => filter [class] => CInlineFilter [type] => -> [args] => Array ( [0] => CFilterChain Object ( [controller] => SchoolController Object ( [modelName] => School [layout] => /layouts/columnv2 [seo_title] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_description] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_canonical] => [seo_noindex] => [seo_nofollow] => [shareImages] => [additionallyFilters] => Array ( ) [additionallyFiltersData] => Array ( ) [unitUniqId] => school [useCountry:protected] => [menu] => Array ( ) [breadcrumbs] => Array ( ) [fmbreadcrumbs] => Array ( ) [pagin_prev_link] => [pagin_next_link] => [eventDispatcher:protected] => EventDispatcher Object ( [listeners:EventDispatcher:private] => Array ( ) [sorted:EventDispatcher:private] => Array ( [after.load.model.event] => Array ( ) ) ) [defaultAction] => index [_id:CController:private] => school [_action:CController:private] => CInlineAction Object ( [_id:CAction:private] => show [_controller:CAction:private] => SchoolController Object *RECURSION* [_e:CComponent:private] => [_m:CComponent:private] => ) [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => DefaultModule Object ( [defaultController] => default [layout] => [controllerNamespace] => [controllerMap] => Array ( ) [_controllerPath:CWebModule:private] => /home/rosvuz/application/protected/modules/default/controllers [_viewPath:CWebModule:private] => /home/rosvuz/application/protected/modules/default/views [_layoutPath:CWebModule:private] => [preload] => Array ( ) [behaviors] => Array ( ) [_id:CModule:private] => default [_parentModule:CModule:private] => [_basePath:CModule:private] => /home/rosvuz/application/protected/modules/default [_modulePath:CModule:private] => [_params:CModule:private] => [_modules:CModule:private] => Array ( ) [_moduleConfig:CModule:private] => Array ( ) [_components:CModule:private] => Array ( ) [_componentConfig:CModule:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [action] => CInlineAction Object ( [_id:CAction:private] => show [_controller:CAction:private] => SchoolController Object ( [modelName] => School [layout] => /layouts/columnv2 [seo_title] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_description] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_canonical] => [seo_noindex] => [seo_nofollow] => [shareImages] => [additionallyFilters] => Array ( ) [additionallyFiltersData] => Array ( ) [unitUniqId] => school [useCountry:protected] => [menu] => Array ( ) [breadcrumbs] => Array ( ) [fmbreadcrumbs] => Array ( ) [pagin_prev_link] => [pagin_next_link] => [eventDispatcher:protected] => EventDispatcher Object ( [listeners:EventDispatcher:private] => Array ( ) [sorted:EventDispatcher:private] => Array ( [after.load.model.event] => Array ( ) ) ) [defaultAction] => index [_id:CController:private] => school [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => DefaultModule Object ( [defaultController] => default [layout] => [controllerNamespace] => [controllerMap] => Array ( ) [_controllerPath:CWebModule:private] => /home/rosvuz/application/protected/modules/default/controllers [_viewPath:CWebModule:private] => /home/rosvuz/application/protected/modules/default/views [_layoutPath:CWebModule:private] => [preload] => Array ( ) [behaviors] => Array ( ) [_id:CModule:private] => default [_parentModule:CModule:private] => [_basePath:CModule:private] => /home/rosvuz/application/protected/modules/default [_modulePath:CModule:private] => [_params:CModule:private] => [_modules:CModule:private] => Array ( ) [_moduleConfig:CModule:private] => Array ( ) [_components:CModule:private] => Array ( ) [_componentConfig:CModule:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [_e:CComponent:private] => [_m:CComponent:private] => ) [filterIndex] => 1 [_d:CList:private] => Array ( [0] => CInlineFilter Object ( [name] => accessControl [_e:CComponent:private] => [_m:CComponent:private] => ) ) [_c:CList:private] => 1 [_r:CList:private] => [_e:CComponent:private] => [_m:CComponent:private] => ) ) ) [15] => Array ( [file] => /home/rosvuz/framework/web/CController.php [line] => 291 [function] => run [class] => CFilterChain [type] => -> [args] => Array ( ) ) [16] => Array ( [file] => /home/rosvuz/framework/web/CController.php [line] => 265 [function] => runActionWithFilters [class] => CController [type] => -> [args] => Array ( [0] => CInlineAction Object ( [_id:CAction:private] => show [_controller:CAction:private] => SchoolController Object ( [modelName] => School [layout] => /layouts/columnv2 [seo_title] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_description] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_keywords] => Средняя общеобразовательная школа № 12
с углубленным изучением отдельных предметов [seo_canonical] => [seo_noindex] => [seo_nofollow] => [shareImages] => [additionallyFilters] => Array ( ) [additionallyFiltersData] => Array ( ) [unitUniqId] => school [useCountry:protected] => [menu] => Array ( ) [breadcrumbs] => Array ( ) [fmbreadcrumbs] => Array ( ) [pagin_prev_link] => [pagin_next_link] => [eventDispatcher:protected] => EventDispatcher Object ( [listeners:EventDispatcher:private] => Array ( ) [sorted:EventDispatcher:private] => Array ( [after.load.model.event] => Array ( ) ) ) [defaultAction] => index [_id:CController:private] => school [_action:CController:private] => CInlineAction Object *RECURSION* [_pageTitle:CController:private] => [_cachingStack:CController:private] => [_clips:CController:private] => [_dynamicOutput:CController:private] => [_pageStates:CController:private] => [_module:CController:private] => DefaultModule Object ( [defaultController] => default [layout] => [controllerNamespace] => [controllerMap] => Array ( ) [_controllerPath:CWebModule:private] => /home/rosvuz/application/protected/modules/default/controllers [_viewPath:CWebModule:private] => /home/rosvuz/application/protected/modules/default/views [_layoutPath:CWebModule:private] => [preload] => Array ( ) [behaviors] => Array ( ) [_id:CModule:private] => default [_parentModule:CModule:private] => [_basePath:CModule:private] => /home/rosvuz/application/protected/modules/default [_modulePath:CModule:private] => [_params:CModule:private] => [_modules:CModule:private] => Array ( ) [_moduleConfig:CModule:private] => Array ( ) [_components:CModule:private] => Array ( ) [_componentConfig:CModule:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [_widgetStack:CBaseController:private] => Array ( ) [_e:CComponent:private] => [_m:CComponent:private] => ) [_e:CComponent:private] => [_m:CComponent:private] => ) [1] => Array ( [0] => accessControl ) ) ) [17] => Array ( [file] => /home/rosvuz/framework/web/CWebApplication.php [line] => 282 [function] => run [class] => CController [type] => -> [args] => Array ( [0] => show ) ) [18] => Array ( [file] => /home/rosvuz/framework/web/CWebApplication.php [line] => 141 [function] => runController [class] => CWebApplication [type] => -> [args] => Array ( [0] => default/school/show ) ) [19] => Array ( [file] => /home/rosvuz/framework/base/CApplication.php [line] => 169 [function] => processRequest [class] => CWebApplication [type] => -> [args] => Array ( ) ) [20] => Array ( [file] => /home/rosvuz/application/index.php [line] => 83 [function] => run [class] => CApplication [type] => -> [args] => Array ( ) ) ) )