Перейти к содержанию
turskazka.by

Travel archive restored

turskazka.by

Kohana_Exception [ 0 ]: The tours_name property does not exist in the Model_Discount class

/discount/den-leta-v-mars-trevel/index.html

Kohana_Exception [ 0 ]: The tours_name property does not exist in the Model_Discount class

682 683 return $model->where($col, '=', $val); 684 } 685 else 686 { 687 throw new KohanaException('The :property property does not exist in the :class class', 688 array(':property' => $column, ':class' => getclass($this))); 689 } 690 } 691 692 /**
233 if(isset($this->hasmanytosave[$key])) 234 { 235 return $this->hasmanytosave[$key]; 236 } 237 } 238 return parent::get($key); 239 } 240 241 public function set($key, $value) 242 { 243 if(arraykeyexists($key, $this->hasmany))
6 7 8
9
10
11

Тур:

12

Дата вылета:

13

14
15
16
56 obstart(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohanaviewfilename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 obend_clean();
array(19) ( "returnlocation" => NULL "partner" => array(24) ( 0 => object ModelPartner(40)
{ protected tablename => string(8) "partners" protected gridcolumns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "siteshow" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected formfields => array(0) protected gridoptions => array(0) private hasmanytosave => array(0) protected renderoptions => array(0) protected pdo => NULL protected hasone => array(0) protected belongsto => array(0) protected hasmany => array(0) protected loadwith => array(0) protected validation => NULL protected object => array(9) ( "id" => string(2) "69" "name" => string(121) "Автоцентра «Атлант-М Боровая» - Официального дилера Ford в Беларуси" "image" => string(39) "/files/partner/69/логоитог.png" "active" => string(1) "1" "link" => string(22) "http://www.borovaya.by" "background" => string(58) "/files/partner/69/Фон сертификатфорд.jpg" "siteshow" => string(1) "1" "position" => string(1) "1" "managerid" => string(2) "16" ) protected changed => array(0) protected originalvalues => array(9) ( "id" => string(2) "69" "name" => string(121) "Автоцентра «Атлант-М Боровая» - Официального дилера Ford в Беларуси" "image" => string(39) "/files/partner/69/логоитог.png" "active" => string(1) "1" "link" => string(22) "http://www.borovaya.by" "background" => string(58) "/files/partner/69/Фон сертификатфорд.jpg" "siteshow" => string(1) "1" "position" => string(1) "1" "managerid" => string(2) "16" ) protected related => array(0) protected valid => bool TRUE protected loaded => bool TRUE protected saved => bool FALSE protected sorting => NULL protected foreignkeysuffix => string(3) "id" protected objectname => string(7) "partner" protected objectplural => string(8) "partners" protected tablecolumns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(2) "id" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "autoincrement" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "name" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 2 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "columnname" => string(5) "image" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 3 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "columnname" => string(6) "active" "columndefault" => NULL "datatype" => string(16) "tinyint unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "link" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 5 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "columnname" => string(10) "background" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 6 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "siteshow" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "columnname" => string(9) "siteshow" "columndefault" => string(1) "0" "datatype" => string(7) "tinyint" "isnullable" => bool FALSE "ordinalposition" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "columnname" => string(8) "position" "columndefault" => NULL "datatype" => string(3) "int" "isnullable" => bool FALSE "ordinalposition" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "managerid" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(10) "managerid" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected updatedcolumn => NULL protected createdcolumn => NULL protected serializecolumns => array(0) protected primarykey => string(2) "id" protected primarykeyvalue => string(2) "69" protected tablenamesplural => bool TRUE protected reloadonwakeup => bool TRUE protected db => object DatabaseMySQLi(6)
1 => object ModelPartner(40){ protected connectionid => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected identifier => string(1) "" public lastquery => string(546) "SELECT *, tours.name AS toursname, discount.id AS id, discount.name AS name, discount.url AS url, disc …" protected instance => string(7) "default" protected connection => object mysqli(19)
protected dbgroup => NULL protected dbapplied => array(0) protected dbpending => array(0) protected dbreset => bool TRUE protected dbbuilder => NULL protected withapplied => array(0) protected castdata => array(0) protected errorsfilename => string(7) "partner" }{ public affectedrows => NULL public clientinfo => NULL public clientversion => NULL public connecterrno => NULL public connecterror => NULL public errno => NULL public error => NULL public errorlist => NULL public fieldcount => NULL public hostinfo => NULL public info => NULL public insertid => NULL public serverinfo => NULL public serverversion => NULL public stat => NULL public sqlstate => NULL public protocolversion => NULL public threadid => NULL public warningcount => NULL }
protected config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278marstravelby" "persistent" => bool FALSE ) "tableprefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected tablename => string(8) "partners" protected gridcolumns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "siteshow" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected formfields => array(0) protected gridoptions => array(0) private hasmanytosave => array(0) protected renderoptions => array(0) protected pdo => NULL protected hasone => array(0) protected belongsto => array(0) protected hasmany => array(0) protected loadwith => array(0) protected validation => NULL protected object => array(9) ( "id" => string(2) "48" "name" => string(124) "Компания «Атлант-М Холпи» - официальный дистрибьютор Mazda в Беларуси." "image" => string(55) "/files/partner/48/mazdaverticalcolor итог (2).png" "active" => string(1) "1" "link" => string(20) "http://www.mazda.by/" "background" => string(0) "" "siteshow" => string(1) "1" "position" => string(1) "2" "managerid" => string(2) "18" ) protected changed => array(0) protected originalvalues => array(9) ( "id" => string(2) "48" "name" => string(124) "Компания «Атлант-М Холпи» - официальный дистрибьютор Mazda в Беларуси." "image" => string(55) "/files/partner/48/mazdaverticalcolor итог (2).png" "active" => string(1) "1" "link" => string(20) "http://www.mazda.by/" "background" => string(0) "" "siteshow" => string(1) "1" "position" => string(1) "2" "managerid" => string(2) "18" ) protected related => array(0) protected valid => bool TRUE protected loaded => bool TRUE protected saved => bool FALSE protected sorting => NULL protected foreignkeysuffix => string(3) "id" protected objectname => string(7) "partner" protected objectplural => string(8) "partners" protected tablecolumns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(2) "id" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "autoincrement" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "name" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 2 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "columnname" => string(5) "image" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 3 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "columnname" => string(6) "active" "columndefault" => NULL "datatype" => string(16) "tinyint unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "link" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 5 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "columnname" => string(10) "background" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 6 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "siteshow" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "columnname" => string(9) "siteshow" "columndefault" => string(1) "0" "datatype" => string(7) "tinyint" "isnullable" => bool FALSE "ordinalposition" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "columnname" => string(8) "position" "columndefault" => NULL "datatype" => string(3) "int" "isnullable" => bool FALSE "ordinalposition" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "managerid" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(10) "managerid" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected updatedcolumn => NULL protected createdcolumn => NULL protected serializecolumns => array(0) protected primarykey => string(2) "id" protected primarykeyvalue => string(2) "48" protected tablenamesplural => bool TRUE protected reloadonwakeup => bool TRUE protected db => object Database_MySQLi(6)
protected config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278marstravelby" "persistent" => bool FALSE ) "tableprefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected tablename => string(8) "partners" protected gridcolumns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "siteshow" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected formfields => array(0) protected gridoptions => array(0) private hasmanytosave => array(0) protected renderoptions => array(0) protected pdo => NULL protected hasone => array(0) protected belongsto => array(0) protected hasmany => array(0) protected loadwith => array(0) protected validation => NULL protected object => array(9) ( "id" => string(2) "73" "name" => string(54) "Сети фирменных магазинов BASCONI" "image" => string(40) "/files/partner/73/logobasconiblack.png" "active" => string(1) "1" "link" => string(18) "http://basconi.com" "background" => string(42) "/files/partner/73/ФонАКИТОГ.jpg" "siteshow" => string(1) "1" "position" => string(1) "3" "managerid" => string(1) "9" ) protected changed => array(0) protected originalvalues => array(9) ( "id" => string(2) "73" "name" => string(54) "Сети фирменных магазинов BASCONI" "image" => string(40) "/files/partner/73/logobasconiblack.png" "active" => string(1) "1" "link" => string(18) "http://basconi.com" "background" => string(42) "/files/partner/73/ФонАКИТОГ.jpg" "siteshow" => string(1) "1" "position" => string(1) "3" "managerid" => string(1) "9" ) protected related => array(0) protected valid => bool TRUE protected loaded => bool TRUE protected saved => bool FALSE protected sorting => NULL protected foreignkeysuffix => string(3) "id" protected objectname => string(7) "partner" protected objectplural => string(8) "partners" protected tablecolumns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(2) "id" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "autoincrement" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "name" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 2 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "columnname" => string(5) "image" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 3 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "columnname" => string(6) "active" "columndefault" => NULL "datatype" => string(16) "tinyint unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "link" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 5 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "columnname" => string(10) "background" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 6 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "siteshow" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "columnname" => string(9) "siteshow" "columndefault" => string(1) "0" "datatype" => string(7) "tinyint" "isnullable" => bool FALSE "ordinalposition" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "columnname" => string(8) "position" "columndefault" => NULL "datatype" => string(3) "int" "isnullable" => bool FALSE "ordinalposition" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "managerid" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(10) "managerid" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected updatedcolumn => NULL protected createdcolumn => NULL protected serializecolumns => array(0) protected primarykey => string(2) "id" protected primarykeyvalue => string(2) "73" protected tablenamesplural => bool TRUE protected reloadonwakeup => bool TRUE protected db => object Database_MySQLi(6)
protected config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278marstravelby" "persistent" => bool FALSE ) "tableprefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected tablename => string(8) "partners" protected gridcolumns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "siteshow" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected formfields => array(0) protected gridoptions => array(0) private hasmanytosave => array(0) protected renderoptions => array(0) protected pdo => NULL protected hasone => array(0) protected belongsto => array(0) protected hasmany => array(0) protected loadwith => array(0) protected validation => NULL protected object => array(9) ( "id" => string(2) "76" "name" => string(57) "Центра интерьерных решений Domani" "image" => string(53) "/files/partner/76/DomanilogohorizontalИТОГ.png" "active" => string(1) "1" "link" => string(17) "http://domani.by/" "background" => string(0) "" "siteshow" => string(1) "1" "position" => string(1) "4" "managerid" => string(2) "10" ) protected changed => array(0) protected originalvalues => array(9) ( "id" => string(2) "76" "name" => string(57) "Центра интерьерных решений Domani" "image" => string(53) "/files/partner/76/DomanilogohorizontalИТОГ.png" "active" => string(1) "1" "link" => string(17) "http://domani.by/" "background" => string(0) "" "siteshow" => string(1) "1" "position" => string(1) "4" "managerid" => string(2) "10" ) protected related => array(0) protected valid => bool TRUE protected loaded => bool TRUE protected saved => bool FALSE protected sorting => NULL protected foreignkeysuffix => string(3) "id" protected objectname => string(7) "partner" protected objectplural => string(8) "partners" protected tablecolumns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(2) "id" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "autoincrement" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "name" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 2 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "columnname" => string(5) "image" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 3 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "columnname" => string(6) "active" "columndefault" => NULL "datatype" => string(16) "tinyint unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "link" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 5 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "columnname" => string(10) "background" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 6 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "siteshow" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "columnname" => string(9) "siteshow" "columndefault" => string(1) "0" "datatype" => string(7) "tinyint" "isnullable" => bool FALSE "ordinalposition" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "columnname" => string(8) "position" "columndefault" => NULL "datatype" => string(3) "int" "isnullable" => bool FALSE "ordinalposition" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "managerid" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(10) "managerid" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected updatedcolumn => NULL protected createdcolumn => NULL protected serializecolumns => array(0) protected primarykey => string(2) "id" protected primarykeyvalue => string(2) "76" protected tablenamesplural => bool TRUE protected reloadonwakeup => bool TRUE protected db => object Database_MySQLi(6)
protected config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278marstravelby" "persistent" => bool FALSE ) "tableprefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected tablename => string(8) "partners" protected gridcolumns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "siteshow" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected formfields => array(0) protected gridoptions => array(0) private hasmanytosave => array(0) protected renderoptions => array(0) protected pdo => NULL protected hasone => array(0) protected belongsto => array(0) protected hasmany => array(0) protected loadwith => array(0) protected validation => NULL protected object => array(9) ( "id" => string(2) "80" "name" => string(29) "СВЯЗНОЙ ЛОГОТИП" "image" => string(64) "/files/partner/80/логотип Связнойитог (1).png" "active" => string(1) "1" "link" => string(24) "https://www.svyaznoy.by/" "background" => string(0) "" "siteshow" => string(1) "1" "position" => string(1) "6" "managerid" => string(2) "15" ) protected changed => array(0) protected originalvalues => array(9) ( "id" => string(2) "80" "name" => string(29) "СВЯЗНОЙ ЛОГОТИП" "image" => string(64) "/files/partner/80/логотип Связнойитог (1).png" "active" => string(1) "1" "link" => string(24) "https://www.svyaznoy.by/" "background" => string(0) "" "siteshow" => string(1) "1" "position" => string(1) "6" "managerid" => string(2) "15" ) protected related => array(0) protected valid => bool TRUE protected loaded => bool TRUE protected saved => bool FALSE protected sorting => NULL protected foreignkeysuffix => string(3) "id" protected objectname => string(7) "partner" protected objectplural => string(8) "partners" protected tablecolumns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(2) "id" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "autoincrement" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "name" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 2 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "columnname" => string(5) "image" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 3 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "columnname" => string(6) "active" "columndefault" => NULL "datatype" => string(16) "tinyint unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "link" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 5 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "columnname" => string(10) "background" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 6 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "siteshow" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "columnname" => string(9) "siteshow" "columndefault" => string(1) "0" "datatype" => string(7) "tinyint" "isnullable" => bool FALSE "ordinalposition" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "columnname" => string(8) "position" "columndefault" => NULL "datatype" => string(3) "int" "isnullable" => bool FALSE "ordinalposition" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "managerid" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(10) "managerid" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected updatedcolumn => NULL protected createdcolumn => NULL protected serializecolumns => array(0) protected primarykey => string(2) "id" protected primarykeyvalue => string(2) "80" protected tablenamesplural => bool TRUE protected reloadonwakeup => bool TRUE protected db => object Database_MySQLi(6)
protected config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278marstravelby" "persistent" => bool FALSE ) "tableprefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected tablename => string(8) "partners" protected gridcolumns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "siteshow" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected formfields => array(0) protected gridoptions => array(0) private hasmanytosave => array(0) protected renderoptions => array(0) protected pdo => NULL protected hasone => array(0) protected belongsto => array(0) protected hasmany => array(0) protected loadwith => array(0) protected validation => NULL protected object => array(9) ( "id" => string(2) "71" "name" => string(55) "Сети салонов красоты "Марсель"" "image" => string(45) "/files/partner/71/ЛоготипИтог.png" "active" => string(1) "1" "link" => string(17) "http://marsel.by/" "background" => string(0) "" "siteshow" => string(1) "1" "position" => string(1) "7" "managerid" => string(2) "10" ) protected changed => array(0) protected originalvalues => array(9) ( "id" => string(2) "71" "name" => string(55) "Сети салонов красоты "Марсель"" "image" => string(45) "/files/partner/71/ЛоготипИтог.png" "active" => string(1) "1" "link" => string(17) "http://marsel.by/" "background" => string(0) "" "siteshow" => string(1) "1" "position" => string(1) "7" "managerid" => string(2) "10" ) protected related => array(0) protected valid => bool TRUE protected loaded => bool TRUE protected saved => bool FALSE protected sorting => NULL protected foreignkeysuffix => string(3) "id" protected objectname => string(7) "partner" protected objectplural => string(8) "partners" protected tablecolumns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(2) "id" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "autoincrement" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "name" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 2 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "columnname" => string(5) "image" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 3 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "columnname" => string(6) "active" "columndefault" => NULL "datatype" => string(16) "tinyint unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "link" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 5 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "columnname" => string(10) "background" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 6 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "siteshow" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "columnname" => string(9) "siteshow" "columndefault" => string(1) "0" "datatype" => string(7) "tinyint" "isnullable" => bool FALSE "ordinalposition" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "columnname" => string(8) "position" "columndefault" => NULL "datatype" => string(3) "int" "isnullable" => bool FALSE "ordinalposition" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "managerid" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(10) "managerid" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected updatedcolumn => NULL protected createdcolumn => NULL protected serializecolumns => array(0) protected primarykey => string(2) "id" protected primarykeyvalue => string(2) "71" protected tablenamesplural => bool TRUE protected reloadonwakeup => bool TRUE protected db => object Database_MySQLi(6)
protected config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278marstravelby" "persistent" => bool FALSE ) "tableprefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected tablename => string(8) "partners" protected gridcolumns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "siteshow" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected formfields => array(0) protected gridoptions => array(0) private hasmanytosave => array(0) protected renderoptions => array(0) protected pdo => NULL protected hasone => array(0) protected belongsto => array(0) protected hasmany => array(0) protected loadwith => array(0) protected validation => NULL protected object => array(9) ( "id" => string(2) "74" "name" => string(68) "Сети салонов итальянской мебели "VERONA"" "image" => string(39) "/files/partner/74/Logoитог (1).png" "active" => string(1) "1" "link" => string(13) "www.verona.by" "background" => string(0) "" "siteshow" => string(1) "1" "position" => string(1) "8" "managerid" => string(1) "9" ) protected changed => array(0) protected originalvalues => array(9) ( "id" => string(2) "74" "name" => string(68) "Сети салонов итальянской мебели "VERONA"" "image" => string(39) "/files/partner/74/Logoитог (1).png" "active" => string(1) "1" "link" => string(13) "www.verona.by" "background" => string(0) "" "siteshow" => string(1) "1" "position" => string(1) "8" "managerid" => string(1) "9" ) protected related => array(0) protected valid => bool TRUE protected loaded => bool TRUE protected saved => bool FALSE protected sorting => NULL protected foreignkeysuffix => string(3) "id" protected objectname => string(7) "partner" protected objectplural => string(8) "partners" protected tablecolumns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(2) "id" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "autoincrement" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "name" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 2 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "columnname" => string(5) "image" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 3 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "columnname" => string(6) "active" "columndefault" => NULL "datatype" => string(16) "tinyint unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "link" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 5 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "columnname" => string(10) "background" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 6 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "siteshow" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "columnname" => string(9) "siteshow" "columndefault" => string(1) "0" "datatype" => string(7) "tinyint" "isnullable" => bool FALSE "ordinalposition" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "columnname" => string(8) "position" "columndefault" => NULL "datatype" => string(3) "int" "isnullable" => bool FALSE "ordinalposition" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "managerid" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(10) "managerid" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected updatedcolumn => NULL protected createdcolumn => NULL protected serializecolumns => array(0) protected primarykey => string(2) "id" protected primarykeyvalue => string(2) "74" protected tablenamesplural => bool TRUE protected reloadonwakeup => bool TRUE protected db => object Database_MySQLi(6)
protected config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278marstravelby" "persistent" => bool FALSE ) "tableprefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected tablename => string(8) "partners" protected gridcolumns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "siteshow" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected formfields => array(0) protected gridoptions => array(0) private hasmanytosave => array(0) protected renderoptions => array(0) protected pdo => NULL protected hasone => array(0) protected belongsto => array(0) protected hasmany => array(0) protected loadwith => array(0) protected validation => NULL protected object => array(9) ( "id" => string(2) "72" "name" => string(36) "ЧУП "Активный отдых"" "image" => string(40) "/files/partner/72/activzonaитог.png" "active" => string(1) "1" "link" => string(24) "http://www.activzona.by/" "background" => string(0) "" "siteshow" => string(1) "1" "position" => string(1) "9" "managerid" => string(2) "10" ) protected changed => array(0) protected originalvalues => array(9) ( "id" => string(2) "72" "name" => string(36) "ЧУП "Активный отдых"" "image" => string(40) "/files/partner/72/activzonaитог.png" "active" => string(1) "1" "link" => string(24) "http://www.activzona.by/" "background" => string(0) "" "siteshow" => string(1) "1" "position" => string(1) "9" "managerid" => string(2) "10" ) protected related => array(0) protected valid => bool TRUE protected loaded => bool TRUE protected saved => bool FALSE protected sorting => NULL protected foreignkeysuffix => string(3) "id" protected objectname => string(7) "partner" protected objectplural => string(8) "partners" protected tablecolumns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(2) "id" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "autoincrement" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "name" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 2 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "columnname" => string(5) "image" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 3 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "columnname" => string(6) "active" "columndefault" => NULL "datatype" => string(16) "tinyint unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "link" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 5 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "columnname" => string(10) "background" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 6 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "siteshow" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "columnname" => string(9) "siteshow" "columndefault" => string(1) "0" "datatype" => string(7) "tinyint" "isnullable" => bool FALSE "ordinalposition" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "columnname" => string(8) "position" "columndefault" => NULL "datatype" => string(3) "int" "isnullable" => bool FALSE "ordinalposition" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "managerid" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(10) "managerid" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected updatedcolumn => NULL protected createdcolumn => NULL protected serializecolumns => array(0) protected primarykey => string(2) "id" protected primarykeyvalue => string(2) "72" protected tablenamesplural => bool TRUE protected reloadonwakeup => bool TRUE protected db => object Database_MySQLi(6)
protected config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278marstravelby" "persistent" => bool FALSE ) "tableprefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected tablename => string(8) "partners" protected gridcolumns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "siteshow" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected formfields => array(0) protected gridoptions => array(0) private hasmanytosave => array(0) protected renderoptions => array(0) protected pdo => NULL protected hasone => array(0) protected belongsto => array(0) protected hasmany => array(0) protected loadwith => array(0) protected validation => NULL protected object => array(9) ( "id" => string(2) "65" "name" => string(77) "Студии плитки и сантехники "Роял Керамика"" "image" => string(49) "/files/partner/65/LOGOROYALCERAMICAитог.png" "active" => string(1) "1" "link" => string(28) "http://www.royalceramica.by/" "background" => string(62) "/files/partner/65/Сертификат фон итог (3).jpg" "siteshow" => string(1) "1" "position" => string(2) "12" "managerid" => string(2) "16" ) protected changed => array(0) protected originalvalues => array(9) ( "id" => string(2) "65" "name" => string(77) "Студии плитки и сантехники "Роял Керамика"" "image" => string(49) "/files/partner/65/LOGOROYALCERAMICAитог.png" "active" => string(1) "1" "link" => string(28) "http://www.royalceramica.by/" "background" => string(62) "/files/partner/65/Сертификат фон итог (3).jpg" "siteshow" => string(1) "1" "position" => string(2) "12" "managerid" => string(2) "16" ) protected related => array(0) protected valid => bool TRUE protected loaded => bool TRUE protected saved => bool FALSE protected sorting => NULL protected foreignkeysuffix => string(3) "id" protected objectname => string(7) "partner" protected objectplural => string(8) "partners" protected tablecolumns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(2) "id" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "autoincrement" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "name" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 2 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "columnname" => string(5) "image" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 3 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "columnname" => string(6) "active" "columndefault" => NULL "datatype" => string(16) "tinyint unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "link" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 5 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "columnname" => string(10) "background" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 6 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "siteshow" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "columnname" => string(9) "siteshow" "columndefault" => string(1) "0" "datatype" => string(7) "tinyint" "isnullable" => bool FALSE "ordinalposition" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "columnname" => string(8) "position" "columndefault" => NULL "datatype" => string(3) "int" "isnullable" => bool FALSE "ordinalposition" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "managerid" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(10) "managerid" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected updatedcolumn => NULL protected createdcolumn => NULL protected serializecolumns => array(0) protected primarykey => string(2) "id" protected primarykeyvalue => string(2) "65" protected tablenamesplural => bool TRUE protected reloadonwakeup => bool TRUE protected db => object Database_MySQLi(6)
protected config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278marstravelby" "persistent" => bool FALSE ) "tableprefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected tablename => string(8) "partners" protected gridcolumns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "siteshow" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected formfields => array(0) protected gridoptions => array(0) private hasmanytosave => array(0) protected renderoptions => array(0) protected pdo => NULL protected hasone => array(0) protected belongsto => array(0) protected hasmany => array(0) protected loadwith => array(0) protected validation => NULL protected object => array(9) ( "id" => string(2) "51" "name" => string(50) "ООО "СТ-Юнион" ТМ ОкнаСервис" "image" => string(51) "/files/partner/51/Logooknaservice итог (1).png" "active" => string(1) "1" "link" => string(22) "http://oknaservice.by/" "background" => string(0) "" "siteshow" => string(1) "1" "position" => string(2) "13" "managerid" => string(2) "22" ) protected changed => array(0) protected originalvalues => array(9) ( "id" => string(2) "51" "name" => string(50) "ООО "СТ-Юнион" ТМ ОкнаСервис" "image" => string(51) "/files/partner/51/Logooknaservice итог (1).png" "active" => string(1) "1" "link" => string(22) "http://oknaservice.by/" "background" => string(0) "" "siteshow" => string(1) "1" "position" => string(2) "13" "managerid" => string(2) "22" ) protected related => array(0) protected valid => bool TRUE protected loaded => bool TRUE protected saved => bool FALSE protected sorting => NULL protected foreignkeysuffix => string(3) "id" protected objectname => string(7) "partner" protected objectplural => string(8) "partners" protected tablecolumns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(2) "id" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "autoincrement" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "name" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 2 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "columnname" => string(5) "image" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 3 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "columnname" => string(6) "active" "columndefault" => NULL "datatype" => string(16) "tinyint unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "link" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 5 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "columnname" => string(10) "background" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 6 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "siteshow" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "columnname" => string(9) "siteshow" "columndefault" => string(1) "0" "datatype" => string(7) "tinyint" "isnullable" => bool FALSE "ordinalposition" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "columnname" => string(8) "position" "columndefault" => NULL "datatype" => string(3) "int" "isnullable" => bool FALSE "ordinalposition" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "managerid" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(10) "managerid" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected updatedcolumn => NULL protected createdcolumn => NULL protected serializecolumns => array(0) protected primarykey => string(2) "id" protected primarykeyvalue => string(2) "51" protected tablenamesplural => bool TRUE protected reloadonwakeup => bool TRUE protected db => object Database_MySQLi(6)
protected config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278marstravelby" "persistent" => bool FALSE ) "tableprefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected tablename => string(8) "partners" protected gridcolumns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "siteshow" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected formfields => array(0) protected gridoptions => array(0) private hasmanytosave => array(0) protected renderoptions => array(0) protected pdo => NULL protected hasone => array(0) protected belongsto => array(0) protected hasmany => array(0) protected loadwith => array(0) protected validation => NULL protected object => array(9) ( "id" => string(2) "46" "name" => string(27) "ООО «Тикетпро»" "image" => string(48) "/files/partner/46/ticketproby на сайт.png" "active" => string(1) "1" "link" => string(43) "http://www.ticketpro.by/jnp/home/index.html" "background" => string(54) "/files/partner/46/Сертификат фон (10).jpg" "siteshow" => string(1) "1" "position" => string(2) "18" "managerid" => string(2) "21" ) protected changed => array(0) protected originalvalues => array(9) ( "id" => string(2) "46" "name" => string(27) "ООО «Тикетпро»" "image" => string(48) "/files/partner/46/ticketproby на сайт.png" "active" => string(1) "1" "link" => string(43) "http://www.ticketpro.by/jnp/home/index.html" "background" => string(54) "/files/partner/46/Сертификат фон (10).jpg" "siteshow" => string(1) "1" "position" => string(2) "18" "managerid" => string(2) "21" ) protected related => array(0) protected valid => bool TRUE protected loaded => bool TRUE protected saved => bool FALSE protected sorting => NULL protected foreignkeysuffix => string(3) "id" protected objectname => string(7) "partner" protected objectplural => string(8) "partners" protected tablecolumns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(2) "id" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "autoincrement" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "name" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 2 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "columnname" => string(5) "image" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 3 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "columnname" => string(6) "active" "columndefault" => NULL "datatype" => string(16) "tinyint unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "link" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 5 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "columnname" => string(10) "background" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 6 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "siteshow" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "columnname" => string(9) "siteshow" "columndefault" => string(1) "0" "datatype" => string(7) "tinyint" "isnullable" => bool FALSE "ordinalposition" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "columnname" => string(8) "position" "columndefault" => NULL "datatype" => string(3) "int" "isnullable" => bool FALSE "ordinalposition" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "managerid" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(10) "managerid" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected updatedcolumn => NULL protected createdcolumn => NULL protected serializecolumns => array(0) protected primarykey => string(2) "id" protected primarykeyvalue => string(2) "46" protected tablenamesplural => bool TRUE protected reloadonwakeup => bool TRUE protected db => object Database_MySQLi(6)
protected config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278marstravelby" "persistent" => bool FALSE ) "tableprefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected tablename => string(8) "partners" protected gridcolumns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "siteshow" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected formfields => array(0) protected gridoptions => array(0) private hasmanytosave => array(0) protected renderoptions => array(0) protected pdo => NULL protected hasone => array(0) protected belongsto => array(0) protected hasmany => array(0) protected loadwith => array(0) protected validation => NULL protected object => array(9) ( "id" => string(2) "82" "name" => string(23) "Бренда LEORGOFMAN" "image" => string(50) "/files/partner/82/leor logo blackитог (1).png" "active" => string(1) "1" "link" => string(22) "http://leorgofman.com/" "background" => string(0) "" "siteshow" => string(1) "1" "position" => string(2) "20" "managerid" => string(2) "24" ) protected changed => array(0) protected originalvalues => array(9) ( "id" => string(2) "82" "name" => string(23) "Бренда LEORGOFMAN" "image" => string(50) "/files/partner/82/leor logo blackитог (1).png" "active" => string(1) "1" "link" => string(22) "http://leorgofman.com/" "background" => string(0) "" "siteshow" => string(1) "1" "position" => string(2) "20" "managerid" => string(2) "24" ) protected related => array(0) protected valid => bool TRUE protected loaded => bool TRUE protected saved => bool FALSE protected sorting => NULL protected foreignkeysuffix => string(3) "id" protected objectname => string(7) "partner" protected objectplural => string(8) "partners" protected tablecolumns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(2) "id" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "autoincrement" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "name" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 2 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "columnname" => string(5) "image" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 3 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "columnname" => string(6) "active" "columndefault" => NULL "datatype" => string(16) "tinyint unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "link" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 5 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "columnname" => string(10) "background" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 6 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "siteshow" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "columnname" => string(9) "siteshow" "columndefault" => string(1) "0" "datatype" => string(7) "tinyint" "isnullable" => bool FALSE "ordinalposition" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "columnname" => string(8) "position" "columndefault" => NULL "datatype" => string(3) "int" "isnullable" => bool FALSE "ordinalposition" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "managerid" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(10) "managerid" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected updatedcolumn => NULL protected createdcolumn => NULL protected serializecolumns => array(0) protected primarykey => string(2) "id" protected primarykeyvalue => string(2) "82" protected tablenamesplural => bool TRUE protected reloadonwakeup => bool TRUE protected db => object Database_MySQLi(6)
protected config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278marstravelby" "persistent" => bool FALSE ) "tableprefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected tablename => string(8) "partners" protected gridcolumns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "siteshow" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected formfields => array(0) protected gridoptions => array(0) private hasmanytosave => array(0) protected renderoptions => array(0) protected pdo => NULL protected hasone => array(0) protected belongsto => array(0) protected hasmany => array(0) protected loadwith => array(0) protected validation => NULL protected object => array(9) ( "id" => string(2) "84" "name" => string(63) "Магазина натуральной косметики MBio" "image" => string(45) "/files/partner/84/лого 2итог (2).png" "active" => string(1) "1" "link" => string(11) "www.mbio.by" "background" => string(0) "" "siteshow" => string(1) "1" "position" => string(2) "21" "managerid" => string(2) "24" ) protected changed => array(0) protected originalvalues => array(9) ( "id" => string(2) "84" "name" => string(63) "Магазина натуральной косметики MBio" "image" => string(45) "/files/partner/84/лого 2итог (2).png" "active" => string(1) "1" "link" => string(11) "www.mbio.by" "background" => string(0) "" "siteshow" => string(1) "1" "position" => string(2) "21" "managerid" => string(2) "24" ) protected related => array(0) protected valid => bool TRUE protected loaded => bool TRUE protected saved => bool FALSE protected sorting => NULL protected foreignkeysuffix => string(3) "id" protected objectname => string(7) "partner" protected objectplural => string(8) "partners" protected tablecolumns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(2) "id" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "autoincrement" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "name" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 2 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "columnname" => string(5) "image" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 3 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "columnname" => string(6) "active" "columndefault" => NULL "datatype" => string(16) "tinyint unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "link" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 5 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "columnname" => string(10) "background" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool FALSE "ordinalposition" => integer 6 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8unicodeci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "siteshow" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "columnname" => string(9) "siteshow" "columndefault" => string(1) "0" "datatype" => string(7) "tinyint" "isnullable" => bool FALSE "ordinalposition" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "columnname" => string(8) "position" "columndefault" => NULL "datatype" => string(3) "int" "isnullable" => bool FALSE "ordinalposition" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "managerid" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "columnname" => string(10) "managerid" "columndefault" => NULL "datatype" => string(12) "int unsigned" "isnullable" => bool FALSE "ordinalposition" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected updatedcolumn => NULL protected createdcolumn => NULL protected serializecolumns => array(0) protected primarykey => string(2) "id" protected primarykeyvalue => string(2) "84" protected tablenamesplural => bool TRUE protected reloadonwakeup => bool TRUE protected db => object Database_MySQLi(6)
) "topbanner" => array(0) "model" => object ModelDiscount(40){ protected connectionid => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "" public lastquery => string(546) "SELECT *, tours.name AS toursname, discount.id AS id, discount.name AS name, discount.url AS url, disc …" protected instance => string(7) "default" protected connection => object mysqli(19)
protected config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278marstravelby" "persistent" => bool FALSE ) "tableprefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected tablename => string(9) "discounts" protected gridcolumns => array(4) ( "name" => NULL "active" => string(4) "bool" "position" => NULL "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(28) "admin-discount:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) ) protected formfields => array(0) protected gridoptions => array(0) private hasmanytosave => array(0) protected renderoptions => array(0) protected pdo => NULL protected hasone => array(0) protected belongsto => array(0) protected hasmany => array(0) protected loadwith => array(0) protected validation => NULL protected object => array(10) ( "id" => NULL "name" => NULL "url" => NULL "image" => NULL "active" => NULL "content" => NULL "scontent" => NULL "position" => NULL "tourid" => NULL "tourdate" => NULL ) protected changed => array(0) protected originalvalues => array(0) protected related => array(0) protected valid => bool FALSE protected loaded => bool FALSE protected saved => bool FALSE protected sorting => NULL protected foreignkeysuffix => string(3) "id" protected objectname => string(8) "discount" protected objectplural => string(9) "discounts" protected tablecolumns => array(10) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "columnname" => string(2) "id" "columndefault" => NULL "datatype" => string(3) "int" "isnullable" => bool FALSE "ordinalposition" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "autoincrement" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "name" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool TRUE "ordinalposition" => integer 2 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8generalci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "columnname" => string(3) "url" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool TRUE "ordinalposition" => integer 3 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8generalci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "charactermaximumlength" => string(5) "65535" "columnname" => string(5) "image" "columndefault" => NULL "datatype" => string(4) "text" "isnullable" => bool TRUE "ordinalposition" => integer 4 "collationname" => string(15) "utf8generalci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "columnname" => string(6) "active" "columndefault" => NULL "datatype" => string(7) "tinyint" "isnullable" => bool TRUE "ordinalposition" => integer 5 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content" => array(12) ( "type" => string(6) "string" "charactermaximumlength" => string(5) "65535" "columnname" => string(7) "content" "columndefault" => NULL "datatype" => string(4) "text" "isnullable" => bool TRUE "ordinalposition" => integer 6 "collationname" => string(15) "utf8generalci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "scontent" => array(12) ( "type" => string(6) "string" "charactermaximumlength" => string(5) "65535" "columnname" => string(9) "scontent" "columndefault" => NULL "datatype" => string(4) "text" "isnullable" => bool TRUE "ordinalposition" => integer 7 "collationname" => string(15) "utf8generalci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "columnname" => string(8) "position" "columndefault" => NULL "datatype" => string(3) "int" "isnullable" => bool TRUE "ordinalposition" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tourid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "columnname" => string(7) "tourid" "columndefault" => NULL "datatype" => string(3) "int" "isnullable" => bool TRUE "ordinalposition" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tourdate" => array(10) ( "type" => string(6) "string" "columnname" => string(9) "tourdate" "columndefault" => NULL "datatype" => string(4) "date" "isnullable" => bool TRUE "ordinalposition" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected updatedcolumn => NULL protected createdcolumn => NULL protected serializecolumns => array(0) protected primarykey => string(2) "id" protected primarykeyvalue => NULL protected tablenamesplural => bool TRUE protected reloadonwakeup => bool TRUE protected db => object Database_MySQLi(6)
"id" => NULL "name" => NULL "url" => NULL "image" => NULL "active" => NULL "content" => NULL "scontent" => NULL "position" => NULL "tourid" => NULL "tourdate" => NULL "stitle" => NULL "slide" => object DatabaseMySQLiResult(7){ protected connectionid => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "" public lastquery => string(546) "SELECT *, tours.name AS toursname, discount.id AS id, discount.name AS name, discount.url AS url, disc …" protected instance => string(7) "default" protected connection => object mysqli(19)
protected config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278marstravelby" "persistent" => bool FALSE ) "tableprefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }`{ protected internalrow => integer 0 protected query => string(271) "SELECT slide.id AS id, slide.name AS name, slide.content AS content, slide.image AS image, slide.posi …" protected result => object mysqliresult(5)
"countslide" => integer 10 "leftbanner" => array(0) "discounttour" => object ModelDiscount(40){ public currentfield => NULL public fieldcount => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected totalrows => integer 10 protected currentrow => integer 0 protected asobject => string(11) "ModelSlide" protected objectparams => NULL }{ protected tablename => string(9) "discounts" protected gridcolumns => array(4) ( "name" => NULL "active" => string(4) "bool" "position" => NULL "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "routestr" => string(28) "admin-discount:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) ) protected formfields => array(0) protected gridoptions => array(0) private hasmanytosave => array(0) protected renderoptions => array(0) protected pdo => NULL protected hasone => array(0) protected belongsto => array(0) protected hasmany => array(0) protected loadwith => array(0) protected validation => NULL protected object => array(10) ( "id" => NULL "name" => NULL "url" => NULL "image" => NULL "active" => NULL "content" => NULL "scontent" => NULL "position" => NULL "tourid" => NULL "tourdate" => NULL ) protected changed => array(0) protected originalvalues => array(0) protected related => array(0) protected valid => bool FALSE protected loaded => bool FALSE protected saved => bool FALSE protected sorting => NULL protected foreignkeysuffix => string(3) "id" protected objectname => string(8) "discount" protected objectplural => string(9) "discounts" protected tablecolumns => array(10) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "columnname" => string(2) "id" "columndefault" => NULL "datatype" => string(3) "int" "isnullable" => bool FALSE "ordinalposition" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "autoincrement" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "columnname" => string(4) "name" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool TRUE "ordinalposition" => integer 2 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8generalci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "columnname" => string(3) "url" "columndefault" => NULL "datatype" => string(7) "varchar" "isnullable" => bool TRUE "ordinalposition" => integer 3 "charactermaximumlength" => string(3) "255" "collationname" => string(15) "utf8generalci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "charactermaximumlength" => string(5) "65535" "columnname" => string(5) "image" "columndefault" => NULL "datatype" => string(4) "text" "isnullable" => bool TRUE "ordinalposition" => integer 4 "collationname" => string(15) "utf8generalci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "columnname" => string(6) "active" "columndefault" => NULL "datatype" => string(7) "tinyint" "isnullable" => bool TRUE "ordinalposition" => integer 5 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content" => array(12) ( "type" => string(6) "string" "charactermaximumlength" => string(5) "65535" "columnname" => string(7) "content" "columndefault" => NULL "datatype" => string(4) "text" "isnullable" => bool TRUE "ordinalposition" => integer 6 "collationname" => string(15) "utf8generalci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "scontent" => array(12) ( "type" => string(6) "string" "charactermaximumlength" => string(5) "65535" "columnname" => string(9) "scontent" "columndefault" => NULL "datatype" => string(4) "text" "isnullable" => bool TRUE "ordinalposition" => integer 7 "collationname" => string(15) "utf8generalci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "columnname" => string(8) "position" "columndefault" => NULL "datatype" => string(3) "int" "isnullable" => bool TRUE "ordinalposition" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tourid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "columnname" => string(7) "tourid" "columndefault" => NULL "datatype" => string(3) "int" "isnullable" => bool TRUE "ordinalposition" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tourdate" => array(10) ( "type" => string(6) "string" "columnname" => string(9) "tourdate" "columndefault" => NULL "datatype" => string(4) "date" "isnullable" => bool TRUE "ordinalposition" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected updatedcolumn => NULL protected createdcolumn => NULL protected serializecolumns => array(0) protected primarykey => string(2) "id" protected primarykeyvalue => NULL protected tablenamesplural => bool TRUE protected reloadonwakeup => bool TRUE protected db => object Database_MySQLi(6)
- [SYSPATH/classes/Kohana/View.php [ 228 ]](#error5936e275f11easource7)» ExtasyView->render()223 / 224 public function _toString() 225 { 226 try 227 { 228 return $this->render(); 229 } 230 catch (Exception $e) 231 { 232 / 233 Display the exception message.
- [MODPATH/ariol/classes/Extasy/Controller.php [ 66 ]](#error5936e275f11easource8)» KohanaView->toString()61 62 public function after() 63 { 64 $this->template->setfilename(mbstrtolower($this->view)); 65 66 $response = (string) $this->template; 67 68 $this->response->body($response); 69 } 70 71 public function back($default_route)
protected config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278marstravelby" "persistent" => bool FALSE ) "tableprefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected requestedwith => NULL protected method => string(3) "GET" protected protocol => string(8) "HTTP/1.1" protected secure => bool FALSE protected referrer => NULL protected route => object Route(6)
public response => object Response(5){ private name => string(18) "site-discount-item" protected filters => array(0) protected uri => string(14) "discount/" protected regex => array(0) protected defaults => array(3) ( "directory" => string(4) "site" "controller" => string(8) "discount" "action" => string(4) "item" ) protected route_regex => string(36) "#^discount/(?P[^/.,;?\n]++)$#uD" }
protected body => NULL protected directory => string(4) "Site" protected controller => string(8) "Discount" protected action => string(4) "item" protected uri => string(31) "discount/den-leta-v-mars-trevel" protected external => bool FALSE protected params => array(1) ( "url" => string(22) "den-leta-v-mars-trevel" ) protected get => array(0) protected post => array(0) protected cookies => array(1) ( "session" => NULL ) protected client => object RequestClientInternal(9){ protected previousenvironment => NULL protected cache => NULL protected follow => bool FALSE protected followheaders => array(1) ( 0 => string(13) "Authorization" ) protected strictredirect => bool TRUE protected headercallbacks => array(1) ( "Location" => string(34) "RequestClient::onheaderlocation" ) protected maxcallbackdepth => integer 5 protected callbackdepth => integer 1 protected callback_params => array(0) }
- [SYSPATH/classes/Kohana/Request/Client.php [ 114 ]](#error5936e275f11easource12)» KohanaRequestClientInternal->executerequest(arguments)0
protected body => string(0) "" protected cookies => array(0) protected protocol => string(8) "HTTP/1.1" }109 $origresponse = $response = Response::factory(array('protocol' => $request->protocol())); 110 111 if (($cache = $this->cache()) instanceof HTTPCache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->executerequest($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->headercallbacks() as $header => $callback) 118 { 119 if ($response->headers($header))
}981 throw new RequestException('Unable to execute :uri without a KohanaRequestClient', array( 982 ':uri' => $this->uri, 983 )); 984 } 985 986 return $this->_client->execute($this); 987 } 988 989 / 990 Returns whether this request is the initial request Kohana received. 991 Can be used to test for sub requests.
- [DOCROOT/index.php [ 140 ]](#error5936e275f11easource14)» KohanaRequest->execute()135 /* 136 Execute the main request. A source of the URI can be passed, eg: $SERVER['PATHINFO']. 137 If no source is specified, the URI will be automatically detected. 138 / 139 echo Request::factory(TRUE, array(), FALSE) 140 ->execute() 141 ->sendheaders(TRUE) 142 ->body(); 143 }
MODPATH/orm/classes/Kohana/ORM.php [ 687 ]
682 
683 return $model->where($col, '=', $val);
684 }
685 else
686 {
687 throw new Kohana_Exception('The :property property does not exist in the :class class',
688 array(':property' => $column, ':class' => get_class($this)));
689 }
690 }
691 
692 /**
  • MODPATH/orm/classes/Kohana/ORM.php [ 603 ]» Kohana_ORM->get(arguments)0string(10) "tours_name"598 * @param string $column Column name 599 * @return mixed 600 */ 601 public function __get($column) 602 { 603 return $this->get($column); 604 } 605 606 /** 607 * Handles getting of column 608 * Override this method to add custom get behavior
  • MODPATH/ariol/classes/Extasy/Orm.php [ 238 ]» Kohana_ORM->__get(arguments)0string(10) "tours_name"233 if(isset($this->_has_many_to_save[$key])) 234 { 235 return $this->_has_many_to_save[$key]; 236 } 237 } 238 return parent::__get($key); 239 } 240 241 public function __set($key, $value) 242 { 243 if(array_key_exists($key, $this->_has_many))
  • MODPATH/ariol/classes/Extasy/Orm.php [ 382 ]» Extasy_Orm->__get(arguments)0string(10) "tours_name"377 return Arr::path($this->_render_options, $key.'.'.$value, $value); 378 } 379 380 public function offsetGet($offset) 381 { 382 return $this->__get($offset); 383 } 384 385 public function offsetSet($offset, $value) 386 { 387 return $this->__set($offset, $value);
  • APPPATH/views/site/discount/item.php [ 11 ]» Extasy_Orm->offsetGet(arguments)0string(10) "tours_name"6
7
8
9
10
11

Тур:

12

Дата вылета:

13

14
15
16
  • SYSPATH/classes/Kohana/View.php [ 61 ]» include(arguments)0string(75) "/home/user1212278/www/turskazka.by/application/views/site/discount/item.php"56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean();
  • SYSPATH/classes/Kohana/View.php [ 348 ]» Kohana_View::capture(arguments)0string(75) "/home/user1212278/www/turskazka.by/application/views/site/discount/item.php"1array(19) ( "return_location" => NULL "partner" => array(24) ( 0 => object Model_Partner(40){ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "69" "name" => string(121) "Автоцентра «Атлант-М Боровая» - Официального дилера Ford в Беларуси" "image" => string(39) "/files/partner/69/лого_итог.png" "active" => string(1) "1" "link" => string(22) "http://www.borovaya.by" "background" => string(58) "/files/partner/69/Фон сертификат_форд.jpg" "site_show" => string(1) "1" "position" => string(1) "1" "manager_id" => string(2) "16" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "69" "name" => string(121) "Автоцентра «Атлант-М Боровая» - Официального дилера Ford в Беларуси" "image" => string(39) "/files/partner/69/лого_итог.png" "active" => string(1) "1" "link" => string(22) "http://www.borovaya.by" "background" => string(58) "/files/partner/69/Фон сертификат_форд.jpg" "site_show" => string(1) "1" "position" => string(1) "1" "manager_id" => string(2) "16" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "69" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)1 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "48" "name" => string(124) "Компания «Атлант-М Холпи» - официальный дистрибьютор Mazda в Беларуси." "image" => string(55) "/files/partner/48/mazda_vertical_color итог (2).png" "active" => string(1) "1" "link" => string(20) "http://www.mazda.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "2" "manager_id" => string(2) "18" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "48" "name" => string(124) "Компания «Атлант-М Холпи» - официальный дистрибьютор Mazda в Беларуси." "image" => string(55) "/files/partner/48/mazda_vertical_color итог (2).png" "active" => string(1) "1" "link" => string(20) "http://www.mazda.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "2" "manager_id" => string(2) "18" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "48" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)2 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "73" "name" => string(54) "Сети фирменных магазинов BASCONI" "image" => string(40) "/files/partner/73/logo_basconi_black.png" "active" => string(1) "1" "link" => string(18) "http://basconi.com" "background" => string(42) "/files/partner/73/Фон_АК_ИТОГ.jpg" "site_show" => string(1) "1" "position" => string(1) "3" "manager_id" => string(1) "9" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "73" "name" => string(54) "Сети фирменных магазинов BASCONI" "image" => string(40) "/files/partner/73/logo_basconi_black.png" "active" => string(1) "1" "link" => string(18) "http://basconi.com" "background" => string(42) "/files/partner/73/Фон_АК_ИТОГ.jpg" "site_show" => string(1) "1" "position" => string(1) "3" "manager_id" => string(1) "9" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "73" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)3 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "76" "name" => string(57) "Центра интерьерных решений Domani" "image" => string(53) "/files/partner/76/Domani_logo_horizontal_ИТОГ.png" "active" => string(1) "1" "link" => string(17) "http://domani.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "4" "manager_id" => string(2) "10" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "76" "name" => string(57) "Центра интерьерных решений Domani" "image" => string(53) "/files/partner/76/Domani_logo_horizontal_ИТОГ.png" "active" => string(1) "1" "link" => string(17) "http://domani.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "4" "manager_id" => string(2) "10" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "76" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)4 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "56" "name" => string(63) "Сети ювелирных магазинов «7 Карат»" "image" => string(41) "/files/partner/56/логго итог.png" "active" => string(1) "1" "link" => string(17) "http://7karat.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "5" "manager_id" => string(2) "15" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "56" "name" => string(63) "Сети ювелирных магазинов «7 Карат»" "image" => string(41) "/files/partner/56/логго итог.png" "active" => string(1) "1" "link" => string(17) "http://7karat.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "5" "manager_id" => string(2) "15" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "56" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)5 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "80" "name" => string(29) "СВЯЗНОЙ ЛОГОТИП" "image" => string(64) "/files/partner/80/логотип Связной_итог (1).png" "active" => string(1) "1" "link" => string(24) "https://www.svyaznoy.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "6" "manager_id" => string(2) "15" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "80" "name" => string(29) "СВЯЗНОЙ ЛОГОТИП" "image" => string(64) "/files/partner/80/логотип Связной_итог (1).png" "active" => string(1) "1" "link" => string(24) "https://www.svyaznoy.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "6" "manager_id" => string(2) "15" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "80" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)6 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "71" "name" => string(55) "Сети салонов красоты "Марсель"" "image" => string(45) "/files/partner/71/Логотип_Итог.png" "active" => string(1) "1" "link" => string(17) "http://marsel.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "7" "manager_id" => string(2) "10" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "71" "name" => string(55) "Сети салонов красоты "Марсель"" "image" => string(45) "/files/partner/71/Логотип_Итог.png" "active" => string(1) "1" "link" => string(17) "http://marsel.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "7" "manager_id" => string(2) "10" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "71" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)7 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "74" "name" => string(68) "Сети салонов итальянской мебели "VERONA"" "image" => string(39) "/files/partner/74/Logo_итог (1).png" "active" => string(1) "1" "link" => string(13) "www.verona.by" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "8" "manager_id" => string(1) "9" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "74" "name" => string(68) "Сети салонов итальянской мебели "VERONA"" "image" => string(39) "/files/partner/74/Logo_итог (1).png" "active" => string(1) "1" "link" => string(13) "www.verona.by" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "8" "manager_id" => string(1) "9" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "74" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)8 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "72" "name" => string(36) "ЧУП "Активный отдых"" "image" => string(40) "/files/partner/72/activzona_итог.png" "active" => string(1) "1" "link" => string(24) "http://www.activzona.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "9" "manager_id" => string(2) "10" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "72" "name" => string(36) "ЧУП "Активный отдых"" "image" => string(40) "/files/partner/72/activzona_итог.png" "active" => string(1) "1" "link" => string(24) "http://www.activzona.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "9" "manager_id" => string(2) "10" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "72" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)9 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "64" "name" => string(75) "Салона светильников «Австрийский свет»" "image" => string(57) "/files/partner/64/Австрийский свет (1).png" "active" => string(1) "1" "link" => string(20) "http://www.asvet.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "10" "manager_id" => string(2) "16" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "64" "name" => string(75) "Салона светильников «Австрийский свет»" "image" => string(57) "/files/partner/64/Австрийский свет (1).png" "active" => string(1) "1" "link" => string(20) "http://www.asvet.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "10" "manager_id" => string(2) "16" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "64" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)10 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "49" "name" => string(48) "Салона светильников "MASSIVE"" "image" => string(67) "/files/partner/49/массив на сертификат пнг.png" "active" => string(1) "1" "link" => string(22) "http://www.massive.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "11" "manager_id" => string(1) "9" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "49" "name" => string(48) "Салона светильников "MASSIVE"" "image" => string(67) "/files/partner/49/массив на сертификат пнг.png" "active" => string(1) "1" "link" => string(22) "http://www.massive.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "11" "manager_id" => string(1) "9" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "49" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)11 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "65" "name" => string(77) "Студии плитки и сантехники "Роял Керамика"" "image" => string(49) "/files/partner/65/LOGO_ROYALCERAMICA_итог.png" "active" => string(1) "1" "link" => string(28) "http://www.royalceramica.by/" "background" => string(62) "/files/partner/65/Сертификат фон итог (3).jpg" "site_show" => string(1) "1" "position" => string(2) "12" "manager_id" => string(2) "16" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "65" "name" => string(77) "Студии плитки и сантехники "Роял Керамика"" "image" => string(49) "/files/partner/65/LOGO_ROYALCERAMICA_итог.png" "active" => string(1) "1" "link" => string(28) "http://www.royalceramica.by/" "background" => string(62) "/files/partner/65/Сертификат фон итог (3).jpg" "site_show" => string(1) "1" "position" => string(2) "12" "manager_id" => string(2) "16" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "65" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)12 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "51" "name" => string(50) "ООО "СТ-Юнион" ТМ ОкнаСервис" "image" => string(51) "/files/partner/51/Logo_oknaservice итог (1).png" "active" => string(1) "1" "link" => string(22) "http://oknaservice.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "13" "manager_id" => string(2) "22" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "51" "name" => string(50) "ООО "СТ-Юнион" ТМ ОкнаСервис" "image" => string(51) "/files/partner/51/Logo_oknaservice итог (1).png" "active" => string(1) "1" "link" => string(22) "http://oknaservice.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "13" "manager_id" => string(2) "22" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "51" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)13 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "60" "name" => string(48) "Салона свадебной моды Papilio" "image" => string(42) "/files/partner/60/Papilio итог (1).png" "active" => string(1) "1" "link" => string(24) "http://minsk.papilio.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "14" "manager_id" => string(2) "21" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "60" "name" => string(48) "Салона свадебной моды Papilio" "image" => string(42) "/files/partner/60/Papilio итог (1).png" "active" => string(1) "1" "link" => string(24) "http://minsk.papilio.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "14" "manager_id" => string(2) "21" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "60" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)14 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "39" "name" => string(60) "ООО "Светопрозрачные технологии"" "image" => string(36) "/files/partner/39/oknaservis (1).jpg" "active" => string(1) "1" "link" => string(17) "http://st-pro.by/" "background" => string(49) "/files/partner/39/Сертификат фон.jpg" "site_show" => string(1) "1" "position" => string(2) "15" "manager_id" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "39" "name" => string(60) "ООО "Светопрозрачные технологии"" "image" => string(36) "/files/partner/39/oknaservis (1).jpg" "active" => string(1) "1" "link" => string(17) "http://st-pro.by/" "background" => string(49) "/files/partner/39/Сертификат фон.jpg" "site_show" => string(1) "1" "position" => string(2) "15" "manager_id" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "39" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)15 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(1) "7" "name" => string(46) "Мебельная фабрика "Мария"" "image" => string(53) "/files/partner/7/31fbc263114cc421fd4cd89477fa58a8.jpg" "active" => string(1) "1" "link" => string(12) "www.marya.ru" "background" => string(53) "/files/partner/7/8b25a15520af9fb606084776b9ed2e06.jpg" "site_show" => string(1) "1" "position" => string(2) "16" "manager_id" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(1) "7" "name" => string(46) "Мебельная фабрика "Мария"" "image" => string(53) "/files/partner/7/31fbc263114cc421fd4cd89477fa58a8.jpg" "active" => string(1) "1" "link" => string(12) "www.marya.ru" "background" => string(53) "/files/partner/7/8b25a15520af9fb606084776b9ed2e06.jpg" "site_show" => string(1) "1" "position" => string(2) "16" "manager_id" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "7" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)16 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "77" "name" => string(67) "Сети магазинов подарков "Экспедиция"" "image" => string(45) "/files/partner/77/логотип_итог.png" "active" => string(1) "1" "link" => string(18) "www.e-xpedition.by" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "17" "manager_id" => string(2) "17" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "77" "name" => string(67) "Сети магазинов подарков "Экспедиция"" "image" => string(45) "/files/partner/77/логотип_итог.png" "active" => string(1) "1" "link" => string(18) "www.e-xpedition.by" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "17" "manager_id" => string(2) "17" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "77" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)17 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "46" "name" => string(27) "ООО «Тикетпро»" "image" => string(48) "/files/partner/46/ticketpro_by на сайт.png" "active" => string(1) "1" "link" => string(43) "http://www.ticketpro.by/jnp/home/index.html" "background" => string(54) "/files/partner/46/Сертификат фон (10).jpg" "site_show" => string(1) "1" "position" => string(2) "18" "manager_id" => string(2) "21" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "46" "name" => string(27) "ООО «Тикетпро»" "image" => string(48) "/files/partner/46/ticketpro_by на сайт.png" "active" => string(1) "1" "link" => string(43) "http://www.ticketpro.by/jnp/home/index.html" "background" => string(54) "/files/partner/46/Сертификат фон (10).jpg" "site_show" => string(1) "1" "position" => string(2) "18" "manager_id" => string(2) "21" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "46" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)18 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "59" "name" => string(40) "Интернет-магазина 24shop" "image" => string(52) "/files/partner/59/лого на сказку (1).png" "active" => string(1) "1" "link" => string(17) "http://24shop.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "19" "manager_id" => string(2) "15" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "59" "name" => string(40) "Интернет-магазина 24shop" "image" => string(52) "/files/partner/59/лого на сказку (1).png" "active" => string(1) "1" "link" => string(17) "http://24shop.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "19" "manager_id" => string(2) "15" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "59" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)19 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "82" "name" => string(23) "Бренда LEORGOFMAN" "image" => string(50) "/files/partner/82/leor logo black_итог (1).png" "active" => string(1) "1" "link" => string(22) "http://leorgofman.com/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "20" "manager_id" => string(2) "24" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "82" "name" => string(23) "Бренда LEORGOFMAN" "image" => string(50) "/files/partner/82/leor logo black_итог (1).png" "active" => string(1) "1" "link" => string(22) "http://leorgofman.com/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "20" "manager_id" => string(2) "24" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "82" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)20 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "84" "name" => string(63) "Магазина натуральной косметики MBio" "image" => string(45) "/files/partner/84/лого 2_итог (2).png" "active" => string(1) "1" "link" => string(11) "www.mbio.by" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "21" "manager_id" => string(2) "24" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "84" "name" => string(63) "Магазина натуральной косметики MBio" "image" => string(45) "/files/partner/84/лого 2_итог (2).png" "active" => string(1) "1" "link" => string(11) "www.mbio.by" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "21" "manager_id" => string(2) "24" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "84" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)21 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "47" "name" => string(41) "Свадебный салон "La Festa"" "image" => string(47) "/files/partner/47/lafesta logo итог (1).png" "active" => string(1) "1" "link" => string(18) "http://lafesta.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "22" "manager_id" => string(2) "24" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "47" "name" => string(41) "Свадебный салон "La Festa"" "image" => string(47) "/files/partner/47/lafesta logo итог (1).png" "active" => string(1) "1" "link" => string(18) "http://lafesta.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "22" "manager_id" => string(2) "24" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "47" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)22 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "83" "name" => string(54) "Сети салонов нижнего белья Vual" "image" => string(38) "/files/partner/83/лого 85 пх.png" "active" => string(1) "1" "link" => string(15) "http://vual.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "23" "manager_id" => string(2) "24" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "83" "name" => string(54) "Сети салонов нижнего белья Vual" "image" => string(38) "/files/partner/83/лого 85 пх.png" "active" => string(1) "1" "link" => string(15) "http://vual.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "23" "manager_id" => string(2) "24" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "83" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)23 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "43" "name" => string(20) "Belarus Design Award" "image" => string(47) "/files/partner/43/design award итог (1).png" "active" => string(1) "1" "link" => string(23) "http://design-award.by/" "background" => string(53) "/files/partner/43/Сертификат фон (3).jpg" "site_show" => string(1) "1" "position" => string(2) "24" "manager_id" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "43" "name" => string(20) "Belarus Design Award" "image" => string(47) "/files/partner/43/design award итог (1).png" "active" => string(1) "1" "link" => string(23) "http://design-award.by/" "background" => string(53) "/files/partner/43/Сертификат фон (3).jpg" "site_show" => string(1) "1" "position" => string(2) "24" "manager_id" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "43" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)) "top_banner" => array(0) "model" => object Model_Discount(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(9) "discounts" protected _grid_columns => array(4) ( "name" => NULL "active" => string(4) "bool" "position" => NULL "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(28) "admin-discount:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(10) ( "id" => NULL "name" => NULL "url" => NULL "image" => NULL "active" => NULL "content" => NULL "s_content" => NULL "position" => NULL "tour_id" => NULL "tour_date" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "discount" protected _object_plural => string(9) "discounts" protected _table_columns => array(10) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "content" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "s_content" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "s_content" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "tour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tour_date" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "tour_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)"id" => NULL "name" => NULL "url" => NULL "image" => NULL "active" => NULL "content" => NULL "s_content" => NULL "position" => NULL "tour_id" => NULL "tour_date" => NULL "s_title" => NULL "slide" => object Database_MySQLi_Result(7){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(8) "discount" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _internal_row => integer 0 protected _query => string(271) "SELECT `slide`.`id` AS `id`, `slide`.`name` AS `name`, `slide`.`content` AS `content`, `slide`.`image` AS `image`, `slide`.`posi …" protected _result => object mysqli_result(5)"count_slide" => integer 10 "left_banner" => array(0) "discount_tour" => object Model_Discount(40){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 10 protected _current_row => integer 0 protected _as_object => string(11) "Model_Slide" protected _object_params => NULL }{ protected _table_name => string(9) "discounts" protected _grid_columns => array(4) ( "name" => NULL "active" => string(4) "bool" "position" => NULL "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(28) "admin-discount:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(10) ( "id" => NULL "name" => NULL "url" => NULL "image" => NULL "active" => NULL "content" => NULL "s_content" => NULL "position" => NULL "tour_id" => NULL "tour_date" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "discount" protected _object_plural => string(9) "discounts" protected _table_columns => array(10) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "content" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "s_content" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "s_content" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "tour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tour_date" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "tour_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(8) "discount" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 }
  • MODPATH/ariol/classes/Extasy/View.php [ 27 ]» Kohana_View->render(arguments)0NULL22 { 23 return parent::render($file); 24 } 25 else 26 { 27 $this->content = parent::render($file); 28 return parent::render($this->_layout); 29 } 30 } 31 32 public function set_filename($file)
  • SYSPATH/classes/Kohana/View.php [ 228 ]» Extasy_View->render()223 */ 224 public function __toString() 225 { 226 try 227 { 228 return $this->render(); 229 } 230 catch (Exception $e) 231 { 232 /** 233 * Display the exception message.
  • MODPATH/ariol/classes/Extasy/Controller.php [ 66 ]» Kohana_View->__toString()61 62 public function after() 63 { 64 $this->template->set_filename(mb_strtolower($this->_view)); 65 66 $response = (string) $this->template; 67 68 $this->response->body($response); 69 } 70 71 public function back($default_route)
  • SYSPATH/classes/Kohana/Controller.php [ 87 ]» Extasy_Controller->after()82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response 90 return $this->response; 91 } 92
  • {PHP internal call} » Kohana_Controller->execute()
  • SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ]» ReflectionMethod->invoke(arguments)0object Controller_Site_Discount(8){ private _items_on_page => NULL private _object_name => string(8) "Discount" protected _model => object Model_Discount(40){ protected _table_name => string(9) "discounts" protected _grid_columns => array(4) ( "name" => NULL "active" => string(4) "bool" "position" => NULL "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(28) "admin-discount:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(10) ( "id" => NULL "name" => NULL "url" => NULL "image" => NULL "active" => NULL "content" => NULL "s_content" => NULL "position" => NULL "tour_id" => NULL "tour_date" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "discount" protected _object_plural => string(9) "discounts" protected _table_columns => array(10) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "content" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "s_content" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "s_content" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "tour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tour_date" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "tour_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)protected template => object View(3){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(8) "discount" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ private _layout => string(18) "layout/site/global" protected _file => string(75) "/home/user1212278/www/turskazka.by/application/views/site/discount/item.php" protected _data => array(19) ( "return_location" => NULL "partner" => array(24) ( 0 => object Model_Partner(40)private _view => string(4) "item" private _return_location => NULL public request => object Request(19){ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "69" "name" => string(121) "Автоцентра «Атлант-М Боровая» - Официального дилера Ford в Беларуси" "image" => string(39) "/files/partner/69/лого_итог.png" "active" => string(1) "1" "link" => string(22) "http://www.borovaya.by" "background" => string(58) "/files/partner/69/Фон сертификат_форд.jpg" "site_show" => string(1) "1" "position" => string(1) "1" "manager_id" => string(2) "16" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "69" "name" => string(121) "Автоцентра «Атлант-М Боровая» - Официального дилера Ford в Беларуси" "image" => string(39) "/files/partner/69/лого_итог.png" "active" => string(1) "1" "link" => string(22) "http://www.borovaya.by" "background" => string(58) "/files/partner/69/Фон сертификат_форд.jpg" "site_show" => string(1) "1" "position" => string(1) "1" "manager_id" => string(2) "16" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "69" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)1 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "48" "name" => string(124) "Компания «Атлант-М Холпи» - официальный дистрибьютор Mazda в Беларуси." "image" => string(55) "/files/partner/48/mazda_vertical_color итог (2).png" "active" => string(1) "1" "link" => string(20) "http://www.mazda.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "2" "manager_id" => string(2) "18" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "48" "name" => string(124) "Компания «Атлант-М Холпи» - официальный дистрибьютор Mazda в Беларуси." "image" => string(55) "/files/partner/48/mazda_vertical_color итог (2).png" "active" => string(1) "1" "link" => string(20) "http://www.mazda.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "2" "manager_id" => string(2) "18" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "48" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)2 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "73" "name" => string(54) "Сети фирменных магазинов BASCONI" "image" => string(40) "/files/partner/73/logo_basconi_black.png" "active" => string(1) "1" "link" => string(18) "http://basconi.com" "background" => string(42) "/files/partner/73/Фон_АК_ИТОГ.jpg" "site_show" => string(1) "1" "position" => string(1) "3" "manager_id" => string(1) "9" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "73" "name" => string(54) "Сети фирменных магазинов BASCONI" "image" => string(40) "/files/partner/73/logo_basconi_black.png" "active" => string(1) "1" "link" => string(18) "http://basconi.com" "background" => string(42) "/files/partner/73/Фон_АК_ИТОГ.jpg" "site_show" => string(1) "1" "position" => string(1) "3" "manager_id" => string(1) "9" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "73" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)3 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "76" "name" => string(57) "Центра интерьерных решений Domani" "image" => string(53) "/files/partner/76/Domani_logo_horizontal_ИТОГ.png" "active" => string(1) "1" "link" => string(17) "http://domani.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "4" "manager_id" => string(2) "10" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "76" "name" => string(57) "Центра интерьерных решений Domani" "image" => string(53) "/files/partner/76/Domani_logo_horizontal_ИТОГ.png" "active" => string(1) "1" "link" => string(17) "http://domani.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "4" "manager_id" => string(2) "10" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "76" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)4 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "56" "name" => string(63) "Сети ювелирных магазинов «7 Карат»" "image" => string(41) "/files/partner/56/логго итог.png" "active" => string(1) "1" "link" => string(17) "http://7karat.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "5" "manager_id" => string(2) "15" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "56" "name" => string(63) "Сети ювелирных магазинов «7 Карат»" "image" => string(41) "/files/partner/56/логго итог.png" "active" => string(1) "1" "link" => string(17) "http://7karat.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "5" "manager_id" => string(2) "15" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "56" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)5 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "80" "name" => string(29) "СВЯЗНОЙ ЛОГОТИП" "image" => string(64) "/files/partner/80/логотип Связной_итог (1).png" "active" => string(1) "1" "link" => string(24) "https://www.svyaznoy.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "6" "manager_id" => string(2) "15" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "80" "name" => string(29) "СВЯЗНОЙ ЛОГОТИП" "image" => string(64) "/files/partner/80/логотип Связной_итог (1).png" "active" => string(1) "1" "link" => string(24) "https://www.svyaznoy.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "6" "manager_id" => string(2) "15" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "80" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)6 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "71" "name" => string(55) "Сети салонов красоты "Марсель"" "image" => string(45) "/files/partner/71/Логотип_Итог.png" "active" => string(1) "1" "link" => string(17) "http://marsel.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "7" "manager_id" => string(2) "10" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "71" "name" => string(55) "Сети салонов красоты "Марсель"" "image" => string(45) "/files/partner/71/Логотип_Итог.png" "active" => string(1) "1" "link" => string(17) "http://marsel.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "7" "manager_id" => string(2) "10" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "71" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)7 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "74" "name" => string(68) "Сети салонов итальянской мебели "VERONA"" "image" => string(39) "/files/partner/74/Logo_итог (1).png" "active" => string(1) "1" "link" => string(13) "www.verona.by" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "8" "manager_id" => string(1) "9" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "74" "name" => string(68) "Сети салонов итальянской мебели "VERONA"" "image" => string(39) "/files/partner/74/Logo_итог (1).png" "active" => string(1) "1" "link" => string(13) "www.verona.by" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "8" "manager_id" => string(1) "9" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "74" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)8 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "72" "name" => string(36) "ЧУП "Активный отдых"" "image" => string(40) "/files/partner/72/activzona_итог.png" "active" => string(1) "1" "link" => string(24) "http://www.activzona.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "9" "manager_id" => string(2) "10" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "72" "name" => string(36) "ЧУП "Активный отдых"" "image" => string(40) "/files/partner/72/activzona_итог.png" "active" => string(1) "1" "link" => string(24) "http://www.activzona.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(1) "9" "manager_id" => string(2) "10" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "72" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)9 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "64" "name" => string(75) "Салона светильников «Австрийский свет»" "image" => string(57) "/files/partner/64/Австрийский свет (1).png" "active" => string(1) "1" "link" => string(20) "http://www.asvet.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "10" "manager_id" => string(2) "16" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "64" "name" => string(75) "Салона светильников «Австрийский свет»" "image" => string(57) "/files/partner/64/Австрийский свет (1).png" "active" => string(1) "1" "link" => string(20) "http://www.asvet.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "10" "manager_id" => string(2) "16" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "64" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)10 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "49" "name" => string(48) "Салона светильников "MASSIVE"" "image" => string(67) "/files/partner/49/массив на сертификат пнг.png" "active" => string(1) "1" "link" => string(22) "http://www.massive.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "11" "manager_id" => string(1) "9" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "49" "name" => string(48) "Салона светильников "MASSIVE"" "image" => string(67) "/files/partner/49/массив на сертификат пнг.png" "active" => string(1) "1" "link" => string(22) "http://www.massive.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "11" "manager_id" => string(1) "9" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "49" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)11 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "65" "name" => string(77) "Студии плитки и сантехники "Роял Керамика"" "image" => string(49) "/files/partner/65/LOGO_ROYALCERAMICA_итог.png" "active" => string(1) "1" "link" => string(28) "http://www.royalceramica.by/" "background" => string(62) "/files/partner/65/Сертификат фон итог (3).jpg" "site_show" => string(1) "1" "position" => string(2) "12" "manager_id" => string(2) "16" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "65" "name" => string(77) "Студии плитки и сантехники "Роял Керамика"" "image" => string(49) "/files/partner/65/LOGO_ROYALCERAMICA_итог.png" "active" => string(1) "1" "link" => string(28) "http://www.royalceramica.by/" "background" => string(62) "/files/partner/65/Сертификат фон итог (3).jpg" "site_show" => string(1) "1" "position" => string(2) "12" "manager_id" => string(2) "16" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "65" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)12 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "51" "name" => string(50) "ООО "СТ-Юнион" ТМ ОкнаСервис" "image" => string(51) "/files/partner/51/Logo_oknaservice итог (1).png" "active" => string(1) "1" "link" => string(22) "http://oknaservice.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "13" "manager_id" => string(2) "22" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "51" "name" => string(50) "ООО "СТ-Юнион" ТМ ОкнаСервис" "image" => string(51) "/files/partner/51/Logo_oknaservice итог (1).png" "active" => string(1) "1" "link" => string(22) "http://oknaservice.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "13" "manager_id" => string(2) "22" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "51" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)13 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "60" "name" => string(48) "Салона свадебной моды Papilio" "image" => string(42) "/files/partner/60/Papilio итог (1).png" "active" => string(1) "1" "link" => string(24) "http://minsk.papilio.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "14" "manager_id" => string(2) "21" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "60" "name" => string(48) "Салона свадебной моды Papilio" "image" => string(42) "/files/partner/60/Papilio итог (1).png" "active" => string(1) "1" "link" => string(24) "http://minsk.papilio.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "14" "manager_id" => string(2) "21" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "60" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)14 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "39" "name" => string(60) "ООО "Светопрозрачные технологии"" "image" => string(36) "/files/partner/39/oknaservis (1).jpg" "active" => string(1) "1" "link" => string(17) "http://st-pro.by/" "background" => string(49) "/files/partner/39/Сертификат фон.jpg" "site_show" => string(1) "1" "position" => string(2) "15" "manager_id" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "39" "name" => string(60) "ООО "Светопрозрачные технологии"" "image" => string(36) "/files/partner/39/oknaservis (1).jpg" "active" => string(1) "1" "link" => string(17) "http://st-pro.by/" "background" => string(49) "/files/partner/39/Сертификат фон.jpg" "site_show" => string(1) "1" "position" => string(2) "15" "manager_id" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "39" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)15 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(1) "7" "name" => string(46) "Мебельная фабрика "Мария"" "image" => string(53) "/files/partner/7/31fbc263114cc421fd4cd89477fa58a8.jpg" "active" => string(1) "1" "link" => string(12) "www.marya.ru" "background" => string(53) "/files/partner/7/8b25a15520af9fb606084776b9ed2e06.jpg" "site_show" => string(1) "1" "position" => string(2) "16" "manager_id" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(1) "7" "name" => string(46) "Мебельная фабрика "Мария"" "image" => string(53) "/files/partner/7/31fbc263114cc421fd4cd89477fa58a8.jpg" "active" => string(1) "1" "link" => string(12) "www.marya.ru" "background" => string(53) "/files/partner/7/8b25a15520af9fb606084776b9ed2e06.jpg" "site_show" => string(1) "1" "position" => string(2) "16" "manager_id" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "7" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)16 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "77" "name" => string(67) "Сети магазинов подарков "Экспедиция"" "image" => string(45) "/files/partner/77/логотип_итог.png" "active" => string(1) "1" "link" => string(18) "www.e-xpedition.by" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "17" "manager_id" => string(2) "17" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "77" "name" => string(67) "Сети магазинов подарков "Экспедиция"" "image" => string(45) "/files/partner/77/логотип_итог.png" "active" => string(1) "1" "link" => string(18) "www.e-xpedition.by" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "17" "manager_id" => string(2) "17" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "77" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)17 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "46" "name" => string(27) "ООО «Тикетпро»" "image" => string(48) "/files/partner/46/ticketpro_by на сайт.png" "active" => string(1) "1" "link" => string(43) "http://www.ticketpro.by/jnp/home/index.html" "background" => string(54) "/files/partner/46/Сертификат фон (10).jpg" "site_show" => string(1) "1" "position" => string(2) "18" "manager_id" => string(2) "21" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "46" "name" => string(27) "ООО «Тикетпро»" "image" => string(48) "/files/partner/46/ticketpro_by на сайт.png" "active" => string(1) "1" "link" => string(43) "http://www.ticketpro.by/jnp/home/index.html" "background" => string(54) "/files/partner/46/Сертификат фон (10).jpg" "site_show" => string(1) "1" "position" => string(2) "18" "manager_id" => string(2) "21" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "46" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)18 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "59" "name" => string(40) "Интернет-магазина 24shop" "image" => string(52) "/files/partner/59/лого на сказку (1).png" "active" => string(1) "1" "link" => string(17) "http://24shop.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "19" "manager_id" => string(2) "15" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "59" "name" => string(40) "Интернет-магазина 24shop" "image" => string(52) "/files/partner/59/лого на сказку (1).png" "active" => string(1) "1" "link" => string(17) "http://24shop.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "19" "manager_id" => string(2) "15" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "59" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)19 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "82" "name" => string(23) "Бренда LEORGOFMAN" "image" => string(50) "/files/partner/82/leor logo black_итог (1).png" "active" => string(1) "1" "link" => string(22) "http://leorgofman.com/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "20" "manager_id" => string(2) "24" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "82" "name" => string(23) "Бренда LEORGOFMAN" "image" => string(50) "/files/partner/82/leor logo black_итог (1).png" "active" => string(1) "1" "link" => string(22) "http://leorgofman.com/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "20" "manager_id" => string(2) "24" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "82" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)20 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "84" "name" => string(63) "Магазина натуральной косметики MBio" "image" => string(45) "/files/partner/84/лого 2_итог (2).png" "active" => string(1) "1" "link" => string(11) "www.mbio.by" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "21" "manager_id" => string(2) "24" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "84" "name" => string(63) "Магазина натуральной косметики MBio" "image" => string(45) "/files/partner/84/лого 2_итог (2).png" "active" => string(1) "1" "link" => string(11) "www.mbio.by" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "21" "manager_id" => string(2) "24" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "84" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)21 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "47" "name" => string(41) "Свадебный салон "La Festa"" "image" => string(47) "/files/partner/47/lafesta logo итог (1).png" "active" => string(1) "1" "link" => string(18) "http://lafesta.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "22" "manager_id" => string(2) "24" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "47" "name" => string(41) "Свадебный салон "La Festa"" "image" => string(47) "/files/partner/47/lafesta logo итог (1).png" "active" => string(1) "1" "link" => string(18) "http://lafesta.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "22" "manager_id" => string(2) "24" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "47" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)22 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "83" "name" => string(54) "Сети салонов нижнего белья Vual" "image" => string(38) "/files/partner/83/лого 85 пх.png" "active" => string(1) "1" "link" => string(15) "http://vual.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "23" "manager_id" => string(2) "24" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "83" "name" => string(54) "Сети салонов нижнего белья Vual" "image" => string(38) "/files/partner/83/лого 85 пх.png" "active" => string(1) "1" "link" => string(15) "http://vual.by/" "background" => string(0) "" "site_show" => string(1) "1" "position" => string(2) "23" "manager_id" => string(2) "24" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "83" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)23 => object Model_Partner(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(8) "partners" protected _grid_columns => array(6) ( "name" => array(3) ( "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(7) "${name}" ) "link" => NULL "site_show" => string(4) "bool" "active" => string(4) "bool" "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(27) "admin-partner:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) "delete" => array(7) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(29) "admin-partner:delete?id=${id}" "title" => string(29) "" "alternative" => string(14) "Удалить" "color" => string(3) "red" "confirm" => string(20) "Вы уверены?" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(2) "43" "name" => string(20) "Belarus Design Award" "image" => string(47) "/files/partner/43/design award итог (1).png" "active" => string(1) "1" "link" => string(23) "http://design-award.by/" "background" => string(53) "/files/partner/43/Сертификат фон (3).jpg" "site_show" => string(1) "1" "position" => string(2) "24" "manager_id" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(2) "43" "name" => string(20) "Belarus Design Award" "image" => string(47) "/files/partner/43/design award итог (1).png" "active" => string(1) "1" "link" => string(23) "http://design-award.by/" "background" => string(53) "/files/partner/43/Сертификат фон (3).jpg" "site_show" => string(1) "1" "position" => string(2) "24" "manager_id" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "partner" protected _object_plural => string(8) "partners" protected _table_columns => array(9) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "background" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "background" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "site_show" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "site_show" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manager_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "manager_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "43" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)) "top_banner" => array(0) "model" => object Model_Discount(40){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "partner" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _table_name => string(9) "discounts" protected _grid_columns => array(4) ( "name" => NULL "active" => string(4) "bool" "position" => NULL "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(28) "admin-discount:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(10) ( "id" => NULL "name" => NULL "url" => NULL "image" => NULL "active" => NULL "content" => NULL "s_content" => NULL "position" => NULL "tour_id" => NULL "tour_date" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "discount" protected _object_plural => string(9) "discounts" protected _table_columns => array(10) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "content" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "s_content" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "s_content" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "tour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tour_date" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "tour_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)"id" => NULL "name" => NULL "url" => NULL "image" => NULL "active" => NULL "content" => NULL "s_content" => NULL "position" => NULL "tour_id" => NULL "tour_date" => NULL "s_title" => NULL "slide" => object Database_MySQLi_Result(7){ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(8) "discount" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _internal_row => integer 0 protected _query => string(271) "SELECT `slide`.`id` AS `id`, `slide`.`name` AS `name`, `slide`.`content` AS `content`, `slide`.`image` AS `image`, `slide`.`posi …" protected _result => object mysqli_result(5)"count_slide" => integer 10 "left_banner" => array(0) "discount_tour" => object Model_Discount(40){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 10 protected _current_row => integer 0 protected _as_object => string(11) "Model_Slide" protected _object_params => NULL }{ protected _table_name => string(9) "discounts" protected _grid_columns => array(4) ( "name" => NULL "active" => string(4) "bool" "position" => NULL "edit" => array(6) ( "width" => string(2) "40" "type" => string(4) "link" "route_str" => string(28) "admin-discount:edit?id=${id}" "title" => string(26) "" "color" => string(5) "green" "alternative" => string(26) "Редактировать" ) ) protected _form_fields => array(0) protected _grid_options => array(0) private _has_many_to_save => array(0) protected _render_options => array(0) protected _pdo => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(10) ( "id" => NULL "name" => NULL "url" => NULL "image" => NULL "active" => NULL "content" => NULL "s_content" => NULL "position" => NULL "tour_id" => NULL "tour_date" => NULL ) protected _changed => array(0) protected _original_values => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "discount" protected _object_plural => string(9) "discounts" protected _table_columns => array(10) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "content" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "s_content" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "s_content" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tour_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "tour_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tour_date" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "tour_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)) }{ protected _connection_id => string(40) "75004d9d27a64124962882c02a1ab1cc15ba42e6" protected _identifier => string(1) "`" public last_query => string(546) "SELECT *, `tours`.`name` AS `tours_name`, `discount`.`id` AS `id`, `discount`.`name` AS `name`, `discount`.`url` AS `url`, `disc …" protected _instance => string(7) "default" protected _connection => object mysqli(19)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(8) "discount" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(19) "mysql5.activeby.net" "database" => string(24) "user1212278_marstravelby" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(6)public response => object Response(5){ private _name => string(18) "site-discount-item" protected _filters => array(0) protected _uri => string(14) "discount/" protected _regex => array(0) protected _defaults => array(3) ( "directory" => string(4) "site" "controller" => string(8) "discount" "action" => string(4) "item" ) protected _route_regex => string(36) "#^discount/(?P[^/.,;?\n]++)$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(4) "Site" protected _controller => string(8) "Discount" protected _action => string(4) "item" protected _uri => string(31) "discount/den-leta-v-mars-trevel" protected _external => bool FALSE protected _params => array(1) ( "url" => string(22) "den-leta-v-mars-trevel" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(1) ( "session" => NULL ) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}{ protected _status => integer 200 protected _header => object HTTP_Header(0)}{ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }92 93 // Create a new instance of the controller 94 $controller = $class->newInstance($request, $response); 95 96 // Run the controller's execute() method 97 $response = $class->getMethod('execute')->invoke($controller); 98 99 if ( ! $response instanceof Response) 100 { 101 // Controller failed to return a Response. 102 throw new Kohana_Exception('Controller failed to return a Response');
  • SYSPATH/classes/Kohana/Request/Client.php [ 114 ]» Kohana_Request_Client_Internal->execute_request(arguments)0object Request(19){ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(6){ private _name => string(18) "site-discount-item" protected _filters => array(0) protected _uri => string(14) "discount/" protected _regex => array(0) protected _defaults => array(3) ( "directory" => string(4) "site" "controller" => string(8) "discount" "action" => string(4) "item" ) protected _route_regex => string(36) "#^discount/(?P[^/.,;?\n]++)$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(4) "Site" protected _controller => string(8) "Discount" protected _action => string(4) "item" protected _uri => string(31) "discount/den-leta-v-mars-trevel" protected _external => bool FALSE protected _params => array(1) ( "url" => string(22) "den-leta-v-mars-trevel" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(1) ( "session" => NULL ) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}1object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(array('_protocol' => $request->protocol())); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header))
  • SYSPATH/classes/Kohana/Request.php [ 986 ]» Kohana_Request_Client->execute(arguments)0object Request(19){ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(6){ private _name => string(18) "site-discount-item" protected _filters => array(0) protected _uri => string(14) "discount/" protected _regex => array(0) protected _defaults => array(3) ( "directory" => string(4) "site" "controller" => string(8) "discount" "action" => string(4) "item" ) protected _route_regex => string(36) "#^discount/(?P[^/.,;?\n]++)$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(4) "Site" protected _controller => string(8) "Discount" protected _action => string(4) "item" protected _uri => string(31) "discount/den-leta-v-mars-trevel" protected _external => bool FALSE protected _params => array(1) ( "url" => string(22) "den-leta-v-mars-trevel" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(1) ( "session" => NULL ) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}981 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 982 ':uri' => $this->_uri, 983 )); 984 } 985 986 return $this->_client->execute($this); 987 } 988 989 /** 990 * Returns whether this request is the initial request Kohana received. 991 * Can be used to test for sub requests.
  • DOCROOT/index.php [ 140 ]» Kohana_Request->execute()135 /** 136 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 137 * If no source is specified, the URI will be automatically detected. 138 */ 139 echo Request::factory(TRUE, array(), FALSE) 140 ->execute() 141 ->send_headers(TRUE) 142 ->body(); 143 }