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] => 6507
                                                    [name] => Нахабинская средняя общеобразовательная школа №2
                                                    [name_legal] => Нахабинская средняя общеобразовательная школа №2
                                                    [name_previos] => 
                                                    [year_foundation] => 
                                                    [address] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [address] => Институтская ул., 21-а, Нахабино, Московская обл., Россия, 
                                                                    [post_index] => 143400
                                                                    [latitude] => 55.8409143
                                                                    [longitude] => 37.1837536
                                                                    [district] => 0
                                                                    [metro] => 0
                                                                )

                                                        )

                                                    [phone] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [phone_number] => 84955662665
                                                                )

                                                        )

                                                    [email] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [email] => nahabino-school2@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://krasnogorsk-adm.ru/

Дата основания образовательной организации: 1957

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

Муниципальное бюджетное общеобразовательное учреждение ведет преподавание в двух зданиях. В 2002 году введено в эксплуатацию здание начальной школы. С открытием нового здания у школы появились новые возможности, прежде всего – это обучение в одну смену. В настоящее время в школе в наличии просторные учебные кабинеты и лаборатории, оснащённые современной техникой, компьютерные классы, доступ к сети Интернет, интерактивные доски, мультимедиа-проекторы. Все это позволяют по-новому построить учебно-воспитательный процесс.
В 2012/2013 учебного года в соответствии с федеральной программой в школу поступило оборудование для учащихся вторых классов, работающих по новым ФГОС. В каждый из трех кабинетов были установлены мультимедийная системы с интерактивной доской и выходом в Интернет, мобильные компьютерные классы и другое оборудование, позволившее учителям проводить уроки в соответствии с современными требованиями к учебному процессу. Имеются комплекты учебного оборудования в кабинетах химии, биологии, ОБЖ, физики, географии. Развивающаяся материально-техническая база школы позволяет решать в полном объёме учебно-воспитательные задачи.

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

Кабинет химии и лаборантская при кабинете

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

Библиотека в здании средней школы (Институтская 21 А)

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

В школе несколько спортивных залов, в которых проводятся не только уроки физической культуры, но и различные общешкольные мероприятия и соревнования.
Мини-стадион – развлекательно-игровая площадка для младших школьников, футбольное поле.

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

В школе много лет успешно работают два музея: музей имени Д.М. Карбышева и музей ГИРД

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

Все об организации питания вы можете узнать здесь

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

Основная цель медицинского обслуживания в школе – это контроль  состояния здоровья учащихся, предупреждение и снижение заболеваемости, оказание первой медицинской и врачебной помощи. Ежегодно, на основании СанПиН, составляется план мероприятий по обслуживанию школьников, профилактике инфекционных заболеваний, иммунизации, летней оздоровительной работе.

Профилактическая работа

В школе осуществляется:

Контроль  соблюдения санитарно-гигиенических требований проводится на основании норм СанПиН. Контроль  питания учащихся – ежедневный контроль качества пищи. Врачебно – педагогический контроль уроков физической культуры с определением моторной плотности урока. Ежегодно подготавливаются списки учащихся, освобожденных от занятий физической культуры, относящихся к подготовительной группе. Учащиеся, относящиеся к III группе здоровья, занимаются физической культурой в специальной группе по особому расписанию. Мероприятия по профилактике острых заболеваний в осеннее — зимний период: специфическая профилактика учащихся — вакцинация против гриппа; санитарно-просветительская работа Мероприятия по коррекции нарушений опорно-двигательного аппарата, профилактике близорукости: физкультурные паузы, гимнастика для глаз, уроки здоровья, подбор мебели в соответствии с ростом и состоянием зрения и слуха учащихся, уроки физической культуры с направленной тематикой.

Санитарно-просветительская работа

В школе проходят:

беседы в классах, тематические лекции для учащихся по параллелям, тематические лекции для родителей на собраниях, врачебные выступления на педагогических советах, наглядная агитация – плакаты, брошюры, сан бюллетени.

 

 Социально-психологическая служба
Охрана здоровья

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

Полезные сайты

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

Электронные журналы

Сведения об обеспечении доступа в здания образовательной организации инвалидов и лиц с ограниченными возможностями здоровья
Сведения о наличии специальных технических средств обучения коллективного и индивидуального пользования для инвалидов и лиц с ограниченными возможностями здоровья
[teachers] => Всего работников - 66 Всего педагогических работников - 58 Правила подсчета Правила отнесения работников к той или иной категории Отнесение должностей работников к определённой категории в образовательных организациях является правом органа исполнительной власти субъекта РФ (ниже указаны категории на примере г. Москвы). К основному педагогическому персоналу относятся следующие работники: учитель; преподаватель; тьютор; инструктор по труду; инструктор по физической культуре; музыкальный руководитель; педагог-библиотекарь; педагог-организатор; педагог-психолог; преподаватель-организатор основ безопасности жизнедеятельности; социальный педагог; старший вожатый; тренер-преподаватель (включая старшего); учитель-дефектолог; учитель-логопед; воспитатель (включая старшего). Иные категории работников устанавливаются также в соответствии с региональными нормативными актами. К административно-управленческому персоналу относятся: директор (руководитель), заместители директора (руководителя), руководители структурных подразделений, главный бухгалтер. К иному педагогическому персоналу относятся: педагог дополнительного образования, воспитатель группы продлённого дня и др. К учебно-вспомогательному персоналу относятся: секретарь учебной части, документовед, делопроизводитель, заведующий хозяйством, системный администратор и др. К иному персоналу относятся: рабочий по комплексному обслуживанию здания, курьер, водитель и др. Внештатный работник - работник, который оказывает образовательной организации какие-либо услуги (выполняет работы) в рамках гражданско-правового договора, договора оказания услуг (выполнения работ). Данный работник не учитывается в штате организации, поэтому в диаграммах подраздела сайта «Работники образовательной организации» информация о нём не учитывается, но при этом всю необходимую информацию можно разместить в его личной карточке. [medicine] => Есть собственный медицинский пункт [classes_school] => 1-11 классы [disciplines] => Array ( ) [honors] => Array ( ) ) [time_created] => 2018-05-14 23:16:34 [seo_uri] => nahabinskaya-srednyaya-obscheobrazovatelnaya-shkola-2 [seo_description] => Нахабинская средняя общеобразовательная школа №2 [seo_keywords] => Нахабинская средняя общеобразовательная школа №2 [seo_title] => Нахабинская средняя общеобразовательная школа №2 [name_en] => [country_id] => 73 [region_id] => 485 [city_id] => 3051 [study_lang] => Array ( [0] => русский ) [accreditation_level] => [contact] => Array ( [terms_of_admission] => Array ( [text] =>
Здесь вы можете посмотреть рекомендованную  школьную форму в нашей школе.
Ответственность за фиктивную регистрацию
 
Уважаемые родители будущих первоклассников! 

Администрация МБОУ «Нахабинская СОШ № 2» доводит до Вашего сведения, что с 01.02.2018 г. начинается прием детей в 1-ый класс на 2018-2019 учебный год для жителей, зарегистрированных по микрорайону. 

Микрорайон МБОУ «Нахабинская СОШ №2»:
ул. Институтская, дома 1, 1а, 1б, 2, 2а, 3, За, 4, 4а, 5, 5а,  6, 7, 8, 8а, 9, 10, 10а, 11, 13/1, 13/2, 13/3, 15 (общежитие), 33, 37
ул. Чкалова,  все дома
ул. ГОРЕМ-28.
ул. Полевая;
ул. Старая; частные дома 10, 11, 14, 15, 16, 17, 19, 21, 23, 33, 35, 37, 41;
ул. Панфилова, дома 1, За, 4, 6, 8, 9а, 10, 11, 12а, 13, 13а, 15, 17, 19;23, 25, 27, 29
ул. Лесная, Лесной переулок,
ул. Московская, ул. Малая,
ул. Железнодорожная (до переезда),
ул. Станционная, ул. Учительская. 

Количество мест в 1 класс – 120 

Заявление  о зачислении ребенка в школу подается законным представителем  в электронном виде через портал государственных и  муниципальных услуг Московской области  https://uslugi.mosreg.ru/ (инструкцию пользователя смотрите ниже).

Возможность подачи заявления наступает в 00 ч.00 мин  01.02.2018 г.

Перед подачей заявления необходимо подготовить следующие документы в электронном виде (скан документа):

-паспорт одного из родителей (законного представителя);

-свидетельство о рождении ребенка;

-документ, подтверждающий регистрацию ребенка по микрорайону школы.

!!!Обращаем ваше внимание, что с 2018 года при подаче заявления, родители (законные представители) обязаны самостоятельно подкрепить необходимые документы в электронном виде на портал. Регистрация заявления происходит только при выполнении указанного условия.

При подаче заявления также вам понадобятся данные СНИЛС одного из родителей и ребенка.

 

После подачи заявления в электронном виде, в течение 3-х рабочих дней, родителям (законным представителям) необходимо явиться на приём в школу и предоставить оригиналы и копии следующих документов:

-паспорт родителя (законного представителя) ребенка (оригинал и копия);
-свидетельство о рождении ребенка (оригинал и копия);
-свидетельство о регистрации ребенка по месту жительства или по месту пребывания на закрепленной территории или документ, содержащий сведения о регистрации ребенка по месту жительства или по месту пребывания на закрепленной территории(оригинал и копия);
-копия СНИЛС (одного из родителей и ребёнка)

-копия медицинского полиса

-фото ребенка 3х4 (цветное)

-медицинская карта (предоставляется до 20.08.2018 г.)

-справка ПМПК (для детей, чей возраст на 01.09.2018 г. менее 6 лет 6 месяцев или достигших на 01.09.2018 г. возраста 8 лет (подробнее читайте ниже под знаком «*»)

!!!Оригиналы и копии документов должны соответствовать документам, подкрепленным на портал при подаче заявления в электронном виде.

!!!В случае непредставления документов в образовательное учреждения, электронное заявление аннулируется на 4-ый рабочий день.

После предоставления полного пакета документов, ребенок зачисляется в параллель 1-х классов в течение 7 рабочих дней.

 

 

Приемные дни  март - июнь 2018 г.
вторник 9.00 - 10.00
четверг 15.00 - 16.00

Прием ведет заместитель директора по учебно-воспитательной работе

 Татунова Наталья Александровна, тел. 8 (495) 566-16-75

 

!!! Прием граждан ведется в порядке очереди в соответствии с порядковым номером электронного заявления, поступившего в образовательное учреждение. Предварительная запись на прием не требуется.

 

Для родителей, не имеющих выхода в интернет, возможность бесплатно воспользоваться порталом государственных и муниципальных услуг Московской области предоставляется МФЦ.

МФЦ в п. Нахабино расположен на ул. Панфилова, д.25

ВНИМАНИЕ! Прием заявлений в 1-ый класс для жителей, не зарегистрированных по микрорайону школы, будет производиться в том же порядке с 01.07.2018 года при наличии свободных мест.

 

*В соответствии с пунктом 1 статьи 67 Федерального закона от 29.12.2012 № 273-ФЗ «Об образовании в Российской Федерации» получение начального общего образования в образовательных организациях начинается по достижении детьми возраста шести лет и шести месяцев при отсутствии противопоказаний по состоянию здоровья, но не позже достижения ими возраста восьми лет.

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

На основании вышеизложенного, для принятия решения начальником Управления образования администрации Красногорского городского округа о приеме в образовательную организацию ребенка, не достигшего на 01 сентября текущего года шести лет и шести месяцев, либо достигшего возраста восьми лет, родителям (законным представителям) ребенка необходимо обратиться в психолого-медико-педагогическую комиссию (ПМПК) с целью оценки уровня актуального развития ребенка, оценки уровня готовности ребенка к обучению по программам массовой школы и получения рекомендаций о готовности к обучению в общеобразовательной организации Красногорского городского округа.

В Красногорском городском округе ПМПК расположена в МБОУ «Образовательный центр «Созвездие» (г. Красногорск, ул. Народного Ополчения, д. 21,                            тел. 8 (498) 568-56-00)

 

Как подать заявление на зачисление ребенка в школу? 

Инструкция пользователя записи в первый класс

Сценарий действий при ошибках пользователя

 

Приказ директора школы "Об организации приема детей в первый класс" на 2018-2019 учебный год 

 

 

 

 

 

 

 

 

 

 

 

 

УТВЕРЖДЕНО 

приказом директора  МБОУ «Нахабинская СОШ № 2 

от «01» сентября 2012 г. № 1/16-ОД-II-Д  

Положение о приеме, переводе, отчислении обучающихся Муниципального бюджетного общеобразовательного учреждения «Нахабинская средняя общеобразовательная школа № 2» № 078 

 

 С 01 сентября 2012 года 

 Положение принято Общим собранием трудового коллектива 

 (Протокол № 1  от « 30» августа 2012года) 

 Положение согласовано 

 на заседании Управляющего совета 

 (Протокол № 1  от « 30» августа 2012года) 

 Московская область 

пгт. Нахабино  2

1. Общие положения.

1.1. Положение о порядке приема детей в образовательные учреждения Красногорского муниципального района (далее – Положение) разработано для соблюдения конституционных прав граждан Российской Федерации на образование, исходя из принципов общедоступности и бесплатности общего образования, реализации государственной политики в области образования, защиты интересов ребенка и удовлетворения потребностей семьи в выборе образовательного учреждения и устанавливает порядок приема детей в образовательные учреждения Красногорского муниципального района. 

1.2. Прием в Муниципальное бюджетное общеобразовательное учреждение «Нахабинская средняя общеобразовательная школа №2» (Далее – МБОУ «Нахабинская СОШ № 2») Красногорского муниципального района осуществляется в соответствии с Конституцией Российской Федерации, Законом Российской Федерации «Об образовании» от 10.07.1992 г. №3266-1, Законом Российской Федерации «Об основных гарантиях прав ребенка в Российской Федерации» от 24.07.1998 г. №124-ФЗ, Законом Московской области «Об образовании» от 27.07.2006 г. №15/187-П, Законом Российской Федерации «О гражданстве Российской Федерации» от 31.05.2002 г №62-ФЗ, а также Типовым Положением об общеобразовательном учреждении, утвержденным постановлением Правительства Российской Федерации от 19.03.2001 № 196, Типовым Положением об общеобразовательном учреждении для детей дошкольного и младшего школьного возраста, утвержденным постановлением Правительства Российской Федерации от 19.09.1997 года № 1204, постановлением Главного государственного санитарного врача РФ от 28.11.2002 № 44 «О введении в действие санитарно-эпидемиологических правил и нормативов СанПиН 2.4.2.1178-02», «Санитарно-эпидемиологическими правилами. Гигиенические требования к условиям обучения в общеобразовательных учреждениях. СанПиН 2.4.2.1178-02» с изменениями и дополнениями, письмом Минобразования России от 21.03.2003 № 03-51-57ин/13-03 «Рекомендации по организации приема в первый класс». 1.3. МБОУ «Нахабинская СОШ № 2» обеспечивает прием всех подлежащих обучению граждан, проживающих на территории Красногорского муниципального района и имеющих право на получение образования соответствующего уровня. 

1.4 При приеме гражданина в МБОУ «Нахабинская СОШ № 2» последнее обязано ознакомить его и (или) его родителей (законных представителей) с уставом школы, лицензией на право ведения образовательной деятельности, со свидетельством о государственной аккредитации образовательного учреждения, основными образовательными программами, реализуемыми этим учреждением, и другими документами, регламентирующими организацию образовательного процесса. 

1.5. Прием детей из семей беженцев и вынужденных переселенцев может осуществляться на основании записи детей в паспорте родителей (законных представителей) и их письменного заявления с указанием адреса фактического проживания без учета наличия или отсутствия регистрационных документов. Руководитель МБОУ «Нахабинская СОШ № 2» обеспечивает передачу данных о лицах, не имеющих регистрации, в местные органы внутренних дел и социальной защиты населения для юридического оформления прав детей как участников образовательного процесса. 

1.6.В целях реализации прав на образование иностранные граждане имеют право обратиться с заявлением по месту их постоянного или временного проживания в МБОУ «Нахабинская СОШ № 2» в порядке, предусмотренном действующим законодательством и уставом учреждения. 

1.7. МБОУ «Нахабинская СОШ № 2» обязано ознакомить иностранных граждан, обратившихся с заявлением, с уставом учреждения, затребовать документы, удостоверяющие возраст обучающегося, уровень его образования, документы, дающие  право на временное или постоянное проживание на территории Красногорского района, оформленные в установленном порядке. Указанные документы должны быть переведены на русский язык и заверены нотариально в установленном порядке. 

1.8.При наличии свободных мест и успешном прохождении аттестации в МБОУ «Нахабинская СОШ № 2» могут быть приняты лица, не достигшие 18 лет и не имеющие среднего (полного) общего образования в порядке перевода из другого образовательного учреждения, реализующего общеобразовательную программу соответствующего уровня. 

1.9. Администрация МБОУ «Нахабинская СОШ № 2» может отказать гражданам в приеме их детей в образовательное учреждение: 

– при отсутствии свободных мест в учреждении. 

 При отсутствии свободных мест Управление образования администрации Красногорского района предоставляет родителям (законным представителям) информацию о наличии свободных мест в других образовательных учреждениях на территории района и обеспечивает зачисление детей в образовательное учреждение с наличием свободных мест. 

 

20 февраля 2017

Для родителей будущих первоклассников

Читать далее...
16 февраля 2016

Министерство образования Московской области информирует о том, что 
с 15 февраля 2016 года услуга, оказываемая муниципальными общеобразовательными организациями в Московской области, по приему на обучение по образовательным программам начального общего, основного общего и среднего общего образования в части подуслуги «Прием заявления в первый класс для граждан, проживающих на закрепленной территории»( далее – Услуга) выведена на Портал государственных и муниципальных услуг Московской области (далее – РПГУ) для всех муниципальных образований Московской области.

Проект Типового административного регламента предоставления услуги, оказываемой муниципальной общеобразовательной организацией в Московской области, по приему на обучение по образовательным программам начального общего, основного общего и среднего общего образования опубликован на официальном сайте Министерства образования Московской области в разделе «Документы» и доступен по ссылке http://mo.mosreg.ru/dokumenty/antikorruptsionnaya-ekspertiza.

) ) [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] => Нахабинская средняя общеобразовательная школа №2, Нахабинская средняя общеобразовательная школа №2, [keywords] => [full_search_keywords] => Нахабинская средняя общеобразовательная школа №2, Нахабинская средняя общеобразовательная школа №2, Средние (общеобразовательные), [unit_type] => 164 [time_update] => 2018-05-14 23:16:34 [weight] => 0 [deadline] => [in_main] => [pass_score_from] => [pass_score_to] => [budget_place_count] => [rayon] => [source] => nahab-2 [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] => 89943 [unit_id] => 6507 [unit_tag_id] => 269 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89943 [_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] => 89944 [unit_id] => 6507 [unit_tag_id] => 199 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89944 [_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] => 89945 [unit_id] => 6507 [unit_tag_id] => 180 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89945 [_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] => 89946 [unit_id] => 6507 [unit_tag_id] => 166 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89946 [_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] => 89947 [unit_id] => 6507 [unit_tag_id] => 261 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89947 [_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] => 89948 [unit_id] => 6507 [unit_tag_id] => 595 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89948 [_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] => 89949 [unit_id] => 6507 [unit_tag_id] => 258 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89949 [_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] => 89950 [unit_id] => 6507 [unit_tag_id] => 190 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89950 [_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] => 89951 [unit_id] => 6507 [unit_tag_id] => 266 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89951 [_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] => 89952 [unit_id] => 6507 [unit_tag_id] => 193 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89952 [_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] => 89953 [unit_id] => 6507 [unit_tag_id] => 164 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89953 [_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] => 6507 [_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] => 6507 ) [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] => 6507 [name] => Нахабинская средняя общеобразовательная школа №2 [name_legal] => Нахабинская средняя общеобразовательная школа №2 [name_previos] => [year_foundation] => [address] => Array ( [0] => Array ( [address] => Институтская ул., 21-а, Нахабино, Московская обл., Россия, [post_index] => 143400 [latitude] => 55.8409143 [longitude] => 37.1837536 [district] => 0 [metro] => 0 ) ) [phone] => Array ( [0] => Array ( [phone_number] => 84955662665 ) ) [email] => Array ( [0] => Array ( [email] => nahabino-school2@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://krasnogorsk-adm.ru/

Дата основания образовательной организации: 1957

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

Муниципальное бюджетное общеобразовательное учреждение ведет преподавание в двух зданиях. В 2002 году введено в эксплуатацию здание начальной школы. С открытием нового здания у школы появились новые возможности, прежде всего – это обучение в одну смену. В настоящее время в школе в наличии просторные учебные кабинеты и лаборатории, оснащённые современной техникой, компьютерные классы, доступ к сети Интернет, интерактивные доски, мультимедиа-проекторы. Все это позволяют по-новому построить учебно-воспитательный процесс.
В 2012/2013 учебного года в соответствии с федеральной программой в школу поступило оборудование для учащихся вторых классов, работающих по новым ФГОС. В каждый из трех кабинетов были установлены мультимедийная системы с интерактивной доской и выходом в Интернет, мобильные компьютерные классы и другое оборудование, позволившее учителям проводить уроки в соответствии с современными требованиями к учебному процессу. Имеются комплекты учебного оборудования в кабинетах химии, биологии, ОБЖ, физики, географии. Развивающаяся материально-техническая база школы позволяет решать в полном объёме учебно-воспитательные задачи.

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

Кабинет химии и лаборантская при кабинете

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

Библиотека в здании средней школы (Институтская 21 А)

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

В школе несколько спортивных залов, в которых проводятся не только уроки физической культуры, но и различные общешкольные мероприятия и соревнования.
Мини-стадион – развлекательно-игровая площадка для младших школьников, футбольное поле.

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

В школе много лет успешно работают два музея: музей имени Д.М. Карбышева и музей ГИРД

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

Все об организации питания вы можете узнать здесь

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

Основная цель медицинского обслуживания в школе – это контроль  состояния здоровья учащихся, предупреждение и снижение заболеваемости, оказание первой медицинской и врачебной помощи. Ежегодно, на основании СанПиН, составляется план мероприятий по обслуживанию школьников, профилактике инфекционных заболеваний, иммунизации, летней оздоровительной работе.

Профилактическая работа

В школе осуществляется:

Контроль  соблюдения санитарно-гигиенических требований проводится на основании норм СанПиН. Контроль  питания учащихся – ежедневный контроль качества пищи. Врачебно – педагогический контроль уроков физической культуры с определением моторной плотности урока. Ежегодно подготавливаются списки учащихся, освобожденных от занятий физической культуры, относящихся к подготовительной группе. Учащиеся, относящиеся к III группе здоровья, занимаются физической культурой в специальной группе по особому расписанию. Мероприятия по профилактике острых заболеваний в осеннее — зимний период: специфическая профилактика учащихся — вакцинация против гриппа; санитарно-просветительская работа Мероприятия по коррекции нарушений опорно-двигательного аппарата, профилактике близорукости: физкультурные паузы, гимнастика для глаз, уроки здоровья, подбор мебели в соответствии с ростом и состоянием зрения и слуха учащихся, уроки физической культуры с направленной тематикой.

Санитарно-просветительская работа

В школе проходят:

беседы в классах, тематические лекции для учащихся по параллелям, тематические лекции для родителей на собраниях, врачебные выступления на педагогических советах, наглядная агитация – плакаты, брошюры, сан бюллетени.

 

 Социально-психологическая служба
Охрана здоровья

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

Полезные сайты

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

Электронные журналы

Сведения об обеспечении доступа в здания образовательной организации инвалидов и лиц с ограниченными возможностями здоровья
Сведения о наличии специальных технических средств обучения коллективного и индивидуального пользования для инвалидов и лиц с ограниченными возможностями здоровья
[teachers] => Всего работников - 66 Всего педагогических работников - 58 Правила подсчета Правила отнесения работников к той или иной категории Отнесение должностей работников к определённой категории в образовательных организациях является правом органа исполнительной власти субъекта РФ (ниже указаны категории на примере г. Москвы). К основному педагогическому персоналу относятся следующие работники: учитель; преподаватель; тьютор; инструктор по труду; инструктор по физической культуре; музыкальный руководитель; педагог-библиотекарь; педагог-организатор; педагог-психолог; преподаватель-организатор основ безопасности жизнедеятельности; социальный педагог; старший вожатый; тренер-преподаватель (включая старшего); учитель-дефектолог; учитель-логопед; воспитатель (включая старшего). Иные категории работников устанавливаются также в соответствии с региональными нормативными актами. К административно-управленческому персоналу относятся: директор (руководитель), заместители директора (руководителя), руководители структурных подразделений, главный бухгалтер. К иному педагогическому персоналу относятся: педагог дополнительного образования, воспитатель группы продлённого дня и др. К учебно-вспомогательному персоналу относятся: секретарь учебной части, документовед, делопроизводитель, заведующий хозяйством, системный администратор и др. К иному персоналу относятся: рабочий по комплексному обслуживанию здания, курьер, водитель и др. Внештатный работник - работник, который оказывает образовательной организации какие-либо услуги (выполняет работы) в рамках гражданско-правового договора, договора оказания услуг (выполнения работ). Данный работник не учитывается в штате организации, поэтому в диаграммах подраздела сайта «Работники образовательной организации» информация о нём не учитывается, но при этом всю необходимую информацию можно разместить в его личной карточке. [medicine] => Есть собственный медицинский пункт [classes_school] => 1-11 классы [disciplines] => Array ( ) [honors] => Array ( ) ) [time_created] => 2018-05-14 23:16:34 [seo_uri] => nahabinskaya-srednyaya-obscheobrazovatelnaya-shkola-2 [seo_description] => Нахабинская средняя общеобразовательная школа №2 [seo_keywords] => Нахабинская средняя общеобразовательная школа №2 [seo_title] => Нахабинская средняя общеобразовательная школа №2 [name_en] => [country_id] => 73 [region_id] => 485 [city_id] => 3051 [study_lang] => Array ( [0] => русский ) [accreditation_level] => [contact] => Array ( [terms_of_admission] => Array ( [text] =>
Здесь вы можете посмотреть рекомендованную  школьную форму в нашей школе.
Ответственность за фиктивную регистрацию
 
Уважаемые родители будущих первоклассников! 

Администрация МБОУ «Нахабинская СОШ № 2» доводит до Вашего сведения, что с 01.02.2018 г. начинается прием детей в 1-ый класс на 2018-2019 учебный год для жителей, зарегистрированных по микрорайону. 

Микрорайон МБОУ «Нахабинская СОШ №2»:
ул. Институтская, дома 1, 1а, 1б, 2, 2а, 3, За, 4, 4а, 5, 5а,  6, 7, 8, 8а, 9, 10, 10а, 11, 13/1, 13/2, 13/3, 15 (общежитие), 33, 37
ул. Чкалова,  все дома
ул. ГОРЕМ-28.
ул. Полевая;
ул. Старая; частные дома 10, 11, 14, 15, 16, 17, 19, 21, 23, 33, 35, 37, 41;
ул. Панфилова, дома 1, За, 4, 6, 8, 9а, 10, 11, 12а, 13, 13а, 15, 17, 19;23, 25, 27, 29
ул. Лесная, Лесной переулок,
ул. Московская, ул. Малая,
ул. Железнодорожная (до переезда),
ул. Станционная, ул. Учительская. 

Количество мест в 1 класс – 120 

Заявление  о зачислении ребенка в школу подается законным представителем  в электронном виде через портал государственных и  муниципальных услуг Московской области  https://uslugi.mosreg.ru/ (инструкцию пользователя смотрите ниже).

Возможность подачи заявления наступает в 00 ч.00 мин  01.02.2018 г.

Перед подачей заявления необходимо подготовить следующие документы в электронном виде (скан документа):

-паспорт одного из родителей (законного представителя);

-свидетельство о рождении ребенка;

-документ, подтверждающий регистрацию ребенка по микрорайону школы.

!!!Обращаем ваше внимание, что с 2018 года при подаче заявления, родители (законные представители) обязаны самостоятельно подкрепить необходимые документы в электронном виде на портал. Регистрация заявления происходит только при выполнении указанного условия.

При подаче заявления также вам понадобятся данные СНИЛС одного из родителей и ребенка.

 

После подачи заявления в электронном виде, в течение 3-х рабочих дней, родителям (законным представителям) необходимо явиться на приём в школу и предоставить оригиналы и копии следующих документов:

-паспорт родителя (законного представителя) ребенка (оригинал и копия);
-свидетельство о рождении ребенка (оригинал и копия);
-свидетельство о регистрации ребенка по месту жительства или по месту пребывания на закрепленной территории или документ, содержащий сведения о регистрации ребенка по месту жительства или по месту пребывания на закрепленной территории(оригинал и копия);
-копия СНИЛС (одного из родителей и ребёнка)

-копия медицинского полиса

-фото ребенка 3х4 (цветное)

-медицинская карта (предоставляется до 20.08.2018 г.)

-справка ПМПК (для детей, чей возраст на 01.09.2018 г. менее 6 лет 6 месяцев или достигших на 01.09.2018 г. возраста 8 лет (подробнее читайте ниже под знаком «*»)

!!!Оригиналы и копии документов должны соответствовать документам, подкрепленным на портал при подаче заявления в электронном виде.

!!!В случае непредставления документов в образовательное учреждения, электронное заявление аннулируется на 4-ый рабочий день.

После предоставления полного пакета документов, ребенок зачисляется в параллель 1-х классов в течение 7 рабочих дней.

 

 

Приемные дни  март - июнь 2018 г.
вторник 9.00 - 10.00
четверг 15.00 - 16.00

Прием ведет заместитель директора по учебно-воспитательной работе

 Татунова Наталья Александровна, тел. 8 (495) 566-16-75

 

!!! Прием граждан ведется в порядке очереди в соответствии с порядковым номером электронного заявления, поступившего в образовательное учреждение. Предварительная запись на прием не требуется.

 

Для родителей, не имеющих выхода в интернет, возможность бесплатно воспользоваться порталом государственных и муниципальных услуг Московской области предоставляется МФЦ.

МФЦ в п. Нахабино расположен на ул. Панфилова, д.25

ВНИМАНИЕ! Прием заявлений в 1-ый класс для жителей, не зарегистрированных по микрорайону школы, будет производиться в том же порядке с 01.07.2018 года при наличии свободных мест.

 

*В соответствии с пунктом 1 статьи 67 Федерального закона от 29.12.2012 № 273-ФЗ «Об образовании в Российской Федерации» получение начального общего образования в образовательных организациях начинается по достижении детьми возраста шести лет и шести месяцев при отсутствии противопоказаний по состоянию здоровья, но не позже достижения ими возраста восьми лет.

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

На основании вышеизложенного, для принятия решения начальником Управления образования администрации Красногорского городского округа о приеме в образовательную организацию ребенка, не достигшего на 01 сентября текущего года шести лет и шести месяцев, либо достигшего возраста восьми лет, родителям (законным представителям) ребенка необходимо обратиться в психолого-медико-педагогическую комиссию (ПМПК) с целью оценки уровня актуального развития ребенка, оценки уровня готовности ребенка к обучению по программам массовой школы и получения рекомендаций о готовности к обучению в общеобразовательной организации Красногорского городского округа.

В Красногорском городском округе ПМПК расположена в МБОУ «Образовательный центр «Созвездие» (г. Красногорск, ул. Народного Ополчения, д. 21,                            тел. 8 (498) 568-56-00)

 

Как подать заявление на зачисление ребенка в школу? 

Инструкция пользователя записи в первый класс

Сценарий действий при ошибках пользователя

 

Приказ директора школы "Об организации приема детей в первый класс" на 2018-2019 учебный год 

 

 

 

 

 

 

 

 

 

 

 

 

УТВЕРЖДЕНО 

приказом директора  МБОУ «Нахабинская СОШ № 2 

от «01» сентября 2012 г. № 1/16-ОД-II-Д  

Положение о приеме, переводе, отчислении обучающихся Муниципального бюджетного общеобразовательного учреждения «Нахабинская средняя общеобразовательная школа № 2» № 078 

 

 С 01 сентября 2012 года 

 Положение принято Общим собранием трудового коллектива 

 (Протокол № 1  от « 30» августа 2012года) 

 Положение согласовано 

 на заседании Управляющего совета 

 (Протокол № 1  от « 30» августа 2012года) 

 Московская область 

пгт. Нахабино  2

1. Общие положения.

1.1. Положение о порядке приема детей в образовательные учреждения Красногорского муниципального района (далее – Положение) разработано для соблюдения конституционных прав граждан Российской Федерации на образование, исходя из принципов общедоступности и бесплатности общего образования, реализации государственной политики в области образования, защиты интересов ребенка и удовлетворения потребностей семьи в выборе образовательного учреждения и устанавливает порядок приема детей в образовательные учреждения Красногорского муниципального района. 

1.2. Прием в Муниципальное бюджетное общеобразовательное учреждение «Нахабинская средняя общеобразовательная школа №2» (Далее – МБОУ «Нахабинская СОШ № 2») Красногорского муниципального района осуществляется в соответствии с Конституцией Российской Федерации, Законом Российской Федерации «Об образовании» от 10.07.1992 г. №3266-1, Законом Российской Федерации «Об основных гарантиях прав ребенка в Российской Федерации» от 24.07.1998 г. №124-ФЗ, Законом Московской области «Об образовании» от 27.07.2006 г. №15/187-П, Законом Российской Федерации «О гражданстве Российской Федерации» от 31.05.2002 г №62-ФЗ, а также Типовым Положением об общеобразовательном учреждении, утвержденным постановлением Правительства Российской Федерации от 19.03.2001 № 196, Типовым Положением об общеобразовательном учреждении для детей дошкольного и младшего школьного возраста, утвержденным постановлением Правительства Российской Федерации от 19.09.1997 года № 1204, постановлением Главного государственного санитарного врача РФ от 28.11.2002 № 44 «О введении в действие санитарно-эпидемиологических правил и нормативов СанПиН 2.4.2.1178-02», «Санитарно-эпидемиологическими правилами. Гигиенические требования к условиям обучения в общеобразовательных учреждениях. СанПиН 2.4.2.1178-02» с изменениями и дополнениями, письмом Минобразования России от 21.03.2003 № 03-51-57ин/13-03 «Рекомендации по организации приема в первый класс». 1.3. МБОУ «Нахабинская СОШ № 2» обеспечивает прием всех подлежащих обучению граждан, проживающих на территории Красногорского муниципального района и имеющих право на получение образования соответствующего уровня. 

1.4 При приеме гражданина в МБОУ «Нахабинская СОШ № 2» последнее обязано ознакомить его и (или) его родителей (законных представителей) с уставом школы, лицензией на право ведения образовательной деятельности, со свидетельством о государственной аккредитации образовательного учреждения, основными образовательными программами, реализуемыми этим учреждением, и другими документами, регламентирующими организацию образовательного процесса. 

1.5. Прием детей из семей беженцев и вынужденных переселенцев может осуществляться на основании записи детей в паспорте родителей (законных представителей) и их письменного заявления с указанием адреса фактического проживания без учета наличия или отсутствия регистрационных документов. Руководитель МБОУ «Нахабинская СОШ № 2» обеспечивает передачу данных о лицах, не имеющих регистрации, в местные органы внутренних дел и социальной защиты населения для юридического оформления прав детей как участников образовательного процесса. 

1.6.В целях реализации прав на образование иностранные граждане имеют право обратиться с заявлением по месту их постоянного или временного проживания в МБОУ «Нахабинская СОШ № 2» в порядке, предусмотренном действующим законодательством и уставом учреждения. 

1.7. МБОУ «Нахабинская СОШ № 2» обязано ознакомить иностранных граждан, обратившихся с заявлением, с уставом учреждения, затребовать документы, удостоверяющие возраст обучающегося, уровень его образования, документы, дающие  право на временное или постоянное проживание на территории Красногорского района, оформленные в установленном порядке. Указанные документы должны быть переведены на русский язык и заверены нотариально в установленном порядке. 

1.8.При наличии свободных мест и успешном прохождении аттестации в МБОУ «Нахабинская СОШ № 2» могут быть приняты лица, не достигшие 18 лет и не имеющие среднего (полного) общего образования в порядке перевода из другого образовательного учреждения, реализующего общеобразовательную программу соответствующего уровня. 

1.9. Администрация МБОУ «Нахабинская СОШ № 2» может отказать гражданам в приеме их детей в образовательное учреждение: 

– при отсутствии свободных мест в учреждении. 

 При отсутствии свободных мест Управление образования администрации Красногорского района предоставляет родителям (законным представителям) информацию о наличии свободных мест в других образовательных учреждениях на территории района и обеспечивает зачисление детей в образовательное учреждение с наличием свободных мест. 

 

20 февраля 2017

Для родителей будущих первоклассников

Читать далее...
16 февраля 2016

Министерство образования Московской области информирует о том, что 
с 15 февраля 2016 года услуга, оказываемая муниципальными общеобразовательными организациями в Московской области, по приему на обучение по образовательным программам начального общего, основного общего и среднего общего образования в части подуслуги «Прием заявления в первый класс для граждан, проживающих на закрепленной территории»( далее – Услуга) выведена на Портал государственных и муниципальных услуг Московской области (далее – РПГУ) для всех муниципальных образований Московской области.

Проект Типового административного регламента предоставления услуги, оказываемой муниципальной общеобразовательной организацией в Московской области, по приему на обучение по образовательным программам начального общего, основного общего и среднего общего образования опубликован на официальном сайте Министерства образования Московской области в разделе «Документы» и доступен по ссылке http://mo.mosreg.ru/dokumenty/antikorruptsionnaya-ekspertiza.

) ) [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] => Нахабинская средняя общеобразовательная школа №2, Нахабинская средняя общеобразовательная школа №2, [keywords] => [full_search_keywords] => Нахабинская средняя общеобразовательная школа №2, Нахабинская средняя общеобразовательная школа №2, Средние (общеобразовательные), [unit_type] => 164 [time_update] => 2018-05-14 23:16:34 [weight] => 0 [deadline] => [in_main] => [pass_score_from] => [pass_score_to] => [budget_place_count] => [rayon] => [source] => nahab-2 [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] => 89943 [unit_id] => 6507 [unit_tag_id] => 269 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89943 [_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] => 89944 [unit_id] => 6507 [unit_tag_id] => 199 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89944 [_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] => 89945 [unit_id] => 6507 [unit_tag_id] => 180 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89945 [_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] => 89946 [unit_id] => 6507 [unit_tag_id] => 166 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89946 [_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] => 89947 [unit_id] => 6507 [unit_tag_id] => 261 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89947 [_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] => 89948 [unit_id] => 6507 [unit_tag_id] => 595 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89948 [_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] => 89949 [unit_id] => 6507 [unit_tag_id] => 258 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89949 [_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] => 89950 [unit_id] => 6507 [unit_tag_id] => 190 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89950 [_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] => 89951 [unit_id] => 6507 [unit_tag_id] => 266 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89951 [_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] => 89952 [unit_id] => 6507 [unit_tag_id] => 193 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89952 [_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] => 89953 [unit_id] => 6507 [unit_tag_id] => 164 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89953 [_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] => 6507 [_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] => 6507 ) [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] => 6507 [name] => Нахабинская средняя общеобразовательная школа №2 [name_legal] => Нахабинская средняя общеобразовательная школа №2 [name_previos] => [year_foundation] => [address] => Array ( [0] => Array ( [address] => Институтская ул., 21-а, Нахабино, Московская обл., Россия, [post_index] => 143400 [latitude] => 55.8409143 [longitude] => 37.1837536 [district] => 0 [metro] => 0 ) ) [phone] => Array ( [0] => Array ( [phone_number] => 84955662665 ) ) [email] => Array ( [0] => Array ( [email] => nahabino-school2@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://krasnogorsk-adm.ru/

Дата основания образовательной организации: 1957

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

Муниципальное бюджетное общеобразовательное учреждение ведет преподавание в двух зданиях. В 2002 году введено в эксплуатацию здание начальной школы. С открытием нового здания у школы появились новые возможности, прежде всего – это обучение в одну смену. В настоящее время в школе в наличии просторные учебные кабинеты и лаборатории, оснащённые современной техникой, компьютерные классы, доступ к сети Интернет, интерактивные доски, мультимедиа-проекторы. Все это позволяют по-новому построить учебно-воспитательный процесс.
В 2012/2013 учебного года в соответствии с федеральной программой в школу поступило оборудование для учащихся вторых классов, работающих по новым ФГОС. В каждый из трех кабинетов были установлены мультимедийная системы с интерактивной доской и выходом в Интернет, мобильные компьютерные классы и другое оборудование, позволившее учителям проводить уроки в соответствии с современными требованиями к учебному процессу. Имеются комплекты учебного оборудования в кабинетах химии, биологии, ОБЖ, физики, географии. Развивающаяся материально-техническая база школы позволяет решать в полном объёме учебно-воспитательные задачи.

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

Кабинет химии и лаборантская при кабинете

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

Библиотека в здании средней школы (Институтская 21 А)

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

В школе несколько спортивных залов, в которых проводятся не только уроки физической культуры, но и различные общешкольные мероприятия и соревнования.
Мини-стадион – развлекательно-игровая площадка для младших школьников, футбольное поле.

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

В школе много лет успешно работают два музея: музей имени Д.М. Карбышева и музей ГИРД

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

Все об организации питания вы можете узнать здесь

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

Основная цель медицинского обслуживания в школе – это контроль  состояния здоровья учащихся, предупреждение и снижение заболеваемости, оказание первой медицинской и врачебной помощи. Ежегодно, на основании СанПиН, составляется план мероприятий по обслуживанию школьников, профилактике инфекционных заболеваний, иммунизации, летней оздоровительной работе.

Профилактическая работа

В школе осуществляется:

Контроль  соблюдения санитарно-гигиенических требований проводится на основании норм СанПиН. Контроль  питания учащихся – ежедневный контроль качества пищи. Врачебно – педагогический контроль уроков физической культуры с определением моторной плотности урока. Ежегодно подготавливаются списки учащихся, освобожденных от занятий физической культуры, относящихся к подготовительной группе. Учащиеся, относящиеся к III группе здоровья, занимаются физической культурой в специальной группе по особому расписанию. Мероприятия по профилактике острых заболеваний в осеннее — зимний период: специфическая профилактика учащихся — вакцинация против гриппа; санитарно-просветительская работа Мероприятия по коррекции нарушений опорно-двигательного аппарата, профилактике близорукости: физкультурные паузы, гимнастика для глаз, уроки здоровья, подбор мебели в соответствии с ростом и состоянием зрения и слуха учащихся, уроки физической культуры с направленной тематикой.

Санитарно-просветительская работа

В школе проходят:

беседы в классах, тематические лекции для учащихся по параллелям, тематические лекции для родителей на собраниях, врачебные выступления на педагогических советах, наглядная агитация – плакаты, брошюры, сан бюллетени.

 

 Социально-психологическая служба
Охрана здоровья

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

Полезные сайты

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

Электронные журналы

Сведения об обеспечении доступа в здания образовательной организации инвалидов и лиц с ограниченными возможностями здоровья
Сведения о наличии специальных технических средств обучения коллективного и индивидуального пользования для инвалидов и лиц с ограниченными возможностями здоровья
[teachers] => Всего работников - 66 Всего педагогических работников - 58 Правила подсчета Правила отнесения работников к той или иной категории Отнесение должностей работников к определённой категории в образовательных организациях является правом органа исполнительной власти субъекта РФ (ниже указаны категории на примере г. Москвы). К основному педагогическому персоналу относятся следующие работники: учитель; преподаватель; тьютор; инструктор по труду; инструктор по физической культуре; музыкальный руководитель; педагог-библиотекарь; педагог-организатор; педагог-психолог; преподаватель-организатор основ безопасности жизнедеятельности; социальный педагог; старший вожатый; тренер-преподаватель (включая старшего); учитель-дефектолог; учитель-логопед; воспитатель (включая старшего). Иные категории работников устанавливаются также в соответствии с региональными нормативными актами. К административно-управленческому персоналу относятся: директор (руководитель), заместители директора (руководителя), руководители структурных подразделений, главный бухгалтер. К иному педагогическому персоналу относятся: педагог дополнительного образования, воспитатель группы продлённого дня и др. К учебно-вспомогательному персоналу относятся: секретарь учебной части, документовед, делопроизводитель, заведующий хозяйством, системный администратор и др. К иному персоналу относятся: рабочий по комплексному обслуживанию здания, курьер, водитель и др. Внештатный работник - работник, который оказывает образовательной организации какие-либо услуги (выполняет работы) в рамках гражданско-правового договора, договора оказания услуг (выполнения работ). Данный работник не учитывается в штате организации, поэтому в диаграммах подраздела сайта «Работники образовательной организации» информация о нём не учитывается, но при этом всю необходимую информацию можно разместить в его личной карточке. [medicine] => Есть собственный медицинский пункт [classes_school] => 1-11 классы [disciplines] => Array ( ) [honors] => Array ( ) ) [time_created] => 2018-05-14 23:16:34 [seo_uri] => nahabinskaya-srednyaya-obscheobrazovatelnaya-shkola-2 [seo_description] => Нахабинская средняя общеобразовательная школа №2 [seo_keywords] => Нахабинская средняя общеобразовательная школа №2 [seo_title] => Нахабинская средняя общеобразовательная школа №2 [name_en] => [country_id] => 73 [region_id] => 485 [city_id] => 3051 [study_lang] => Array ( [0] => русский ) [accreditation_level] => [contact] => Array ( [terms_of_admission] => Array ( [text] =>
Здесь вы можете посмотреть рекомендованную  школьную форму в нашей школе.
Ответственность за фиктивную регистрацию
 
Уважаемые родители будущих первоклассников! 

Администрация МБОУ «Нахабинская СОШ № 2» доводит до Вашего сведения, что с 01.02.2018 г. начинается прием детей в 1-ый класс на 2018-2019 учебный год для жителей, зарегистрированных по микрорайону. 

Микрорайон МБОУ «Нахабинская СОШ №2»:
ул. Институтская, дома 1, 1а, 1б, 2, 2а, 3, За, 4, 4а, 5, 5а,  6, 7, 8, 8а, 9, 10, 10а, 11, 13/1, 13/2, 13/3, 15 (общежитие), 33, 37
ул. Чкалова,  все дома
ул. ГОРЕМ-28.
ул. Полевая;
ул. Старая; частные дома 10, 11, 14, 15, 16, 17, 19, 21, 23, 33, 35, 37, 41;
ул. Панфилова, дома 1, За, 4, 6, 8, 9а, 10, 11, 12а, 13, 13а, 15, 17, 19;23, 25, 27, 29
ул. Лесная, Лесной переулок,
ул. Московская, ул. Малая,
ул. Железнодорожная (до переезда),
ул. Станционная, ул. Учительская. 

Количество мест в 1 класс – 120 

Заявление  о зачислении ребенка в школу подается законным представителем  в электронном виде через портал государственных и  муниципальных услуг Московской области  https://uslugi.mosreg.ru/ (инструкцию пользователя смотрите ниже).

Возможность подачи заявления наступает в 00 ч.00 мин  01.02.2018 г.

Перед подачей заявления необходимо подготовить следующие документы в электронном виде (скан документа):

-паспорт одного из родителей (законного представителя);

-свидетельство о рождении ребенка;

-документ, подтверждающий регистрацию ребенка по микрорайону школы.

!!!Обращаем ваше внимание, что с 2018 года при подаче заявления, родители (законные представители) обязаны самостоятельно подкрепить необходимые документы в электронном виде на портал. Регистрация заявления происходит только при выполнении указанного условия.

При подаче заявления также вам понадобятся данные СНИЛС одного из родителей и ребенка.

 

После подачи заявления в электронном виде, в течение 3-х рабочих дней, родителям (законным представителям) необходимо явиться на приём в школу и предоставить оригиналы и копии следующих документов:

-паспорт родителя (законного представителя) ребенка (оригинал и копия);
-свидетельство о рождении ребенка (оригинал и копия);
-свидетельство о регистрации ребенка по месту жительства или по месту пребывания на закрепленной территории или документ, содержащий сведения о регистрации ребенка по месту жительства или по месту пребывания на закрепленной территории(оригинал и копия);
-копия СНИЛС (одного из родителей и ребёнка)

-копия медицинского полиса

-фото ребенка 3х4 (цветное)

-медицинская карта (предоставляется до 20.08.2018 г.)

-справка ПМПК (для детей, чей возраст на 01.09.2018 г. менее 6 лет 6 месяцев или достигших на 01.09.2018 г. возраста 8 лет (подробнее читайте ниже под знаком «*»)

!!!Оригиналы и копии документов должны соответствовать документам, подкрепленным на портал при подаче заявления в электронном виде.

!!!В случае непредставления документов в образовательное учреждения, электронное заявление аннулируется на 4-ый рабочий день.

После предоставления полного пакета документов, ребенок зачисляется в параллель 1-х классов в течение 7 рабочих дней.

 

 

Приемные дни  март - июнь 2018 г.
вторник 9.00 - 10.00
четверг 15.00 - 16.00

Прием ведет заместитель директора по учебно-воспитательной работе

 Татунова Наталья Александровна, тел. 8 (495) 566-16-75

 

!!! Прием граждан ведется в порядке очереди в соответствии с порядковым номером электронного заявления, поступившего в образовательное учреждение. Предварительная запись на прием не требуется.

 

Для родителей, не имеющих выхода в интернет, возможность бесплатно воспользоваться порталом государственных и муниципальных услуг Московской области предоставляется МФЦ.

МФЦ в п. Нахабино расположен на ул. Панфилова, д.25

ВНИМАНИЕ! Прием заявлений в 1-ый класс для жителей, не зарегистрированных по микрорайону школы, будет производиться в том же порядке с 01.07.2018 года при наличии свободных мест.

 

*В соответствии с пунктом 1 статьи 67 Федерального закона от 29.12.2012 № 273-ФЗ «Об образовании в Российской Федерации» получение начального общего образования в образовательных организациях начинается по достижении детьми возраста шести лет и шести месяцев при отсутствии противопоказаний по состоянию здоровья, но не позже достижения ими возраста восьми лет.

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

На основании вышеизложенного, для принятия решения начальником Управления образования администрации Красногорского городского округа о приеме в образовательную организацию ребенка, не достигшего на 01 сентября текущего года шести лет и шести месяцев, либо достигшего возраста восьми лет, родителям (законным представителям) ребенка необходимо обратиться в психолого-медико-педагогическую комиссию (ПМПК) с целью оценки уровня актуального развития ребенка, оценки уровня готовности ребенка к обучению по программам массовой школы и получения рекомендаций о готовности к обучению в общеобразовательной организации Красногорского городского округа.

В Красногорском городском округе ПМПК расположена в МБОУ «Образовательный центр «Созвездие» (г. Красногорск, ул. Народного Ополчения, д. 21,                            тел. 8 (498) 568-56-00)

 

Как подать заявление на зачисление ребенка в школу? 

Инструкция пользователя записи в первый класс

Сценарий действий при ошибках пользователя

 

Приказ директора школы "Об организации приема детей в первый класс" на 2018-2019 учебный год 

 

 

 

 

 

 

 

 

 

 

 

 

УТВЕРЖДЕНО 

приказом директора  МБОУ «Нахабинская СОШ № 2 

от «01» сентября 2012 г. № 1/16-ОД-II-Д  

Положение о приеме, переводе, отчислении обучающихся Муниципального бюджетного общеобразовательного учреждения «Нахабинская средняя общеобразовательная школа № 2» № 078 

 

 С 01 сентября 2012 года 

 Положение принято Общим собранием трудового коллектива 

 (Протокол № 1  от « 30» августа 2012года) 

 Положение согласовано 

 на заседании Управляющего совета 

 (Протокол № 1  от « 30» августа 2012года) 

 Московская область 

пгт. Нахабино  2

1. Общие положения.

1.1. Положение о порядке приема детей в образовательные учреждения Красногорского муниципального района (далее – Положение) разработано для соблюдения конституционных прав граждан Российской Федерации на образование, исходя из принципов общедоступности и бесплатности общего образования, реализации государственной политики в области образования, защиты интересов ребенка и удовлетворения потребностей семьи в выборе образовательного учреждения и устанавливает порядок приема детей в образовательные учреждения Красногорского муниципального района. 

1.2. Прием в Муниципальное бюджетное общеобразовательное учреждение «Нахабинская средняя общеобразовательная школа №2» (Далее – МБОУ «Нахабинская СОШ № 2») Красногорского муниципального района осуществляется в соответствии с Конституцией Российской Федерации, Законом Российской Федерации «Об образовании» от 10.07.1992 г. №3266-1, Законом Российской Федерации «Об основных гарантиях прав ребенка в Российской Федерации» от 24.07.1998 г. №124-ФЗ, Законом Московской области «Об образовании» от 27.07.2006 г. №15/187-П, Законом Российской Федерации «О гражданстве Российской Федерации» от 31.05.2002 г №62-ФЗ, а также Типовым Положением об общеобразовательном учреждении, утвержденным постановлением Правительства Российской Федерации от 19.03.2001 № 196, Типовым Положением об общеобразовательном учреждении для детей дошкольного и младшего школьного возраста, утвержденным постановлением Правительства Российской Федерации от 19.09.1997 года № 1204, постановлением Главного государственного санитарного врача РФ от 28.11.2002 № 44 «О введении в действие санитарно-эпидемиологических правил и нормативов СанПиН 2.4.2.1178-02», «Санитарно-эпидемиологическими правилами. Гигиенические требования к условиям обучения в общеобразовательных учреждениях. СанПиН 2.4.2.1178-02» с изменениями и дополнениями, письмом Минобразования России от 21.03.2003 № 03-51-57ин/13-03 «Рекомендации по организации приема в первый класс». 1.3. МБОУ «Нахабинская СОШ № 2» обеспечивает прием всех подлежащих обучению граждан, проживающих на территории Красногорского муниципального района и имеющих право на получение образования соответствующего уровня. 

1.4 При приеме гражданина в МБОУ «Нахабинская СОШ № 2» последнее обязано ознакомить его и (или) его родителей (законных представителей) с уставом школы, лицензией на право ведения образовательной деятельности, со свидетельством о государственной аккредитации образовательного учреждения, основными образовательными программами, реализуемыми этим учреждением, и другими документами, регламентирующими организацию образовательного процесса. 

1.5. Прием детей из семей беженцев и вынужденных переселенцев может осуществляться на основании записи детей в паспорте родителей (законных представителей) и их письменного заявления с указанием адреса фактического проживания без учета наличия или отсутствия регистрационных документов. Руководитель МБОУ «Нахабинская СОШ № 2» обеспечивает передачу данных о лицах, не имеющих регистрации, в местные органы внутренних дел и социальной защиты населения для юридического оформления прав детей как участников образовательного процесса. 

1.6.В целях реализации прав на образование иностранные граждане имеют право обратиться с заявлением по месту их постоянного или временного проживания в МБОУ «Нахабинская СОШ № 2» в порядке, предусмотренном действующим законодательством и уставом учреждения. 

1.7. МБОУ «Нахабинская СОШ № 2» обязано ознакомить иностранных граждан, обратившихся с заявлением, с уставом учреждения, затребовать документы, удостоверяющие возраст обучающегося, уровень его образования, документы, дающие  право на временное или постоянное проживание на территории Красногорского района, оформленные в установленном порядке. Указанные документы должны быть переведены на русский язык и заверены нотариально в установленном порядке. 

1.8.При наличии свободных мест и успешном прохождении аттестации в МБОУ «Нахабинская СОШ № 2» могут быть приняты лица, не достигшие 18 лет и не имеющие среднего (полного) общего образования в порядке перевода из другого образовательного учреждения, реализующего общеобразовательную программу соответствующего уровня. 

1.9. Администрация МБОУ «Нахабинская СОШ № 2» может отказать гражданам в приеме их детей в образовательное учреждение: 

– при отсутствии свободных мест в учреждении. 

 При отсутствии свободных мест Управление образования администрации Красногорского района предоставляет родителям (законным представителям) информацию о наличии свободных мест в других образовательных учреждениях на территории района и обеспечивает зачисление детей в образовательное учреждение с наличием свободных мест. 

 

20 февраля 2017

Для родителей будущих первоклассников

Читать далее...
16 февраля 2016

Министерство образования Московской области информирует о том, что 
с 15 февраля 2016 года услуга, оказываемая муниципальными общеобразовательными организациями в Московской области, по приему на обучение по образовательным программам начального общего, основного общего и среднего общего образования в части подуслуги «Прием заявления в первый класс для граждан, проживающих на закрепленной территории»( далее – Услуга) выведена на Портал государственных и муниципальных услуг Московской области (далее – РПГУ) для всех муниципальных образований Московской области.

Проект Типового административного регламента предоставления услуги, оказываемой муниципальной общеобразовательной организацией в Московской области, по приему на обучение по образовательным программам начального общего, основного общего и среднего общего образования опубликован на официальном сайте Министерства образования Московской области в разделе «Документы» и доступен по ссылке http://mo.mosreg.ru/dokumenty/antikorruptsionnaya-ekspertiza.

) ) [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] => Нахабинская средняя общеобразовательная школа №2, Нахабинская средняя общеобразовательная школа №2, [keywords] => [full_search_keywords] => Нахабинская средняя общеобразовательная школа №2, Нахабинская средняя общеобразовательная школа №2, Средние (общеобразовательные), [unit_type] => 164 [time_update] => 2018-05-14 23:16:34 [weight] => 0 [deadline] => [in_main] => [pass_score_from] => [pass_score_to] => [budget_place_count] => [rayon] => [source] => nahab-2 [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] => 89943 [unit_id] => 6507 [unit_tag_id] => 269 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89943 [_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] => 89944 [unit_id] => 6507 [unit_tag_id] => 199 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89944 [_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] => 89945 [unit_id] => 6507 [unit_tag_id] => 180 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89945 [_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] => 89946 [unit_id] => 6507 [unit_tag_id] => 166 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89946 [_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] => 89947 [unit_id] => 6507 [unit_tag_id] => 261 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89947 [_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] => 89948 [unit_id] => 6507 [unit_tag_id] => 595 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89948 [_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] => 89949 [unit_id] => 6507 [unit_tag_id] => 258 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89949 [_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] => 89950 [unit_id] => 6507 [unit_tag_id] => 190 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89950 [_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] => 89951 [unit_id] => 6507 [unit_tag_id] => 266 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89951 [_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] => 89952 [unit_id] => 6507 [unit_tag_id] => 193 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89952 [_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] => 89953 [unit_id] => 6507 [unit_tag_id] => 164 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89953 [_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] => 6507 [_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] => 6507 ) [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] => 6507 [name] => Нахабинская средняя общеобразовательная школа №2 [name_legal] => Нахабинская средняя общеобразовательная школа №2 [name_previos] => [year_foundation] => [address] => Array ( [0] => Array ( [address] => Институтская ул., 21-а, Нахабино, Московская обл., Россия, [post_index] => 143400 [latitude] => 55.8409143 [longitude] => 37.1837536 [district] => 0 [metro] => 0 ) ) [phone] => Array ( [0] => Array ( [phone_number] => 84955662665 ) ) [email] => Array ( [0] => Array ( [email] => nahabino-school2@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://krasnogorsk-adm.ru/

Дата основания образовательной организации: 1957

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

Муниципальное бюджетное общеобразовательное учреждение ведет преподавание в двух зданиях. В 2002 году введено в эксплуатацию здание начальной школы. С открытием нового здания у школы появились новые возможности, прежде всего – это обучение в одну смену. В настоящее время в школе в наличии просторные учебные кабинеты и лаборатории, оснащённые современной техникой, компьютерные классы, доступ к сети Интернет, интерактивные доски, мультимедиа-проекторы. Все это позволяют по-новому построить учебно-воспитательный процесс.
В 2012/2013 учебного года в соответствии с федеральной программой в школу поступило оборудование для учащихся вторых классов, работающих по новым ФГОС. В каждый из трех кабинетов были установлены мультимедийная системы с интерактивной доской и выходом в Интернет, мобильные компьютерные классы и другое оборудование, позволившее учителям проводить уроки в соответствии с современными требованиями к учебному процессу. Имеются комплекты учебного оборудования в кабинетах химии, биологии, ОБЖ, физики, географии. Развивающаяся материально-техническая база школы позволяет решать в полном объёме учебно-воспитательные задачи.

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

Кабинет химии и лаборантская при кабинете

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

Библиотека в здании средней школы (Институтская 21 А)

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

В школе несколько спортивных залов, в которых проводятся не только уроки физической культуры, но и различные общешкольные мероприятия и соревнования.
Мини-стадион – развлекательно-игровая площадка для младших школьников, футбольное поле.

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

В школе много лет успешно работают два музея: музей имени Д.М. Карбышева и музей ГИРД

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

Все об организации питания вы можете узнать здесь

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

Основная цель медицинского обслуживания в школе – это контроль  состояния здоровья учащихся, предупреждение и снижение заболеваемости, оказание первой медицинской и врачебной помощи. Ежегодно, на основании СанПиН, составляется план мероприятий по обслуживанию школьников, профилактике инфекционных заболеваний, иммунизации, летней оздоровительной работе.

Профилактическая работа

В школе осуществляется:

Контроль  соблюдения санитарно-гигиенических требований проводится на основании норм СанПиН. Контроль  питания учащихся – ежедневный контроль качества пищи. Врачебно – педагогический контроль уроков физической культуры с определением моторной плотности урока. Ежегодно подготавливаются списки учащихся, освобожденных от занятий физической культуры, относящихся к подготовительной группе. Учащиеся, относящиеся к III группе здоровья, занимаются физической культурой в специальной группе по особому расписанию. Мероприятия по профилактике острых заболеваний в осеннее — зимний период: специфическая профилактика учащихся — вакцинация против гриппа; санитарно-просветительская работа Мероприятия по коррекции нарушений опорно-двигательного аппарата, профилактике близорукости: физкультурные паузы, гимнастика для глаз, уроки здоровья, подбор мебели в соответствии с ростом и состоянием зрения и слуха учащихся, уроки физической культуры с направленной тематикой.

Санитарно-просветительская работа

В школе проходят:

беседы в классах, тематические лекции для учащихся по параллелям, тематические лекции для родителей на собраниях, врачебные выступления на педагогических советах, наглядная агитация – плакаты, брошюры, сан бюллетени.

 

 Социально-психологическая служба
Охрана здоровья

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

Полезные сайты

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

Электронные журналы

Сведения об обеспечении доступа в здания образовательной организации инвалидов и лиц с ограниченными возможностями здоровья
Сведения о наличии специальных технических средств обучения коллективного и индивидуального пользования для инвалидов и лиц с ограниченными возможностями здоровья
[teachers] => Всего работников - 66 Всего педагогических работников - 58 Правила подсчета Правила отнесения работников к той или иной категории Отнесение должностей работников к определённой категории в образовательных организациях является правом органа исполнительной власти субъекта РФ (ниже указаны категории на примере г. Москвы). К основному педагогическому персоналу относятся следующие работники: учитель; преподаватель; тьютор; инструктор по труду; инструктор по физической культуре; музыкальный руководитель; педагог-библиотекарь; педагог-организатор; педагог-психолог; преподаватель-организатор основ безопасности жизнедеятельности; социальный педагог; старший вожатый; тренер-преподаватель (включая старшего); учитель-дефектолог; учитель-логопед; воспитатель (включая старшего). Иные категории работников устанавливаются также в соответствии с региональными нормативными актами. К административно-управленческому персоналу относятся: директор (руководитель), заместители директора (руководителя), руководители структурных подразделений, главный бухгалтер. К иному педагогическому персоналу относятся: педагог дополнительного образования, воспитатель группы продлённого дня и др. К учебно-вспомогательному персоналу относятся: секретарь учебной части, документовед, делопроизводитель, заведующий хозяйством, системный администратор и др. К иному персоналу относятся: рабочий по комплексному обслуживанию здания, курьер, водитель и др. Внештатный работник - работник, который оказывает образовательной организации какие-либо услуги (выполняет работы) в рамках гражданско-правового договора, договора оказания услуг (выполнения работ). Данный работник не учитывается в штате организации, поэтому в диаграммах подраздела сайта «Работники образовательной организации» информация о нём не учитывается, но при этом всю необходимую информацию можно разместить в его личной карточке. [medicine] => Есть собственный медицинский пункт [classes_school] => 1-11 классы [disciplines] => Array ( ) [honors] => Array ( ) ) [time_created] => 2018-05-14 23:16:34 [seo_uri] => nahabinskaya-srednyaya-obscheobrazovatelnaya-shkola-2 [seo_description] => Нахабинская средняя общеобразовательная школа №2 [seo_keywords] => Нахабинская средняя общеобразовательная школа №2 [seo_title] => Нахабинская средняя общеобразовательная школа №2 [name_en] => [country_id] => 73 [region_id] => 485 [city_id] => 3051 [study_lang] => Array ( [0] => русский ) [accreditation_level] => [contact] => Array ( [terms_of_admission] => Array ( [text] =>
Здесь вы можете посмотреть рекомендованную  школьную форму в нашей школе.
Ответственность за фиктивную регистрацию
 
Уважаемые родители будущих первоклассников! 

Администрация МБОУ «Нахабинская СОШ № 2» доводит до Вашего сведения, что с 01.02.2018 г. начинается прием детей в 1-ый класс на 2018-2019 учебный год для жителей, зарегистрированных по микрорайону. 

Микрорайон МБОУ «Нахабинская СОШ №2»:
ул. Институтская, дома 1, 1а, 1б, 2, 2а, 3, За, 4, 4а, 5, 5а,  6, 7, 8, 8а, 9, 10, 10а, 11, 13/1, 13/2, 13/3, 15 (общежитие), 33, 37
ул. Чкалова,  все дома
ул. ГОРЕМ-28.
ул. Полевая;
ул. Старая; частные дома 10, 11, 14, 15, 16, 17, 19, 21, 23, 33, 35, 37, 41;
ул. Панфилова, дома 1, За, 4, 6, 8, 9а, 10, 11, 12а, 13, 13а, 15, 17, 19;23, 25, 27, 29
ул. Лесная, Лесной переулок,
ул. Московская, ул. Малая,
ул. Железнодорожная (до переезда),
ул. Станционная, ул. Учительская. 

Количество мест в 1 класс – 120 

Заявление  о зачислении ребенка в школу подается законным представителем  в электронном виде через портал государственных и  муниципальных услуг Московской области  https://uslugi.mosreg.ru/ (инструкцию пользователя смотрите ниже).

Возможность подачи заявления наступает в 00 ч.00 мин  01.02.2018 г.

Перед подачей заявления необходимо подготовить следующие документы в электронном виде (скан документа):

-паспорт одного из родителей (законного представителя);

-свидетельство о рождении ребенка;

-документ, подтверждающий регистрацию ребенка по микрорайону школы.

!!!Обращаем ваше внимание, что с 2018 года при подаче заявления, родители (законные представители) обязаны самостоятельно подкрепить необходимые документы в электронном виде на портал. Регистрация заявления происходит только при выполнении указанного условия.

При подаче заявления также вам понадобятся данные СНИЛС одного из родителей и ребенка.

 

После подачи заявления в электронном виде, в течение 3-х рабочих дней, родителям (законным представителям) необходимо явиться на приём в школу и предоставить оригиналы и копии следующих документов:

-паспорт родителя (законного представителя) ребенка (оригинал и копия);
-свидетельство о рождении ребенка (оригинал и копия);
-свидетельство о регистрации ребенка по месту жительства или по месту пребывания на закрепленной территории или документ, содержащий сведения о регистрации ребенка по месту жительства или по месту пребывания на закрепленной территории(оригинал и копия);
-копия СНИЛС (одного из родителей и ребёнка)

-копия медицинского полиса

-фото ребенка 3х4 (цветное)

-медицинская карта (предоставляется до 20.08.2018 г.)

-справка ПМПК (для детей, чей возраст на 01.09.2018 г. менее 6 лет 6 месяцев или достигших на 01.09.2018 г. возраста 8 лет (подробнее читайте ниже под знаком «*»)

!!!Оригиналы и копии документов должны соответствовать документам, подкрепленным на портал при подаче заявления в электронном виде.

!!!В случае непредставления документов в образовательное учреждения, электронное заявление аннулируется на 4-ый рабочий день.

После предоставления полного пакета документов, ребенок зачисляется в параллель 1-х классов в течение 7 рабочих дней.

 

 

Приемные дни  март - июнь 2018 г.
вторник 9.00 - 10.00
четверг 15.00 - 16.00

Прием ведет заместитель директора по учебно-воспитательной работе

 Татунова Наталья Александровна, тел. 8 (495) 566-16-75

 

!!! Прием граждан ведется в порядке очереди в соответствии с порядковым номером электронного заявления, поступившего в образовательное учреждение. Предварительная запись на прием не требуется.

 

Для родителей, не имеющих выхода в интернет, возможность бесплатно воспользоваться порталом государственных и муниципальных услуг Московской области предоставляется МФЦ.

МФЦ в п. Нахабино расположен на ул. Панфилова, д.25

ВНИМАНИЕ! Прием заявлений в 1-ый класс для жителей, не зарегистрированных по микрорайону школы, будет производиться в том же порядке с 01.07.2018 года при наличии свободных мест.

 

*В соответствии с пунктом 1 статьи 67 Федерального закона от 29.12.2012 № 273-ФЗ «Об образовании в Российской Федерации» получение начального общего образования в образовательных организациях начинается по достижении детьми возраста шести лет и шести месяцев при отсутствии противопоказаний по состоянию здоровья, но не позже достижения ими возраста восьми лет.

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

На основании вышеизложенного, для принятия решения начальником Управления образования администрации Красногорского городского округа о приеме в образовательную организацию ребенка, не достигшего на 01 сентября текущего года шести лет и шести месяцев, либо достигшего возраста восьми лет, родителям (законным представителям) ребенка необходимо обратиться в психолого-медико-педагогическую комиссию (ПМПК) с целью оценки уровня актуального развития ребенка, оценки уровня готовности ребенка к обучению по программам массовой школы и получения рекомендаций о готовности к обучению в общеобразовательной организации Красногорского городского округа.

В Красногорском городском округе ПМПК расположена в МБОУ «Образовательный центр «Созвездие» (г. Красногорск, ул. Народного Ополчения, д. 21,                            тел. 8 (498) 568-56-00)

 

Как подать заявление на зачисление ребенка в школу? 

Инструкция пользователя записи в первый класс

Сценарий действий при ошибках пользователя

 

Приказ директора школы "Об организации приема детей в первый класс" на 2018-2019 учебный год 

 

 

 

 

 

 

 

 

 

 

 

 

УТВЕРЖДЕНО 

приказом директора  МБОУ «Нахабинская СОШ № 2 

от «01» сентября 2012 г. № 1/16-ОД-II-Д  

Положение о приеме, переводе, отчислении обучающихся Муниципального бюджетного общеобразовательного учреждения «Нахабинская средняя общеобразовательная школа № 2» № 078 

 

 С 01 сентября 2012 года 

 Положение принято Общим собранием трудового коллектива 

 (Протокол № 1  от « 30» августа 2012года) 

 Положение согласовано 

 на заседании Управляющего совета 

 (Протокол № 1  от « 30» августа 2012года) 

 Московская область 

пгт. Нахабино  2

1. Общие положения.

1.1. Положение о порядке приема детей в образовательные учреждения Красногорского муниципального района (далее – Положение) разработано для соблюдения конституционных прав граждан Российской Федерации на образование, исходя из принципов общедоступности и бесплатности общего образования, реализации государственной политики в области образования, защиты интересов ребенка и удовлетворения потребностей семьи в выборе образовательного учреждения и устанавливает порядок приема детей в образовательные учреждения Красногорского муниципального района. 

1.2. Прием в Муниципальное бюджетное общеобразовательное учреждение «Нахабинская средняя общеобразовательная школа №2» (Далее – МБОУ «Нахабинская СОШ № 2») Красногорского муниципального района осуществляется в соответствии с Конституцией Российской Федерации, Законом Российской Федерации «Об образовании» от 10.07.1992 г. №3266-1, Законом Российской Федерации «Об основных гарантиях прав ребенка в Российской Федерации» от 24.07.1998 г. №124-ФЗ, Законом Московской области «Об образовании» от 27.07.2006 г. №15/187-П, Законом Российской Федерации «О гражданстве Российской Федерации» от 31.05.2002 г №62-ФЗ, а также Типовым Положением об общеобразовательном учреждении, утвержденным постановлением Правительства Российской Федерации от 19.03.2001 № 196, Типовым Положением об общеобразовательном учреждении для детей дошкольного и младшего школьного возраста, утвержденным постановлением Правительства Российской Федерации от 19.09.1997 года № 1204, постановлением Главного государственного санитарного врача РФ от 28.11.2002 № 44 «О введении в действие санитарно-эпидемиологических правил и нормативов СанПиН 2.4.2.1178-02», «Санитарно-эпидемиологическими правилами. Гигиенические требования к условиям обучения в общеобразовательных учреждениях. СанПиН 2.4.2.1178-02» с изменениями и дополнениями, письмом Минобразования России от 21.03.2003 № 03-51-57ин/13-03 «Рекомендации по организации приема в первый класс». 1.3. МБОУ «Нахабинская СОШ № 2» обеспечивает прием всех подлежащих обучению граждан, проживающих на территории Красногорского муниципального района и имеющих право на получение образования соответствующего уровня. 

1.4 При приеме гражданина в МБОУ «Нахабинская СОШ № 2» последнее обязано ознакомить его и (или) его родителей (законных представителей) с уставом школы, лицензией на право ведения образовательной деятельности, со свидетельством о государственной аккредитации образовательного учреждения, основными образовательными программами, реализуемыми этим учреждением, и другими документами, регламентирующими организацию образовательного процесса. 

1.5. Прием детей из семей беженцев и вынужденных переселенцев может осуществляться на основании записи детей в паспорте родителей (законных представителей) и их письменного заявления с указанием адреса фактического проживания без учета наличия или отсутствия регистрационных документов. Руководитель МБОУ «Нахабинская СОШ № 2» обеспечивает передачу данных о лицах, не имеющих регистрации, в местные органы внутренних дел и социальной защиты населения для юридического оформления прав детей как участников образовательного процесса. 

1.6.В целях реализации прав на образование иностранные граждане имеют право обратиться с заявлением по месту их постоянного или временного проживания в МБОУ «Нахабинская СОШ № 2» в порядке, предусмотренном действующим законодательством и уставом учреждения. 

1.7. МБОУ «Нахабинская СОШ № 2» обязано ознакомить иностранных граждан, обратившихся с заявлением, с уставом учреждения, затребовать документы, удостоверяющие возраст обучающегося, уровень его образования, документы, дающие  право на временное или постоянное проживание на территории Красногорского района, оформленные в установленном порядке. Указанные документы должны быть переведены на русский язык и заверены нотариально в установленном порядке. 

1.8.При наличии свободных мест и успешном прохождении аттестации в МБОУ «Нахабинская СОШ № 2» могут быть приняты лица, не достигшие 18 лет и не имеющие среднего (полного) общего образования в порядке перевода из другого образовательного учреждения, реализующего общеобразовательную программу соответствующего уровня. 

1.9. Администрация МБОУ «Нахабинская СОШ № 2» может отказать гражданам в приеме их детей в образовательное учреждение: 

– при отсутствии свободных мест в учреждении. 

 При отсутствии свободных мест Управление образования администрации Красногорского района предоставляет родителям (законным представителям) информацию о наличии свободных мест в других образовательных учреждениях на территории района и обеспечивает зачисление детей в образовательное учреждение с наличием свободных мест. 

 

20 февраля 2017

Для родителей будущих первоклассников

Читать далее...
16 февраля 2016

Министерство образования Московской области информирует о том, что 
с 15 февраля 2016 года услуга, оказываемая муниципальными общеобразовательными организациями в Московской области, по приему на обучение по образовательным программам начального общего, основного общего и среднего общего образования в части подуслуги «Прием заявления в первый класс для граждан, проживающих на закрепленной территории»( далее – Услуга) выведена на Портал государственных и муниципальных услуг Московской области (далее – РПГУ) для всех муниципальных образований Московской области.

Проект Типового административного регламента предоставления услуги, оказываемой муниципальной общеобразовательной организацией в Московской области, по приему на обучение по образовательным программам начального общего, основного общего и среднего общего образования опубликован на официальном сайте Министерства образования Московской области в разделе «Документы» и доступен по ссылке http://mo.mosreg.ru/dokumenty/antikorruptsionnaya-ekspertiza.

) ) [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] => Нахабинская средняя общеобразовательная школа №2, Нахабинская средняя общеобразовательная школа №2, [keywords] => [full_search_keywords] => Нахабинская средняя общеобразовательная школа №2, Нахабинская средняя общеобразовательная школа №2, Средние (общеобразовательные), [unit_type] => 164 [time_update] => 2018-05-14 23:16:34 [weight] => 0 [deadline] => [in_main] => [pass_score_from] => [pass_score_to] => [budget_place_count] => [rayon] => [source] => nahab-2 [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] => 89943 [unit_id] => 6507 [unit_tag_id] => 269 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89943 [_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] => 89944 [unit_id] => 6507 [unit_tag_id] => 199 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89944 [_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] => 89945 [unit_id] => 6507 [unit_tag_id] => 180 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89945 [_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] => 89946 [unit_id] => 6507 [unit_tag_id] => 166 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89946 [_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] => 89947 [unit_id] => 6507 [unit_tag_id] => 261 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89947 [_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] => 89948 [unit_id] => 6507 [unit_tag_id] => 595 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89948 [_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] => 89949 [unit_id] => 6507 [unit_tag_id] => 258 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89949 [_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] => 89950 [unit_id] => 6507 [unit_tag_id] => 190 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89950 [_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] => 89951 [unit_id] => 6507 [unit_tag_id] => 266 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89951 [_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] => 89952 [unit_id] => 6507 [unit_tag_id] => 193 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89952 [_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] => 89953 [unit_id] => 6507 [unit_tag_id] => 164 [description] => ) [_related:CActiveRecord:private] => Array ( ) [_c:CActiveRecord:private] => [_pk:CActiveRecord:private] => 89953 [_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] => 6507 [_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] => 6507 ) [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] => 6507 [1] => nahabinskaya-srednyaya-obscheobrazovatelnaya-shkola-2 ) ) [6] => Array ( [function] => actionShow [class] => DefaultUnitController [type] => -> [args] => Array ( [0] => 6507 [1] => nahabinskaya-srednyaya-obscheobrazovatelnaya-shkola-2 ) [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] => Нахабинская средняя общеобразовательная школа №2 [seo_description] => Нахабинская средняя общеобразовательная школа №2 [seo_keywords] => Нахабинская средняя общеобразовательная школа №2 [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] => 6507 [1] => nahabinskaya-srednyaya-obscheobrazovatelnaya-shkola-2 ) ) ) [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] => Нахабинская средняя общеобразовательная школа №2 [seo_description] => Нахабинская средняя общеобразовательная школа №2 [seo_keywords] => Нахабинская средняя общеобразовательная школа №2 [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] => 6507 [uri] => nahabinskaya-srednyaya-obscheobrazovatelnaya-shkola-2 ) ) ) [9] => Array ( [file] => /home/rosvuz/framework/web/CController.php [line] => 308 [function] => runWithParams [class] => CInlineAction [type] => -> [args] => Array ( [0] => Array ( [id] => 6507 [uri] => nahabinskaya-srednyaya-obscheobrazovatelnaya-shkola-2 ) ) ) [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] => Нахабинская средняя общеобразовательная школа №2 [seo_description] => Нахабинская средняя общеобразовательная школа №2 [seo_keywords] => Нахабинская средняя общеобразовательная школа №2 [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] => Нахабинская средняя общеобразовательная школа №2 [seo_description] => Нахабинская средняя общеобразовательная школа №2 [seo_keywords] => Нахабинская средняя общеобразовательная школа №2 [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] => Нахабинская средняя общеобразовательная школа №2 [seo_description] => Нахабинская средняя общеобразовательная школа №2 [seo_keywords] => Нахабинская средняя общеобразовательная школа №2 [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] => Нахабинская средняя общеобразовательная школа №2 [seo_description] => Нахабинская средняя общеобразовательная школа №2 [seo_keywords] => Нахабинская средняя общеобразовательная школа №2 [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] => Нахабинская средняя общеобразовательная школа №2 [seo_description] => Нахабинская средняя общеобразовательная школа №2 [seo_keywords] => Нахабинская средняя общеобразовательная школа №2 [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] => Нахабинская средняя общеобразовательная школа №2 [seo_description] => Нахабинская средняя общеобразовательная школа №2 [seo_keywords] => Нахабинская средняя общеобразовательная школа №2 [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] => Нахабинская средняя общеобразовательная школа №2 [seo_description] => Нахабинская средняя общеобразовательная школа №2 [seo_keywords] => Нахабинская средняя общеобразовательная школа №2 [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] => Нахабинская средняя общеобразовательная школа №2 [seo_description] => Нахабинская средняя общеобразовательная школа №2 [seo_keywords] => Нахабинская средняя общеобразовательная школа №2 [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 ( ) ) ) )