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(15) "manufacturer_id"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/optimus-admin/classes/ORM.php [ 61 ] » Kohana_ORM->__get(arguments)
0string(15) "manufacturer_id"56 { 57 $value = I18n::get_from_db($this->_object[$var]); 58 return in_array($var, $this->_serialize_columns) ? $this->_unserialize_value($value) : $value; 59 } 60 61 return parent::__get($var); 62 } 63 64 65 /** 66 * Orm objektum updatelése, kezeli a multilang tulajdonságot -
APPPATH/views/portlets/webshop_products/webshop_products_show_product.php [ 46 ] » ORM->__get(arguments)
0string(15) "manufacturer_id"41 <tr> 42 <td><strong><?=__('Cikkszám')?></strong></td> 43 <td><?= HTML::chars($product->product_code) ?></td> 44 </tr> 45 <?php endif; ?> 46 <?php if ($product->manufacturer_id && $product->manufacturer->loaded()): ?> 47 <tr> 48 <td><strong><?=__('Gyártó')?></strong></td> 49 <td><?= HTML::chars($product->manufacturer->name) ?></td> 50 </tr> 51 <?php endif; ?> -
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0string(131) "/srv/virtual-ftp/lapanthera_webshops/meanwell/optimus/application/views/portlets/webshop_products/webshop_products_show_product. …"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(131) "/srv/virtual-ftp/lapanthera_webshops/meanwell/optimus/application/views/portlets/webshop_products/webshop_products_show_product. …"1array(11) ( "url_portlet_id" => string(4) "1711" "portlet_name" => string(16) "webshop_products" "optimus" => object Config_Group(16)
{ public tmp_folder => string(66) "/srv/virtual-ftp/lapanthera_webshops/meanwell/www/media/admin/tmp/" public title => string(16) "Meanwell webbolt" public routes => array(15) ( "news" => string(8) "route_38" "registration" => string(9) "route_432" "forgottenpassword" => string(9) "route_438" "aszf" => string(9) "route_437" "szf" => string(9) "route_433" "newsletter" => string(9) "route_472" "webshop" => string(9) "route_487" "innovations" => string(9) "route_473" "innovations_menu" => string(9) "route_480" "actions" => string(9) "route_481" "webshop_basket" => string(9) "route_482" "order_page" => string(9) "route_485" "succes_order_page" => string(9) "route_486" "impresszum" => string(9) "route_489" "sitemap" => string(9) "route_488" ) public orderby_options => array(7) ( "position:asc" => string(9) "Rendezés" "price:asc" => string(17) "Legolcsóbb elől" "price:desc" => string(18) "Legdrágább elől" "name:asc" => string(24) "Név szerint A-tól Z-ig" "name:desc" => string(24) "Név szerint Z-től A-ig" "date_add:desc" => string(15) "Legújabb elől" "quantity:asc" => string(21) "Legnépszerűbb elől" ) public filters => array(2) ( "first" => array(3) ( "name" => string(14) "Teljesítmény" "sign" => string(1) "W" "id" => integer 31 ) "second" => array(3) ( "name" => string(12) "Feszültség" "sign" => NULL "id" => integer 30 ) ) public iuno_url => string(18) "https://x.iuno.hu/" public iuno_group => string(3) "208" public google-site-verification => string(43) "gts_lr2QJ1JRTw8Ja07TjmajldJw4UG93PXeazp9bco" public analytics_code => string(11) "GTM-N694SDV" public google_conversion_id => integer 962951093 public webshop_name => string(8) "meanwell" public action_category_id => integer 5087 public innovation_category_id => integer 5089 public consent_cookie_link => string(97) "https://consent.cookiefirst.com/sites/meanwell.hu-413e9b40-ed59-402c-8807-94ed76ba19bf/consent.js" public thematicsites => array(5) ( "first" => array(2) ( "site_url" => string(17) "https://orbis.hu/" "site_name" => string(5) "orbis" ) "second" => array(2) ( "site_url" => string(17) "https://uni-t.hu/" "site_name" => string(5) "uni-t" ) "third" => array(2) ( "site_url" => string(22) "https://lapanthera.hu/" "site_name" => string(10) "lapanthera" ) "fourth" => array(2) ( "site_url" => string(31) "https://ebmpapst-ventilator.hu/" "site_name" => string(8) "ebmpapst" ) "fifth" => array(2) ( "site_url" => string(24) "https://forrasztasok.hu/" "site_name" => string(12) "forrasztasok" ) ) public dinamic_menu => bool FALSE }"parameters" => array(3) ( "title" => string(5) "Címe" "lead" => string(0) "" "content" => string(435) "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin libero est, convallis malesuada tempus nec, molestie vitae leo. M …" ) "global_parameters" => bool FALSE "config" => object Config_Group(0){ }"current_menu" => object Model_Menu(35){ protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(9) "parent_id" "model" => string(4) "Menu" ) ) protected _has_many => array(1) ( "children" => array(4) ( "foreign_key" => string(9) "parent_id" "through" => NULL "far_key" => string(8) "child_id" "model" => string(4) "Menu" ) ) protected _has_one => array(1) ( "route" => array(2) ( "foreign_key" => string(7) "menu_id" "model" => string(3) "Url" ) ) protected orm_automation => integer 0 protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(3) "487" "parent_id" => string(1) "0" "title" => string(6) "506975" "url" => string(6) "506978" "ord" => string(2) "61" "hidden" => string(6) "506977" "lead" => string(6) "506979" "image" => NULL "meta_description" => string(6) "506980" "meta_keywords" => string(6) "506981" "visibility" => string(6) "506976" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(3) "487" "parent_id" => string(1) "0" "title" => string(6) "506975" "url" => string(6) "506978" "ord" => string(2) "61" "hidden" => string(6) "506977" "lead" => string(6) "506979" "image" => NULL "meta_description" => string(6) "506980" "meta_keywords" => string(6) "506981" "visibility" => string(6) "506976" ) protected _related => array(1) ( "parent" => object Model_Menu(35)"related_products" => object Database_MySQLi_Result(7){ protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(9) "parent_id" "model" => string(4) "Menu" ) ) protected _has_many => array(1) ( "children" => array(4) ( "foreign_key" => string(9) "parent_id" "through" => NULL "far_key" => string(8) "child_id" "model" => string(4) "Menu" ) ) protected _has_one => array(1) ( "route" => array(2) ( "foreign_key" => string(7) "menu_id" "model" => string(3) "Url" ) ) protected orm_automation => integer 0 protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => NULL "parent_id" => NULL "title" => NULL "url" => NULL "ord" => NULL "hidden" => NULL "lead" => NULL "image" => NULL "meta_description" => NULL "meta_keywords" => NULL "visibility" => 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(4) "menu" protected _object_plural => string(5) "menus" protected _table_name => string(5) "menus" protected _table_columns => array(11) ( "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" ) "parent_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "title" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "url" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ord" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "ord" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lead" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(4) "lead" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "10" "comment" => string(9) "multilang" "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 TRUE "ordinal_position" => integer 8 "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" ) "meta_description" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(13) "meta_keywords" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visibility" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "visibility" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(2) "10" "comment" => string(9) "multilang" "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 _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(4) "menu" protected _object_plural => string(5) "menus" protected _table_name => string(5) "menus" protected _table_columns => array(11) ( "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" ) "parent_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "title" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "url" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ord" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "ord" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lead" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(4) "lead" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "10" "comment" => string(9) "multilang" "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 TRUE "ordinal_position" => integer 8 "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" ) "meta_description" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(13) "meta_keywords" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visibility" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "visibility" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(2) "10" "comment" => string(9) "multilang" "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(3) "487" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "7e52e72a70080504d25e28fe6c23549cb1d391a5" protected _identifier => string(1) "`" public last_query => string(286) "SELECT `webshop_product_3dimage`.`id` AS `id`, `webshop_product_3dimage`.`webshop_product_id` AS `webshop_product_id`, `webshop_ …" 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(4) "menu" }{ 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(9) "localhost" "database" => string(8) "meanwell" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }{ protected _connection_id => string(40) "7e52e72a70080504d25e28fe6c23549cb1d391a5" protected _identifier => string(1) "`" public last_query => string(286) "SELECT `webshop_product_3dimage`.`id` AS `id`, `webshop_product_3dimage`.`webshop_product_id` AS `webshop_product_id`, `webshop_ …" 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(4) "menu" }{ 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(9) "localhost" "database" => string(8) "meanwell" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }{ protected _internal_row => integer 0 protected _query => string(1324) "SELECT `webshop_product`.`id` AS `id`, `webshop_product`.`product_code` AS `product_code`, `webshop_product`.`title` AS `title`, …" protected _result => object mysqli_result(5)"product" => object Model_Webshop_Product(35){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(21) "Model_Webshop_Product" protected _object_params => NULL }{ protected _belongs_to => array(1) ( "manufacturer" => array(2) ( "foreign_key" => string(15) "manufacturer_id" "model" => string(12) "Manufacturer" ) ) protected _has_many => array(6) ( "categories" => array(4) ( "foreign_key" => string(18) "webshop_product_id" "through" => string(35) "webshop_products_webshop_categories" "model" => string(16) "Webshop_Category" "far_key" => string(19) "webshop_category_id" ) "parameters" => array(4) ( "foreign_key" => string(18) "webshop_product_id" "through" => NULL "model" => string(25) "Webshop_Product_Parameter" "far_key" => string(18) "webshop_product_id" ) "images" => array(4) ( "foreign_key" => string(18) "webshop_product_id" "through" => NULL "model" => string(21) "Webshop_Product_Image" "far_key" => string(18) "webshop_product_id" ) "imagesds" => array(4) ( "foreign_key" => string(18) "webshop_product_id" "through" => NULL "model" => string(23) "Webshop_Product_3dimage" "far_key" => string(18) "webshop_product_id" ) "variations" => array(4) ( "foreign_key" => string(18) "webshop_product_id" "through" => NULL "model" => string(25) "Webshop_Product_Variation" "far_key" => string(18) "webshop_product_id" ) "related_products" => array(4) ( "foreign_key" => string(18) "webshop_product_id" "through" => string(24) "webshop_related_products" "model" => string(15) "Webshop_Product" "far_key" => string(26) "webshop_related_product_id" ) ) protected orm_automation => integer 0 protected _has_one => array(0) protected _load_with => array(0) protected _validation => object Validation(6)"netto_price" => float 4787,968503937 "percent" => float 1,27 ){ protected _bound => array(5) ( ":model" => object Model_Webshop_Product(35) { *RECURSION* } ":original_values" => array(21) ( "id" => string(4) "2697" "product_code" => NULL "title" => string(6) "521171" "url" => string(6) "521175" "short_description" => string(6) "521172" "description" => string(6) "521173" "image" => string(12) "2697.jpg?v=1" "attachment" => string(15) "NSD15-12D15.PDF" "attachment2" => NULL "attachment3" => NULL "media" => NULL "vat" => string(2) "27" "hidden" => string(6) "521174" "created" => string(19) "2016-10-29 02:48:56" "view_count" => string(5) "1.479" "last_view" => string(19) "2026-03-23 16:13:49" "flags" => string(10) "0000000000" "old_product_id" => NULL "ord" => NULL "summary_table" => NULL "available" => string(1) "1" ) ":changed" => array(2) ( "view_count" => string(10) "view_count" "last_view" => string(9) "last_view" ) ":validation" => object Validation(6) { *RECURSION* } ":data" => array(21) ( "id" => string(4) "2697" "product_code" => NULL "title" => string(6) "521171" "url" => string(6) "521175" "short_description" => string(6) "521172" "description" => string(6) "521173" "image" => string(12) "2697.jpg?v=1" "attachment" => string(15) "NSD15-12D15.PDF" "attachment2" => NULL "attachment3" => NULL "media" => NULL "vat" => string(2) "27" "hidden" => string(6) "521174" "created" => string(19) "2016-10-29 02:48:56" "view_count" => float 1,48 "last_view" => string(19) "2026-03-25 13:44:39" "flags" => string(10) "0000000000" "old_product_id" => NULL "ord" => NULL "summary_table" => NULL "available" => string(1) "1" ) ) protected _rules => array(0) protected _labels => array(21) ( "id" => string(2) "id" "product_code" => string(12) "product_code" "title" => string(5) "title" "url" => string(3) "url" "short_description" => string(17) "short_description" "description" => string(11) "description" "image" => string(5) "image" "attachment" => string(10) "attachment" "attachment2" => string(11) "attachment2" "attachment3" => string(11) "attachment3" "media" => string(5) "media" "vat" => string(3) "vat" "hidden" => string(6) "hidden" "created" => string(7) "created" "view_count" => string(10) "view_count" "last_view" => string(9) "last_view" "flags" => string(5) "flags" "old_product_id" => string(14) "old_product_id" "ord" => string(3) "ord" "summary_table" => string(13) "summary_table" "available" => string(9) "available" ) protected _empty_rules => array(2) ( 0 => string(9) "not_empty" 1 => string(7) "matches" ) protected _errors => array(0) protected _data => array(21) ( "id" => string(4) "2697" "product_code" => NULL "title" => string(6) "521171" "url" => string(6) "521175" "short_description" => string(6) "521172" "description" => string(6) "521173" "image" => string(12) "2697.jpg?v=1" "attachment" => string(15) "NSD15-12D15.PDF" "attachment2" => NULL "attachment3" => NULL "media" => NULL "vat" => string(2) "27" "hidden" => string(6) "521174" "created" => string(19) "2016-10-29 02:48:56" "view_count" => float 1,48 "last_view" => string(19) "2026-03-25 13:44:39" "flags" => string(10) "0000000000" "old_product_id" => NULL "ord" => NULL "summary_table" => NULL "available" => string(1) "1" ) }protected _object => array(21) ( "id" => string(4) "2697" "product_code" => NULL "title" => string(6) "521171" "url" => string(6) "521175" "short_description" => string(6) "521172" "description" => string(6) "521173" "image" => string(12) "2697.jpg?v=1" "attachment" => string(15) "NSD15-12D15.PDF" "attachment2" => NULL "attachment3" => NULL "media" => NULL "vat" => string(2) "27" "hidden" => string(6) "521174" "created" => string(19) "2016-10-29 02:48:56" "view_count" => float 1,48 "last_view" => string(19) "2026-03-25 13:44:39" "flags" => string(10) "0000000000" "old_product_id" => NULL "ord" => NULL "summary_table" => NULL "available" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(21) ( "id" => string(4) "2697" "product_code" => NULL "title" => string(6) "521171" "url" => string(6) "521175" "short_description" => string(6) "521172" "description" => string(6) "521173" "image" => string(12) "2697.jpg?v=1" "attachment" => string(15) "NSD15-12D15.PDF" "attachment2" => NULL "attachment3" => NULL "media" => NULL "vat" => string(2) "27" "hidden" => string(6) "521174" "created" => string(19) "2016-10-29 02:48:56" "view_count" => float 1,48 "last_view" => string(19) "2026-03-25 13:44:39" "flags" => string(10) "0000000000" "old_product_id" => NULL "ord" => NULL "summary_table" => NULL "available" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "webshop_product" protected _object_plural => string(16) "webshop_products" protected _table_name => string(16) "webshop_products" protected _table_columns => array(21) ( "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" ) "product_code" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "product_code" "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" ) "title" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "short_description" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(17) "short_description" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(9) "multilang" "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 TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "attachment" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "attachment" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "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" ) "attachment2" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "attachment2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "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" ) "attachment3" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "attachment3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "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" ) "media" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "media" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "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" ) "vat" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(5) "65535" "column_name" => string(3) "vat" "column_default" => string(2) "27" "data_type" => string(17) "smallint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_count" => array(13) ( "type" => string(5) "float" "min" => string(1) "0" "column_name" => string(10) "view_count" "column_default" => string(5) "0.000" "data_type" => string(15) "double unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "numeric_scale" => string(1) "3" "numeric_precision" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_view" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "last_view" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "flags" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(5) "flags" "column_default" => NULL "data_type" => string(21) "int unsigned zerofill" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "old_product_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "old_product_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ord" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "ord" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "summary_table" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "summary_table" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "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" ) "available" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "available" "column_default" => string(1) "1" "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "display" => string(2) "11" "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(4) "2697" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "7e52e72a70080504d25e28fe6c23549cb1d391a5" protected _identifier => string(1) "`" public last_query => string(286) "SELECT `webshop_product_3dimage`.`id` AS `id`, `webshop_product_3dimage`.`webshop_product_id` AS `webshop_product_id`, `webshop_ …" 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(15) "webshop_product" }{ 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(9) "localhost" "database" => string(8) "meanwell" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }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 } -
APPPATH/classes/Portletview.php [ 13 ] » Kohana_View->render(arguments)
0NULL
8 } 9 10 public function render($file = NULL) 11 { 12 return '<div id="url_portlet'.$this->url_portlet_id.'" class="'.$this->portlet_name.'">' 13 .parent::render($file).'</div>'; 14 } 15 } -
APPPATH/classes/Controller/Portlet.php [ 167 ] » Portletview->render()
162 Cache::instance()->set($this->get_cache_name(), $response, $this->cache_timeout); 163 } 164 } 165 else 166 { 167 $response = $this->view->render(); 168 } 169 170 $this->response->body($response); 171 } 172 parent::after(); -
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Portlet->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_Portlet_Webshop_Products(12)
{ protected url => array(2) ( "category_url" => string(1) "/" "product_url" => string(63) "/mean_well_nsd1512d15_bem_9436_v_kim_15_vdc_kim_2_15_vdc-p2697/" ) protected parameters => NULL protected supported_formats => array(2) ( 0 => string(6) ".xhtml" 1 => string(5) ".json" ) protected global_parameters => bool FALSE protected view => object Portletview(2){ protected _file => string(131) "/srv/virtual-ftp/lapanthera_webshops/meanwell/optimus/application/views/portlets/webshop_products/webshop_products_show_product. …" protected _data => array(11) ( "url_portlet_id" => string(4) "1711" "portlet_name" => string(16) "webshop_products" "optimus" => object Config_Group(16)protected request_param => array(2) ( "lang" => string(2) "hu" "category1" => string(61) "mean_well_nsd1512d15_bem_9436_v_kim_15_vdc_kim_2_15_vdc-p2697" ) protected config => object Config_Group(0){ public tmp_folder => string(66) "/srv/virtual-ftp/lapanthera_webshops/meanwell/www/media/admin/tmp/" public title => string(16) "Meanwell webbolt" public routes => array(15) ( "news" => string(8) "route_38" "registration" => string(9) "route_432" "forgottenpassword" => string(9) "route_438" "aszf" => string(9) "route_437" "szf" => string(9) "route_433" "newsletter" => string(9) "route_472" "webshop" => string(9) "route_487" "innovations" => string(9) "route_473" "innovations_menu" => string(9) "route_480" "actions" => string(9) "route_481" "webshop_basket" => string(9) "route_482" "order_page" => string(9) "route_485" "succes_order_page" => string(9) "route_486" "impresszum" => string(9) "route_489" "sitemap" => string(9) "route_488" ) public orderby_options => array(7) ( "position:asc" => string(9) "Rendezés" "price:asc" => string(17) "Legolcsóbb elől" "price:desc" => string(18) "Legdrágább elől" "name:asc" => string(24) "Név szerint A-tól Z-ig" "name:desc" => string(24) "Név szerint Z-től A-ig" "date_add:desc" => string(15) "Legújabb elől" "quantity:asc" => string(21) "Legnépszerűbb elől" ) public filters => array(2) ( "first" => array(3) ( "name" => string(14) "Teljesítmény" "sign" => string(1) "W" "id" => integer 31 ) "second" => array(3) ( "name" => string(12) "Feszültség" "sign" => NULL "id" => integer 30 ) ) public iuno_url => string(18) "https://x.iuno.hu/" public iuno_group => string(3) "208" public google-site-verification => string(43) "gts_lr2QJ1JRTw8Ja07TjmajldJw4UG93PXeazp9bco" public analytics_code => string(11) "GTM-N694SDV" public google_conversion_id => integer 962951093 public webshop_name => string(8) "meanwell" public action_category_id => integer 5087 public innovation_category_id => integer 5089 public consent_cookie_link => string(97) "https://consent.cookiefirst.com/sites/meanwell.hu-413e9b40-ed59-402c-8807-94ed76ba19bf/consent.js" public thematicsites => array(5) ( "first" => array(2) ( "site_url" => string(17) "https://orbis.hu/" "site_name" => string(5) "orbis" ) "second" => array(2) ( "site_url" => string(17) "https://uni-t.hu/" "site_name" => string(5) "uni-t" ) "third" => array(2) ( "site_url" => string(22) "https://lapanthera.hu/" "site_name" => string(10) "lapanthera" ) "fourth" => array(2) ( "site_url" => string(31) "https://ebmpapst-ventilator.hu/" "site_name" => string(8) "ebmpapst" ) "fifth" => array(2) ( "site_url" => string(24) "https://forrasztasok.hu/" "site_name" => string(12) "forrasztasok" ) ) public dinamic_menu => bool FALSE }"parameters" => array(3) ( "title" => string(5) "Címe" "lead" => string(0) "" "content" => string(435) "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin libero est, convallis malesuada tempus nec, molestie vitae leo. M …" ) "global_parameters" => bool FALSE "config" => object Config_Group(0){ }"current_menu" => object Model_Menu(35){ protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(9) "parent_id" "model" => string(4) "Menu" ) ) protected _has_many => array(1) ( "children" => array(4) ( "foreign_key" => string(9) "parent_id" "through" => NULL "far_key" => string(8) "child_id" "model" => string(4) "Menu" ) ) protected _has_one => array(1) ( "route" => array(2) ( "foreign_key" => string(7) "menu_id" "model" => string(3) "Url" ) ) protected orm_automation => integer 0 protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(3) "487" "parent_id" => string(1) "0" "title" => string(6) "506975" "url" => string(6) "506978" "ord" => string(2) "61" "hidden" => string(6) "506977" "lead" => string(6) "506979" "image" => NULL "meta_description" => string(6) "506980" "meta_keywords" => string(6) "506981" "visibility" => string(6) "506976" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(3) "487" "parent_id" => string(1) "0" "title" => string(6) "506975" "url" => string(6) "506978" "ord" => string(2) "61" "hidden" => string(6) "506977" "lead" => string(6) "506979" "image" => NULL "meta_description" => string(6) "506980" "meta_keywords" => string(6) "506981" "visibility" => string(6) "506976" ) protected _related => array(1) ( "parent" => object Model_Menu(35)"related_products" => object Database_MySQLi_Result(7){ protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(9) "parent_id" "model" => string(4) "Menu" ) ) protected _has_many => array(1) ( "children" => array(4) ( "foreign_key" => string(9) "parent_id" "through" => NULL "far_key" => string(8) "child_id" "model" => string(4) "Menu" ) ) protected _has_one => array(1) ( "route" => array(2) ( "foreign_key" => string(7) "menu_id" "model" => string(3) "Url" ) ) protected orm_automation => integer 0 protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => NULL "parent_id" => NULL "title" => NULL "url" => NULL "ord" => NULL "hidden" => NULL "lead" => NULL "image" => NULL "meta_description" => NULL "meta_keywords" => NULL "visibility" => 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(4) "menu" protected _object_plural => string(5) "menus" protected _table_name => string(5) "menus" protected _table_columns => array(11) ( "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" ) "parent_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "title" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "url" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ord" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "ord" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lead" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(4) "lead" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "10" "comment" => string(9) "multilang" "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 TRUE "ordinal_position" => integer 8 "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" ) "meta_description" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(13) "meta_keywords" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visibility" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "visibility" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(2) "10" "comment" => string(9) "multilang" "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 _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(4) "menu" protected _object_plural => string(5) "menus" protected _table_name => string(5) "menus" protected _table_columns => array(11) ( "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" ) "parent_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "title" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "url" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ord" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "ord" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lead" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(4) "lead" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "10" "comment" => string(9) "multilang" "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 TRUE "ordinal_position" => integer 8 "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" ) "meta_description" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(13) "meta_keywords" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visibility" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "visibility" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(2) "10" "comment" => string(9) "multilang" "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(3) "487" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "7e52e72a70080504d25e28fe6c23549cb1d391a5" protected _identifier => string(1) "`" public last_query => string(286) "SELECT `webshop_product_3dimage`.`id` AS `id`, `webshop_product_3dimage`.`webshop_product_id` AS `webshop_product_id`, `webshop_ …" 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(4) "menu" }{ 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(9) "localhost" "database" => string(8) "meanwell" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }{ protected _connection_id => string(40) "7e52e72a70080504d25e28fe6c23549cb1d391a5" protected _identifier => string(1) "`" public last_query => string(286) "SELECT `webshop_product_3dimage`.`id` AS `id`, `webshop_product_3dimage`.`webshop_product_id` AS `webshop_product_id`, `webshop_ …" 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(4) "menu" }{ 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(9) "localhost" "database" => string(8) "meanwell" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }{ protected _internal_row => integer 0 protected _query => string(1324) "SELECT `webshop_product`.`id` AS `id`, `webshop_product`.`product_code` AS `product_code`, `webshop_product`.`title` AS `title`, …" protected _result => object mysqli_result(5)"product" => object Model_Webshop_Product(35){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(21) "Model_Webshop_Product" protected _object_params => NULL }{ protected _belongs_to => array(1) ( "manufacturer" => array(2) ( "foreign_key" => string(15) "manufacturer_id" "model" => string(12) "Manufacturer" ) ) protected _has_many => array(6) ( "categories" => array(4) ( "foreign_key" => string(18) "webshop_product_id" "through" => string(35) "webshop_products_webshop_categories" "model" => string(16) "Webshop_Category" "far_key" => string(19) "webshop_category_id" ) "parameters" => array(4) ( "foreign_key" => string(18) "webshop_product_id" "through" => NULL "model" => string(25) "Webshop_Product_Parameter" "far_key" => string(18) "webshop_product_id" ) "images" => array(4) ( "foreign_key" => string(18) "webshop_product_id" "through" => NULL "model" => string(21) "Webshop_Product_Image" "far_key" => string(18) "webshop_product_id" ) "imagesds" => array(4) ( "foreign_key" => string(18) "webshop_product_id" "through" => NULL "model" => string(23) "Webshop_Product_3dimage" "far_key" => string(18) "webshop_product_id" ) "variations" => array(4) ( "foreign_key" => string(18) "webshop_product_id" "through" => NULL "model" => string(25) "Webshop_Product_Variation" "far_key" => string(18) "webshop_product_id" ) "related_products" => array(4) ( "foreign_key" => string(18) "webshop_product_id" "through" => string(24) "webshop_related_products" "model" => string(15) "Webshop_Product" "far_key" => string(26) "webshop_related_product_id" ) ) protected orm_automation => integer 0 protected _has_one => array(0) protected _load_with => array(0) protected _validation => object Validation(6)"netto_price" => float 4787,968503937 "percent" => float 1,27 ) }{ protected _bound => array(5) ( ":model" => object Model_Webshop_Product(35) { *RECURSION* } ":original_values" => array(21) ( "id" => string(4) "2697" "product_code" => NULL "title" => string(6) "521171" "url" => string(6) "521175" "short_description" => string(6) "521172" "description" => string(6) "521173" "image" => string(12) "2697.jpg?v=1" "attachment" => string(15) "NSD15-12D15.PDF" "attachment2" => NULL "attachment3" => NULL "media" => NULL "vat" => string(2) "27" "hidden" => string(6) "521174" "created" => string(19) "2016-10-29 02:48:56" "view_count" => string(5) "1.479" "last_view" => string(19) "2026-03-23 16:13:49" "flags" => string(10) "0000000000" "old_product_id" => NULL "ord" => NULL "summary_table" => NULL "available" => string(1) "1" ) ":changed" => array(2) ( "view_count" => string(10) "view_count" "last_view" => string(9) "last_view" ) ":validation" => object Validation(6) { *RECURSION* } ":data" => array(21) ( "id" => string(4) "2697" "product_code" => NULL "title" => string(6) "521171" "url" => string(6) "521175" "short_description" => string(6) "521172" "description" => string(6) "521173" "image" => string(12) "2697.jpg?v=1" "attachment" => string(15) "NSD15-12D15.PDF" "attachment2" => NULL "attachment3" => NULL "media" => NULL "vat" => string(2) "27" "hidden" => string(6) "521174" "created" => string(19) "2016-10-29 02:48:56" "view_count" => float 1,48 "last_view" => string(19) "2026-03-25 13:44:39" "flags" => string(10) "0000000000" "old_product_id" => NULL "ord" => NULL "summary_table" => NULL "available" => string(1) "1" ) ) protected _rules => array(0) protected _labels => array(21) ( "id" => string(2) "id" "product_code" => string(12) "product_code" "title" => string(5) "title" "url" => string(3) "url" "short_description" => string(17) "short_description" "description" => string(11) "description" "image" => string(5) "image" "attachment" => string(10) "attachment" "attachment2" => string(11) "attachment2" "attachment3" => string(11) "attachment3" "media" => string(5) "media" "vat" => string(3) "vat" "hidden" => string(6) "hidden" "created" => string(7) "created" "view_count" => string(10) "view_count" "last_view" => string(9) "last_view" "flags" => string(5) "flags" "old_product_id" => string(14) "old_product_id" "ord" => string(3) "ord" "summary_table" => string(13) "summary_table" "available" => string(9) "available" ) protected _empty_rules => array(2) ( 0 => string(9) "not_empty" 1 => string(7) "matches" ) protected _errors => array(0) protected _data => array(21) ( "id" => string(4) "2697" "product_code" => NULL "title" => string(6) "521171" "url" => string(6) "521175" "short_description" => string(6) "521172" "description" => string(6) "521173" "image" => string(12) "2697.jpg?v=1" "attachment" => string(15) "NSD15-12D15.PDF" "attachment2" => NULL "attachment3" => NULL "media" => NULL "vat" => string(2) "27" "hidden" => string(6) "521174" "created" => string(19) "2016-10-29 02:48:56" "view_count" => float 1,48 "last_view" => string(19) "2026-03-25 13:44:39" "flags" => string(10) "0000000000" "old_product_id" => NULL "ord" => NULL "summary_table" => NULL "available" => string(1) "1" ) }protected _object => array(21) ( "id" => string(4) "2697" "product_code" => NULL "title" => string(6) "521171" "url" => string(6) "521175" "short_description" => string(6) "521172" "description" => string(6) "521173" "image" => string(12) "2697.jpg?v=1" "attachment" => string(15) "NSD15-12D15.PDF" "attachment2" => NULL "attachment3" => NULL "media" => NULL "vat" => string(2) "27" "hidden" => string(6) "521174" "created" => string(19) "2016-10-29 02:48:56" "view_count" => float 1,48 "last_view" => string(19) "2026-03-25 13:44:39" "flags" => string(10) "0000000000" "old_product_id" => NULL "ord" => NULL "summary_table" => NULL "available" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(21) ( "id" => string(4) "2697" "product_code" => NULL "title" => string(6) "521171" "url" => string(6) "521175" "short_description" => string(6) "521172" "description" => string(6) "521173" "image" => string(12) "2697.jpg?v=1" "attachment" => string(15) "NSD15-12D15.PDF" "attachment2" => NULL "attachment3" => NULL "media" => NULL "vat" => string(2) "27" "hidden" => string(6) "521174" "created" => string(19) "2016-10-29 02:48:56" "view_count" => float 1,48 "last_view" => string(19) "2026-03-25 13:44:39" "flags" => string(10) "0000000000" "old_product_id" => NULL "ord" => NULL "summary_table" => NULL "available" => string(1) "1" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "webshop_product" protected _object_plural => string(16) "webshop_products" protected _table_name => string(16) "webshop_products" protected _table_columns => array(21) ( "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" ) "product_code" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "product_code" "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" ) "title" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "short_description" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(17) "short_description" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(9) "multilang" "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 TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "attachment" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "attachment" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "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" ) "attachment2" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "attachment2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "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" ) "attachment3" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "attachment3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "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" ) "media" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "media" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "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" ) "vat" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(5) "65535" "column_name" => string(3) "vat" "column_default" => string(2) "27" "data_type" => string(17) "smallint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "view_count" => array(13) ( "type" => string(5) "float" "min" => string(1) "0" "column_name" => string(10) "view_count" "column_default" => string(5) "0.000" "data_type" => string(15) "double unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "numeric_scale" => string(1) "3" "numeric_precision" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_view" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "last_view" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "flags" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(5) "flags" "column_default" => NULL "data_type" => string(21) "int unsigned zerofill" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "old_product_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "old_product_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ord" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "ord" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "summary_table" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "summary_table" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "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" ) "available" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "available" "column_default" => string(1) "1" "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "display" => string(2) "11" "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(4) "2697" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "7e52e72a70080504d25e28fe6c23549cb1d391a5" protected _identifier => string(1) "`" public last_query => string(286) "SELECT `webshop_product_3dimage`.`id` AS `id`, `webshop_product_3dimage`.`webshop_product_id` AS `webshop_product_id`, `webshop_ …" 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(15) "webshop_product" }{ 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(9) "localhost" "database" => string(8) "meanwell" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }{ }protected current_menu => object Model_Menu(35){ protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(9) "parent_id" "model" => string(4) "Menu" ) ) protected _has_many => array(1) ( "children" => array(4) ( "foreign_key" => string(9) "parent_id" "through" => NULL "far_key" => string(8) "child_id" "model" => string(4) "Menu" ) ) protected _has_one => array(1) ( "route" => array(2) ( "foreign_key" => string(7) "menu_id" "model" => string(3) "Url" ) ) protected orm_automation => integer 0 protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(3) "487" "parent_id" => string(1) "0" "title" => string(6) "506975" "url" => string(6) "506978" "ord" => string(2) "61" "hidden" => string(6) "506977" "lead" => string(6) "506979" "image" => NULL "meta_description" => string(6) "506980" "meta_keywords" => string(6) "506981" "visibility" => string(6) "506976" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(3) "487" "parent_id" => string(1) "0" "title" => string(6) "506975" "url" => string(6) "506978" "ord" => string(2) "61" "hidden" => string(6) "506977" "lead" => string(6) "506979" "image" => NULL "meta_description" => string(6) "506980" "meta_keywords" => string(6) "506981" "visibility" => string(6) "506976" ) protected _related => array(1) ( "parent" => object Model_Menu(35)protected cache_level => integer 0 protected cache_timeout => integer 60 public request => object Request(19){ protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(9) "parent_id" "model" => string(4) "Menu" ) ) protected _has_many => array(1) ( "children" => array(4) ( "foreign_key" => string(9) "parent_id" "through" => NULL "far_key" => string(8) "child_id" "model" => string(4) "Menu" ) ) protected _has_one => array(1) ( "route" => array(2) ( "foreign_key" => string(7) "menu_id" "model" => string(3) "Url" ) ) protected orm_automation => integer 0 protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => NULL "parent_id" => NULL "title" => NULL "url" => NULL "ord" => NULL "hidden" => NULL "lead" => NULL "image" => NULL "meta_description" => NULL "meta_keywords" => NULL "visibility" => 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(4) "menu" protected _object_plural => string(5) "menus" protected _table_name => string(5) "menus" protected _table_columns => array(11) ( "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" ) "parent_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "title" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "url" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ord" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "ord" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lead" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(4) "lead" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "10" "comment" => string(9) "multilang" "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 TRUE "ordinal_position" => integer 8 "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" ) "meta_description" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(13) "meta_keywords" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visibility" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "visibility" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(2) "10" "comment" => string(9) "multilang" "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 _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(4) "menu" protected _object_plural => string(5) "menus" protected _table_name => string(5) "menus" protected _table_columns => array(11) ( "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" ) "parent_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "title" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "url" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ord" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "ord" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lead" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(4) "lead" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "10" "comment" => string(9) "multilang" "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 TRUE "ordinal_position" => integer 8 "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" ) "meta_description" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(13) "meta_keywords" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visibility" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "visibility" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(2) "10" "comment" => string(9) "multilang" "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(3) "487" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "7e52e72a70080504d25e28fe6c23549cb1d391a5" protected _identifier => string(1) "`" public last_query => string(286) "SELECT `webshop_product_3dimage`.`id` AS `id`, `webshop_product_3dimage`.`webshop_product_id` AS `webshop_product_id`, `webshop_ …" 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(4) "menu" }{ 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(9) "localhost" "database" => string(8) "meanwell" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }{ protected _connection_id => string(40) "7e52e72a70080504d25e28fe6c23549cb1d391a5" protected _identifier => string(1) "`" public last_query => string(286) "SELECT `webshop_product_3dimage`.`id` AS `id`, `webshop_product_3dimage`.`webshop_product_id` AS `webshop_product_id`, `webshop_ …" 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(4) "menu" }{ 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(9) "localhost" "database" => string(8) "meanwell" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }{ 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(5)public response => object Response(5){ protected _filters => array(0) protected _uri => string(48) "<lang>/portlet/<controller>(/<action>)(<format>)" protected _regex => array(1) ( "format" => string(5) "\.\w+" ) protected _defaults => array(4) ( "lang" => string(2) "hu" "directory" => string(7) "portlet" "action" => string(5) "index" "format" => string(6) ".xhtml" ) protected _route_regex => string(117) "#^(?P<lang>[^/.,;?\n]++)/portlet/(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++))?(?:(?P<format>\.\w+))?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(7) "Portlet" protected _controller => string(16) "Webshop_Products" protected _action => string(12) "show_product" protected _uri => string(27) "hu/portlet/webshop_products" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "hu" "format" => string(6) ".xhtml" ) protected _get => array(3) ( "param" => array(2) ( "lang" => string(2) "hu" "category1" => string(61) "mean_well_nsd1512d15_bem_9436_v_kim_15_vdc_kim_2_15_vdc-p2697" ) "url_portlet_id" => string(4) "1711" "current_menu" => object Model_Menu(35){ protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(9) "parent_id" "model" => string(4) "Menu" ) ) protected _has_many => array(1) ( "children" => array(4) ( "foreign_key" => string(9) "parent_id" "through" => NULL "far_key" => string(8) "child_id" "model" => string(4) "Menu" ) ) protected _has_one => array(1) ( "route" => array(2) ( "foreign_key" => string(7) "menu_id" "model" => string(3) "Url" ) ) protected orm_automation => integer 0 protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(3) "487" "parent_id" => string(1) "0" "title" => string(6) "506975" "url" => string(6) "506978" "ord" => string(2) "61" "hidden" => string(6) "506977" "lead" => string(6) "506979" "image" => NULL "meta_description" => string(6) "506980" "meta_keywords" => string(6) "506981" "visibility" => string(6) "506976" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(3) "487" "parent_id" => string(1) "0" "title" => string(6) "506975" "url" => string(6) "506978" "ord" => string(2) "61" "hidden" => string(6) "506977" "lead" => string(6) "506979" "image" => NULL "meta_description" => string(6) "506980" "meta_keywords" => string(6) "506981" "visibility" => string(6) "506976" ) protected _related => array(1) ( "parent" => object Model_Menu(35)) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(9) "parent_id" "model" => string(4) "Menu" ) ) protected _has_many => array(1) ( "children" => array(4) ( "foreign_key" => string(9) "parent_id" "through" => NULL "far_key" => string(8) "child_id" "model" => string(4) "Menu" ) ) protected _has_one => array(1) ( "route" => array(2) ( "foreign_key" => string(7) "menu_id" "model" => string(3) "Url" ) ) protected orm_automation => integer 0 protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => NULL "parent_id" => NULL "title" => NULL "url" => NULL "ord" => NULL "hidden" => NULL "lead" => NULL "image" => NULL "meta_description" => NULL "meta_keywords" => NULL "visibility" => 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(4) "menu" protected _object_plural => string(5) "menus" protected _table_name => string(5) "menus" protected _table_columns => array(11) ( "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" ) "parent_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "title" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "url" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ord" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "ord" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lead" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(4) "lead" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "10" "comment" => string(9) "multilang" "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 TRUE "ordinal_position" => integer 8 "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" ) "meta_description" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(13) "meta_keywords" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visibility" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "visibility" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(2) "10" "comment" => string(9) "multilang" "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 _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(4) "menu" protected _object_plural => string(5) "menus" protected _table_name => string(5) "menus" protected _table_columns => array(11) ( "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" ) "parent_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "title" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "url" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ord" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "ord" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lead" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(4) "lead" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "10" "comment" => string(9) "multilang" "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 TRUE "ordinal_position" => integer 8 "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" ) "meta_description" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(13) "meta_keywords" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visibility" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "visibility" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(2) "10" "comment" => string(9) "multilang" "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(3) "487" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "7e52e72a70080504d25e28fe6c23549cb1d391a5" protected _identifier => string(1) "`" public last_query => string(286) "SELECT `webshop_product_3dimage`.`id` AS `id`, `webshop_product_3dimage`.`webshop_product_id` AS `webshop_product_id`, `webshop_ …" 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(4) "menu" }{ 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(9) "localhost" "database" => string(8) "meanwell" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }{ protected _connection_id => string(40) "7e52e72a70080504d25e28fe6c23549cb1d391a5" protected _identifier => string(1) "`" public last_query => string(286) "SELECT `webshop_product_3dimage`.`id` AS `id`, `webshop_product_3dimage`.`webshop_product_id` AS `webshop_product_id`, `webshop_ …" 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(4) "menu" }{ 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(9) "localhost" "database" => string(8) "meanwell" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }{ 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(5){ protected _filters => array(0) protected _uri => string(48) "<lang>/portlet/<controller>(/<action>)(<format>)" protected _regex => array(1) ( "format" => string(5) "\.\w+" ) protected _defaults => array(4) ( "lang" => string(2) "hu" "directory" => string(7) "portlet" "action" => string(5) "index" "format" => string(6) ".xhtml" ) protected _route_regex => string(117) "#^(?P<lang>[^/.,;?\n]++)/portlet/(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++))?(?:(?P<format>\.\w+))?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(7) "Portlet" protected _controller => string(16) "Webshop_Products" protected _action => string(12) "show_product" protected _uri => string(27) "hu/portlet/webshop_products" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "hu" "format" => string(6) ".xhtml" ) protected _get => array(3) ( "param" => array(2) ( "lang" => string(2) "hu" "category1" => string(61) "mean_well_nsd1512d15_bem_9436_v_kim_15_vdc_kim_2_15_vdc-p2697" ) "url_portlet_id" => string(4) "1711" "current_menu" => object Model_Menu(35){ protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(9) "parent_id" "model" => string(4) "Menu" ) ) protected _has_many => array(1) ( "children" => array(4) ( "foreign_key" => string(9) "parent_id" "through" => NULL "far_key" => string(8) "child_id" "model" => string(4) "Menu" ) ) protected _has_one => array(1) ( "route" => array(2) ( "foreign_key" => string(7) "menu_id" "model" => string(3) "Url" ) ) protected orm_automation => integer 0 protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(3) "487" "parent_id" => string(1) "0" "title" => string(6) "506975" "url" => string(6) "506978" "ord" => string(2) "61" "hidden" => string(6) "506977" "lead" => string(6) "506979" "image" => NULL "meta_description" => string(6) "506980" "meta_keywords" => string(6) "506981" "visibility" => string(6) "506976" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(3) "487" "parent_id" => string(1) "0" "title" => string(6) "506975" "url" => string(6) "506978" "ord" => string(2) "61" "hidden" => string(6) "506977" "lead" => string(6) "506979" "image" => NULL "meta_description" => string(6) "506980" "meta_keywords" => string(6) "506981" "visibility" => string(6) "506976" ) protected _related => array(1) ( "parent" => object Model_Menu(35)) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(9) "parent_id" "model" => string(4) "Menu" ) ) protected _has_many => array(1) ( "children" => array(4) ( "foreign_key" => string(9) "parent_id" "through" => NULL "far_key" => string(8) "child_id" "model" => string(4) "Menu" ) ) protected _has_one => array(1) ( "route" => array(2) ( "foreign_key" => string(7) "menu_id" "model" => string(3) "Url" ) ) protected orm_automation => integer 0 protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => NULL "parent_id" => NULL "title" => NULL "url" => NULL "ord" => NULL "hidden" => NULL "lead" => NULL "image" => NULL "meta_description" => NULL "meta_keywords" => NULL "visibility" => 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(4) "menu" protected _object_plural => string(5) "menus" protected _table_name => string(5) "menus" protected _table_columns => array(11) ( "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" ) "parent_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "title" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "url" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ord" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "ord" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lead" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(4) "lead" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "10" "comment" => string(9) "multilang" "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 TRUE "ordinal_position" => integer 8 "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" ) "meta_description" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(13) "meta_keywords" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visibility" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "visibility" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(2) "10" "comment" => string(9) "multilang" "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 _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(4) "menu" protected _object_plural => string(5) "menus" protected _table_name => string(5) "menus" protected _table_columns => array(11) ( "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" ) "parent_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "title" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "url" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ord" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "ord" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lead" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(4) "lead" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "10" "comment" => string(9) "multilang" "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 TRUE "ordinal_position" => integer 8 "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" ) "meta_description" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(13) "meta_keywords" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visibility" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "visibility" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(2) "10" "comment" => string(9) "multilang" "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(3) "487" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "7e52e72a70080504d25e28fe6c23549cb1d391a5" protected _identifier => string(1) "`" public last_query => string(286) "SELECT `webshop_product_3dimage`.`id` AS `id`, `webshop_product_3dimage`.`webshop_product_id` AS `webshop_product_id`, `webshop_ …" 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(4) "menu" }{ 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(9) "localhost" "database" => string(8) "meanwell" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }{ protected _connection_id => string(40) "7e52e72a70080504d25e28fe6c23549cb1d391a5" protected _identifier => string(1) "`" public last_query => string(286) "SELECT `webshop_product_3dimage`.`id` AS `id`, `webshop_product_3dimage`.`webshop_product_id` AS `webshop_product_id`, `webshop_ …" 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(4) "menu" }{ 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(9) "localhost" "database" => string(8) "meanwell" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }{ 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(5){ protected _filters => array(0) protected _uri => string(48) "<lang>/portlet/<controller>(/<action>)(<format>)" protected _regex => array(1) ( "format" => string(5) "\.\w+" ) protected _defaults => array(4) ( "lang" => string(2) "hu" "directory" => string(7) "portlet" "action" => string(5) "index" "format" => string(6) ".xhtml" ) protected _route_regex => string(117) "#^(?P<lang>[^/.,;?\n]++)/portlet/(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++))?(?:(?P<format>\.\w+))?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(7) "Portlet" protected _controller => string(16) "Webshop_Products" protected _action => string(12) "show_product" protected _uri => string(27) "hu/portlet/webshop_products" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "hu" "format" => string(6) ".xhtml" ) protected _get => array(3) ( "param" => array(2) ( "lang" => string(2) "hu" "category1" => string(61) "mean_well_nsd1512d15_bem_9436_v_kim_15_vdc_kim_2_15_vdc-p2697" ) "url_portlet_id" => string(4) "1711" "current_menu" => object Model_Menu(35){ protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(9) "parent_id" "model" => string(4) "Menu" ) ) protected _has_many => array(1) ( "children" => array(4) ( "foreign_key" => string(9) "parent_id" "through" => NULL "far_key" => string(8) "child_id" "model" => string(4) "Menu" ) ) protected _has_one => array(1) ( "route" => array(2) ( "foreign_key" => string(7) "menu_id" "model" => string(3) "Url" ) ) protected orm_automation => integer 0 protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(3) "487" "parent_id" => string(1) "0" "title" => string(6) "506975" "url" => string(6) "506978" "ord" => string(2) "61" "hidden" => string(6) "506977" "lead" => string(6) "506979" "image" => NULL "meta_description" => string(6) "506980" "meta_keywords" => string(6) "506981" "visibility" => string(6) "506976" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(3) "487" "parent_id" => string(1) "0" "title" => string(6) "506975" "url" => string(6) "506978" "ord" => string(2) "61" "hidden" => string(6) "506977" "lead" => string(6) "506979" "image" => NULL "meta_description" => string(6) "506980" "meta_keywords" => string(6) "506981" "visibility" => string(6) "506976" ) protected _related => array(1) ( "parent" => object Model_Menu(35)) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(9) "parent_id" "model" => string(4) "Menu" ) ) protected _has_many => array(1) ( "children" => array(4) ( "foreign_key" => string(9) "parent_id" "through" => NULL "far_key" => string(8) "child_id" "model" => string(4) "Menu" ) ) protected _has_one => array(1) ( "route" => array(2) ( "foreign_key" => string(7) "menu_id" "model" => string(3) "Url" ) ) protected orm_automation => integer 0 protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => NULL "parent_id" => NULL "title" => NULL "url" => NULL "ord" => NULL "hidden" => NULL "lead" => NULL "image" => NULL "meta_description" => NULL "meta_keywords" => NULL "visibility" => 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(4) "menu" protected _object_plural => string(5) "menus" protected _table_name => string(5) "menus" protected _table_columns => array(11) ( "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" ) "parent_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "title" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "url" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ord" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "ord" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lead" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(4) "lead" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "10" "comment" => string(9) "multilang" "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 TRUE "ordinal_position" => integer 8 "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" ) "meta_description" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(13) "meta_keywords" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visibility" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "visibility" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(2) "10" "comment" => string(9) "multilang" "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 _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(4) "menu" protected _object_plural => string(5) "menus" protected _table_name => string(5) "menus" protected _table_columns => array(11) ( "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" ) "parent_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "title" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "url" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ord" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "ord" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lead" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(4) "lead" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "10" "comment" => string(9) "multilang" "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 TRUE "ordinal_position" => integer 8 "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" ) "meta_description" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(13) "meta_keywords" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visibility" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "visibility" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(2) "10" "comment" => string(9) "multilang" "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(3) "487" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "7e52e72a70080504d25e28fe6c23549cb1d391a5" protected _identifier => string(1) "`" public last_query => string(286) "SELECT `webshop_product_3dimage`.`id` AS `id`, `webshop_product_3dimage`.`webshop_product_id` AS `webshop_product_id`, `webshop_ …" 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(4) "menu" }{ 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(9) "localhost" "database" => string(8) "meanwell" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }{ protected _connection_id => string(40) "7e52e72a70080504d25e28fe6c23549cb1d391a5" protected _identifier => string(1) "`" public last_query => string(286) "SELECT `webshop_product_3dimage`.`id` AS `id`, `webshop_product_3dimage`.`webshop_product_id` AS `webshop_product_id`, `webshop_ …" 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(4) "menu" }{ 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(9) "localhost" "database" => string(8) "meanwell" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }{ 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. -
APPPATH/classes/Controller/Site.php [ 146 ] » Kohana_Request->execute()
141 $response = Request::factory($route) 142 ->method(HTTP_Request::GET) 143 ->query('param', $this->request->param()) 144 ->query('url_portlet_id', $url_portlet['id']) 145 ->query('current_menu', $this->current_menu) 146 ->execute(); 147 148 $skeleton->{'container'.$url_portlet['container_id']}[] = $response->body(); 149 } 150 if ($this->auto_render) 151 { -
APPPATH/classes/Controller/Site.php [ 78 ] » Controller_Site->load_portlets()
73 { 74 Session::instance()->set('lang', (int)$this->request->query('lang')); 75 } 76 77 // Portletek betöltése 78 $this->load_portlets(); 79 $this->init_live_admin(); 80 } 81 82 83 /** -
SYSPATH/classes/Kohana/Controller.php [ 69 ] » Controller_Site->before()
64 * @return Response 65 */ 66 public function execute() 67 { 68 // Execute the "before action" method 69 $this->before(); 70 71 // Determine the action to use 72 $action = 'action_'.$this->request->action(); 73 74 // If the action doesn't exist, it's a 404 -
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0object Controller_Index(7)
{ protected portlets => NULL public template => object View(2){ protected _file => string(80) "/srv/virtual-ftp/lapanthera_webshops/meanwell/optimus/application/views/site.php" protected _data => array(4) ( "styles" => array(0) "scripts" => array(0) "version" => object Config_Group(60)public current_menu => object Model_Menu(35){ public 0 => array(2) ( "version" => string(3) "2.1" "changes" => string(57) "Új mappaszerkezet, html5 és platform kezelés törlése" ) public 1 => array(2) ( "version" => string(3) "2.0" "changes" => string(21) "Optimus Prime verzió" ) public 2 => array(2) ( "version" => string(4) "1.67" "changes" => string(122) "Admin (nem developer) a portlets oldalon nem tud módosítani és csak az elérhető portleteket listázza neki a rendszer" ) public 3 => array(2) ( "version" => string(4) "1.66" "changes" => string(121) "Portlets menüpont elérhetővé tétele. Működik a módosítás és az új portlet gomb csak developer jognál van ott" ) public 4 => array(2) ( "version" => string(4) "1.65" "changes" => string(91) "Dashboard pofozása és törölhetőek a nem használt szavak a language_values tálbából" ) public 5 => array(2) ( "version" => string(4) "1.64" "changes" => string(88) "Egy nyelv elrejthető, így a publikus oldalon a nyelvválasztóban nem jelenítjük meg" ) public 6 => array(2) ( "version" => string(4) "1.63" "changes" => string(87) "Nyelvek listája kezelhető az admin felületen keresztül (/admin/languages menüpont)" ) public 7 => array(2) ( "version" => string(4) "1.62" "changes" => string(78) "A menü részben a DefPorArr gomb csak developer szinten látszik, adminon nem" ) public 8 => array(2) ( "version" => string(4) "1.61" "changes" => string(121) "Menük most már nem csak rejtett és nem rejtettek lehetnek, hanem rejtett, webcímmel elérhető és menüben látható" ) public 9 => array(2) ( "version" => string(4) "1.60" "changes" => string(44) "download_type átnevezése download_group-ra" ) public 10 => array(2) ( "version" => string(4) "1.59" "changes" => string(88) "Új driver: rights (minden jogosultságkezelő listánál használható (pl. downloads))" ) public 11 => array(2) ( "version" => string(4) "1.58" "changes" => string(16) "Új driver: time" ) public 12 => array(2) ( "version" => string(4) "1.57" "changes" => string(73) "Fileuploader (régi) formo designjának elkészítése (views/formo/html)" ) public 13 => array(2) ( "version" => string(4) "1.56" "changes" => string(140) "A menüpontok részhez egy új gomb, amivel az adott oldal alapján a default_portlets szerializált tömb kapható meg könnyen (DefPor …" ) public 14 => array(2) ( "version" => string(4) "1.55" "changes" => string(104) "i18n működik angol oldalon angol fordításra is (előtte az alapértelmezett nyelvet nem fordította)" ) public 15 => array(2) ( "version" => string(4) "1.54" "changes" => string(74) "Admin oldalon a belépés utáni használatot már admin role-hoz kötjük" ) public 16 => array(2) ( "version" => string(4) "1.53" "changes" => string(42) "Új driver a jelszó mezőkhöz: password2" ) public 17 => array(2) ( "version" => string(4) "1.52" "changes" => string(49) "Urlportlets: export gomb és lefordított fejléc" ) public 18 => array(2) ( "version" => string(4) "1.51" "changes" => string(81) "Tablebuilder frissítés: export és táblázatfejlécek fordításból jöjjenek" ) public 19 => array(2) ( "version" => string(4) "1.50" "changes" => string(61) "Új driver: coordinates (Google Maps alapú hely kijelölés)" ) public 20 => array(2) ( "version" => string(4) "1.49" "changes" => string(54) "Tablebuilder: üres táblázatnál teljes legyen a sor" ) public 21 => array(2) ( "version" => string(4) "1.48" "changes" => string(25) "Tablebuilder: export beta" ) public 22 => array(2) ( "version" => string(4) "1.47" "changes" => string(41) "Confirm üzenet beépítése mentésekhez" ) public 23 => array(2) ( "version" => string(4) "1.46" "changes" => string(44) "Fejlécben a felhasználónév valós legyen" ) public 24 => array(2) ( "version" => string(4) "1.45" "changes" => string(32) "Címezhető portletek javítása" ) public 25 => array(2) ( "version" => string(4) "1.44" "changes" => string(25) "Új Tablebuilder filterek" ) public 26 => array(2) ( "version" => string(4) "1.43" "changes" => string(26) "Tablebuilder modul rewrite" ) public 27 => array(2) ( "version" => string(4) "1.42" "changes" => string(79) "Skeletonok kezelése az adminból (mobil és vakbarát, mentésnél COUNT hiba)" ) public 28 => array(2) ( "version" => string(4) "1.41" "changes" => string(27) "Galéria modul designolása" ) public 29 => array(2) ( "version" => string(4) "1.40" "changes" => string(98) "tablebuilder.js javítása. Valamelyik verzióban elromlott a menü admin és a predefined filters" ) public 30 => array(2) ( "version" => string(4) "1.39" "changes" => string(42) "Mobilverzió specifikus css és META tagek" ) public 31 => array(2) ( "version" => string(4) "1.38" "changes" => string(142) "Platform bevezetése (fullsite, m vagy v (mobil és vakbarát)). Skeleton ez alapján választódik, portlet view-ja ez alapján válasz …" ) public 32 => array(2) ( "version" => string(4) "1.37" "changes" => string(92) "Általános: ha lejárt sessionnel ajaxhívást indítunk, akkor 401 exception + js redirect" ) public 33 => array(2) ( "version" => string(4) "1.36" "changes" => string(57) "Csak növekvő pontérték szerepelhet a points mezőkben" ) public 34 => array(2) ( "version" => string(4) "1.35" "changes" => string(90) "Ha újonnan létrehozott kvíz van, akkor egy pont és leírás mezőt beteszünk a formba" ) public 35 => array(2) ( "version" => string(4) "1.34" "changes" => string(87) "A kvízeknél a ratingnél az első pontnak és leírásnak kötelező kitöltve lennie" ) public 36 => array(2) ( "version" => string(4) "1.33" "changes" => string(104) "onlyNumbers jQuery kiegészítő a webdream_common.js-ben, ami csak számot enged beírni egy elementben" ) public 37 => array(2) ( "version" => string(4) "1.32" "changes" => string(117) "common JS áthelyezése a CDN tárhelyre és az alap oldal és az admin oldal is rögtön includeolja a head részben" ) public 38 => array(2) ( "version" => string(4) "1.31" "changes" => string(50) "Quizzes: Válasz független kérdés, javított UI" ) public 39 => array(2) ( "version" => string(4) "1.30" "changes" => string(59) "Tablebuilder: filterek javítása, nem működtek 1.12 óta" ) public 40 => array(2) ( "version" => string(4) "1.29" "changes" => string(51) "Formo: modul frissítése, hibajavítás php5.4-hez" ) public 41 => array(2) ( "version" => string(4) "1.28" "changes" => string(70) "Menü: sitemap generálás menü módosításra, mentésre, törlésre" ) public 42 => array(2) ( "version" => string(4) "1.27" "changes" => string(45) "Menü: ne lehessen elrontani a főmenü url-t" ) public 43 => array(2) ( "version" => string(4) "1.26" "changes" => string(55) "Galéria: tároljuk a képről, hogy álló vagy fekvő" ) public 44 => array(2) ( "version" => string(4) "1.25" "changes" => string(48) "Galéria: tömegesnél lehessen nevet is megadni" ) public 45 => array(2) ( "version" => string(4) "1.24" "changes" => string(63) "Galéria: sorrendnél az egyéni input field ne legyen disabled" ) public 46 => array(2) ( "version" => string(4) "1.23" "changes" => string(37) "Galéria: új feltöltéskor dnd hiba" ) public 47 => array(2) ( "version" => string(4) "1.22" "changes" => string(59) "Galéria: Képek clearbox albumba legyenek megtekinthetőek" ) public 48 => array(2) ( "version" => string(4) "1.21" "changes" => string(67) "Galéria: Folder törlés ürítse a subfoldereket és képeiket is" ) public 49 => array(2) ( "version" => string(4) "1.20" "changes" => string(41) "Galéria: Üres galéria ne dobjon errort" ) public 50 => array(2) ( "version" => string(4) "1.19" "changes" => string(67) "Galéria: tömeges feltöltés átalakítása, hogy menteni kelljen" ) public 51 => array(2) ( "version" => string(4) "1.18" "changes" => string(62) "Felhasználók: jelszó módosítható + jelszó confirm mező" ) public 52 => array(2) ( "version" => string(4) "1.17" "changes" => string(92) "Galéria: új kép feltöltésre törlődjenek a temp mappából az 1napnál régebbi képek" ) public 53 => array(2) ( "version" => string(4) "1.16" "changes" => string(35) "Galéria: galleryorder formo driver" ) public 54 => array(2) ( "version" => string(4) "1.15" "changes" => string(78) "Galéria: Ha nincs kitöltve a title, akkor a feltöltött kép neve legyen az" ) public 55 => array(2) ( "version" => string(4) "1.14" "changes" => string(84) "Galéria: képsorrend módosítása tömeges feltöltésnél, és kép törlésnél" ) public 56 => array(2) ( "version" => string(4) "1.13" "changes" => string(31) "Galéria: képcserénél loader" ) public 57 => array(2) ( "version" => string(4) "1.12" "changes" => string(54) "Galéria: mappa törlésére törlődjenek a képek is" ) public 58 => array(2) ( "version" => string(4) "1.11" "changes" => string(25) "Verziószám hozzáadása" ) public 59 => array(2) ( "version" => string(4) "1.10" "changes" => string(7) "induló" ) }"languages" => object Database_MySQLi_Result(7){ protected _internal_row => integer 0 protected _query => string(198) "SELECT `language`.`id` AS `id`, `language`.`name` AS `name`, `language`.`url` AS `url`, `language`.`code` AS `code`, `language`. …" protected _result => object mysqli_result(5)) }{ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }protected _total_rows => integer 2 protected _current_row => integer 0 protected _as_object => string(14) "Model_Language" protected _object_params => NULL }{ protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(9) "parent_id" "model" => string(4) "Menu" ) ) protected _has_many => array(1) ( "children" => array(4) ( "foreign_key" => string(9) "parent_id" "through" => NULL "far_key" => string(8) "child_id" "model" => string(4) "Menu" ) ) protected _has_one => array(1) ( "route" => array(2) ( "foreign_key" => string(7) "menu_id" "model" => string(3) "Url" ) ) protected orm_automation => integer 0 protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(3) "487" "parent_id" => string(1) "0" "title" => string(6) "506975" "url" => string(6) "506978" "ord" => string(2) "61" "hidden" => string(6) "506977" "lead" => string(6) "506979" "image" => NULL "meta_description" => string(6) "506980" "meta_keywords" => string(6) "506981" "visibility" => string(6) "506976" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(3) "487" "parent_id" => string(1) "0" "title" => string(6) "506975" "url" => string(6) "506978" "ord" => string(2) "61" "hidden" => string(6) "506977" "lead" => string(6) "506979" "image" => NULL "meta_description" => string(6) "506980" "meta_keywords" => string(6) "506981" "visibility" => string(6) "506976" ) protected _related => array(1) ( "parent" => object Model_Menu(35)public version => object Config_Group(60){ protected _belongs_to => array(1) ( "parent" => array(2) ( "foreign_key" => string(9) "parent_id" "model" => string(4) "Menu" ) ) protected _has_many => array(1) ( "children" => array(4) ( "foreign_key" => string(9) "parent_id" "through" => NULL "far_key" => string(8) "child_id" "model" => string(4) "Menu" ) ) protected _has_one => array(1) ( "route" => array(2) ( "foreign_key" => string(7) "menu_id" "model" => string(3) "Url" ) ) protected orm_automation => integer 0 protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => NULL "parent_id" => NULL "title" => NULL "url" => NULL "ord" => NULL "hidden" => NULL "lead" => NULL "image" => NULL "meta_description" => NULL "meta_keywords" => NULL "visibility" => 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(4) "menu" protected _object_plural => string(5) "menus" protected _table_name => string(5) "menus" protected _table_columns => array(11) ( "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" ) "parent_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "title" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "url" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ord" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "ord" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lead" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(4) "lead" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "10" "comment" => string(9) "multilang" "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 TRUE "ordinal_position" => integer 8 "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" ) "meta_description" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(13) "meta_keywords" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visibility" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "visibility" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(2) "10" "comment" => string(9) "multilang" "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 _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(4) "menu" protected _object_plural => string(5) "menus" protected _table_name => string(5) "menus" protected _table_columns => array(11) ( "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" ) "parent_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "title" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "url" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ord" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(3) "ord" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lead" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(4) "lead" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "10" "comment" => string(9) "multilang" "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 TRUE "ordinal_position" => integer 8 "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" ) "meta_description" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(13) "meta_keywords" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "10" "comment" => string(9) "multilang" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visibility" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "visibility" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(2) "10" "comment" => string(9) "multilang" "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(3) "487" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "7e52e72a70080504d25e28fe6c23549cb1d391a5" protected _identifier => string(1) "`" public last_query => string(286) "SELECT `webshop_product_3dimage`.`id` AS `id`, `webshop_product_3dimage`.`webshop_product_id` AS `webshop_product_id`, `webshop_ …" 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(4) "menu" }{ 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(9) "localhost" "database" => string(8) "meanwell" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }{ protected _connection_id => string(40) "7e52e72a70080504d25e28fe6c23549cb1d391a5" protected _identifier => string(1) "`" public last_query => string(286) "SELECT `webshop_product_3dimage`.`id` AS `id`, `webshop_product_3dimage`.`webshop_product_id` AS `webshop_product_id`, `webshop_ …" 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(4) "menu" }{ 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(9) "localhost" "database" => string(8) "meanwell" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool TRUE ) }{ public 0 => array(2) ( "version" => string(3) "2.1" "changes" => string(57) "Új mappaszerkezet, html5 és platform kezelés törlése" ) public 1 => array(2) ( "version" => string(3) "2.0" "changes" => string(21) "Optimus Prime verzió" ) public 2 => array(2) ( "version" => string(4) "1.67" "changes" => string(122) "Admin (nem developer) a portlets oldalon nem tud módosítani és csak az elérhető portleteket listázza neki a rendszer" ) public 3 => array(2) ( "version" => string(4) "1.66" "changes" => string(121) "Portlets menüpont elérhetővé tétele. Működik a módosítás és az új portlet gomb csak developer jognál van ott" ) public 4 => array(2) ( "version" => string(4) "1.65" "changes" => string(91) "Dashboard pofozása és törölhetőek a nem használt szavak a language_values tálbából" ) public 5 => array(2) ( "version" => string(4) "1.64" "changes" => string(88) "Egy nyelv elrejthető, így a publikus oldalon a nyelvválasztóban nem jelenítjük meg" ) public 6 => array(2) ( "version" => string(4) "1.63" "changes" => string(87) "Nyelvek listája kezelhető az admin felületen keresztül (/admin/languages menüpont)" ) public 7 => array(2) ( "version" => string(4) "1.62" "changes" => string(78) "A menü részben a DefPorArr gomb csak developer szinten látszik, adminon nem" ) public 8 => array(2) ( "version" => string(4) "1.61" "changes" => string(121) "Menük most már nem csak rejtett és nem rejtettek lehetnek, hanem rejtett, webcímmel elérhető és menüben látható" ) public 9 => array(2) ( "version" => string(4) "1.60" "changes" => string(44) "download_type átnevezése download_group-ra" ) public 10 => array(2) ( "version" => string(4) "1.59" "changes" => string(88) "Új driver: rights (minden jogosultságkezelő listánál használható (pl. downloads))" ) public 11 => array(2) ( "version" => string(4) "1.58" "changes" => string(16) "Új driver: time" ) public 12 => array(2) ( "version" => string(4) "1.57" "changes" => string(73) "Fileuploader (régi) formo designjának elkészítése (views/formo/html)" ) public 13 => array(2) ( "version" => string(4) "1.56" "changes" => string(140) "A menüpontok részhez egy új gomb, amivel az adott oldal alapján a default_portlets szerializált tömb kapható meg könnyen (DefPor …" ) public 14 => array(2) ( "version" => string(4) "1.55" "changes" => string(104) "i18n működik angol oldalon angol fordításra is (előtte az alapértelmezett nyelvet nem fordította)" ) public 15 => array(2) ( "version" => string(4) "1.54" "changes" => string(74) "Admin oldalon a belépés utáni használatot már admin role-hoz kötjük" ) public 16 => array(2) ( "version" => string(4) "1.53" "changes" => string(42) "Új driver a jelszó mezőkhöz: password2" ) public 17 => array(2) ( "version" => string(4) "1.52" "changes" => string(49) "Urlportlets: export gomb és lefordított fejléc" ) public 18 => array(2) ( "version" => string(4) "1.51" "changes" => string(81) "Tablebuilder frissítés: export és táblázatfejlécek fordításból jöjjenek" ) public 19 => array(2) ( "version" => string(4) "1.50" "changes" => string(61) "Új driver: coordinates (Google Maps alapú hely kijelölés)" ) public 20 => array(2) ( "version" => string(4) "1.49" "changes" => string(54) "Tablebuilder: üres táblázatnál teljes legyen a sor" ) public 21 => array(2) ( "version" => string(4) "1.48" "changes" => string(25) "Tablebuilder: export beta" ) public 22 => array(2) ( "version" => string(4) "1.47" "changes" => string(41) "Confirm üzenet beépítése mentésekhez" ) public 23 => array(2) ( "version" => string(4) "1.46" "changes" => string(44) "Fejlécben a felhasználónév valós legyen" ) public 24 => array(2) ( "version" => string(4) "1.45" "changes" => string(32) "Címezhető portletek javítása" ) public 25 => array(2) ( "version" => string(4) "1.44" "changes" => string(25) "Új Tablebuilder filterek" ) public 26 => array(2) ( "version" => string(4) "1.43" "changes" => string(26) "Tablebuilder modul rewrite" ) public 27 => array(2) ( "version" => string(4) "1.42" "changes" => string(79) "Skeletonok kezelése az adminból (mobil és vakbarát, mentésnél COUNT hiba)" ) public 28 => array(2) ( "version" => string(4) "1.41" "changes" => string(27) "Galéria modul designolása" ) public 29 => array(2) ( "version" => string(4) "1.40" "changes" => string(98) "tablebuilder.js javítása. Valamelyik verzióban elromlott a menü admin és a predefined filters" ) public 30 => array(2) ( "version" => string(4) "1.39" "changes" => string(42) "Mobilverzió specifikus css és META tagek" ) public 31 => array(2) ( "version" => string(4) "1.38" "changes" => string(142) "Platform bevezetése (fullsite, m vagy v (mobil és vakbarát)). Skeleton ez alapján választódik, portlet view-ja ez alapján válasz …" ) public 32 => array(2) ( "version" => string(4) "1.37" "changes" => string(92) "Általános: ha lejárt sessionnel ajaxhívást indítunk, akkor 401 exception + js redirect" ) public 33 => array(2) ( "version" => string(4) "1.36" "changes" => string(57) "Csak növekvő pontérték szerepelhet a points mezőkben" ) public 34 => array(2) ( "version" => string(4) "1.35" "changes" => string(90) "Ha újonnan létrehozott kvíz van, akkor egy pont és leírás mezőt beteszünk a formba" ) public 35 => array(2) ( "version" => string(4) "1.34" "changes" => string(87) "A kvízeknél a ratingnél az első pontnak és leírásnak kötelező kitöltve lennie" ) public 36 => array(2) ( "version" => string(4) "1.33" "changes" => string(104) "onlyNumbers jQuery kiegészítő a webdream_common.js-ben, ami csak számot enged beírni egy elementben" ) public 37 => array(2) ( "version" => string(4) "1.32" "changes" => string(117) "common JS áthelyezése a CDN tárhelyre és az alap oldal és az admin oldal is rögtön includeolja a head részben" ) public 38 => array(2) ( "version" => string(4) "1.31" "changes" => string(50) "Quizzes: Válasz független kérdés, javított UI" ) public 39 => array(2) ( "version" => string(4) "1.30" "changes" => string(59) "Tablebuilder: filterek javítása, nem működtek 1.12 óta" ) public 40 => array(2) ( "version" => string(4) "1.29" "changes" => string(51) "Formo: modul frissítése, hibajavítás php5.4-hez" ) public 41 => array(2) ( "version" => string(4) "1.28" "changes" => string(70) "Menü: sitemap generálás menü módosításra, mentésre, törlésre" ) public 42 => array(2) ( "version" => string(4) "1.27" "changes" => string(45) "Menü: ne lehessen elrontani a főmenü url-t" ) public 43 => array(2) ( "version" => string(4) "1.26" "changes" => string(55) "Galéria: tároljuk a képről, hogy álló vagy fekvő" ) public 44 => array(2) ( "version" => string(4) "1.25" "changes" => string(48) "Galéria: tömegesnél lehessen nevet is megadni" ) public 45 => array(2) ( "version" => string(4) "1.24" "changes" => string(63) "Galéria: sorrendnél az egyéni input field ne legyen disabled" ) public 46 => array(2) ( "version" => string(4) "1.23" "changes" => string(37) "Galéria: új feltöltéskor dnd hiba" ) public 47 => array(2) ( "version" => string(4) "1.22" "changes" => string(59) "Galéria: Képek clearbox albumba legyenek megtekinthetőek" ) public 48 => array(2) ( "version" => string(4) "1.21" "changes" => string(67) "Galéria: Folder törlés ürítse a subfoldereket és képeiket is" ) public 49 => array(2) ( "version" => string(4) "1.20" "changes" => string(41) "Galéria: Üres galéria ne dobjon errort" ) public 50 => array(2) ( "version" => string(4) "1.19" "changes" => string(67) "Galéria: tömeges feltöltés átalakítása, hogy menteni kelljen" ) public 51 => array(2) ( "version" => string(4) "1.18" "changes" => string(62) "Felhasználók: jelszó módosítható + jelszó confirm mező" ) public 52 => array(2) ( "version" => string(4) "1.17" "changes" => string(92) "Galéria: új kép feltöltésre törlődjenek a temp mappából az 1napnál régebbi képek" ) public 53 => array(2) ( "version" => string(4) "1.16" "changes" => string(35) "Galéria: galleryorder formo driver" ) public 54 => array(2) ( "version" => string(4) "1.15" "changes" => string(78) "Galéria: Ha nincs kitöltve a title, akkor a feltöltött kép neve legyen az" ) public 55 => array(2) ( "version" => string(4) "1.14" "changes" => string(84) "Galéria: képsorrend módosítása tömeges feltöltésnél, és kép törlésnél" ) public 56 => array(2) ( "version" => string(4) "1.13" "changes" => string(31) "Galéria: képcserénél loader" ) public 57 => array(2) ( "version" => string(4) "1.12" "changes" => string(54) "Galéria: mappa törlésére törlődjenek a képek is" ) public 58 => array(2) ( "version" => string(4) "1.11" "changes" => string(25) "Verziószám hozzáadása" ) public 59 => array(2) ( "version" => string(4) "1.10" "changes" => string(7) "induló" ) }public auto_render => bool TRUE public request => object Request(19){ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)public response => object Response(5){ protected _filters => array(0) protected _uri => string(75) "(<lang>(/))termekek(/<category1>(/<category2>(/<category3>(/<category4>))))" protected _regex => array(1) ( "lang" => string(5) "\w{2}" ) protected _defaults => array(3) ( "lang" => string(2) "hu" "controller" => string(5) "index" "action" => string(5) "index" ) protected _route_regex => string(172) "#^(?:(?P<lang>\w{2})(?:/)?)?termekek(?:/(?P<category1>[^/.,;?\n]++)(?:/(?P<category2>[^/.,;?\n]++)(?:/(?P<category3>[^/.,;?\n]++ …" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(5) "Index" protected _action => string(5) "index" protected _uri => string(70) "termekek/mean_well_nsd1512d15_bem_9436_v_kim_15_vdc_kim_2_15_vdc-p2697" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "hu" "category1" => string(61) "mean_well_nsd1512d15_bem_9436_v_kim_15_vdc_kim_2_15_vdc-p2697" ) protected _get => array(1) ( "kohana_uri" => string(70) "termekek/mean_well_nsd1512d15_bem_9436_v_kim_15_vdc_kim_2_15_vdc-p2697" ) protected _post => array(0) protected _cookies => array(0) 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 TRUE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(75) "(<lang>(/))termekek(/<category1>(/<category2>(/<category3>(/<category4>))))" protected _regex => array(1) ( "lang" => string(5) "\w{2}" ) protected _defaults => array(3) ( "lang" => string(2) "hu" "controller" => string(5) "index" "action" => string(5) "index" ) protected _route_regex => string(172) "#^(?:(?P<lang>\w{2})(?:/)?)?termekek(?:/(?P<category1>[^/.,;?\n]++)(?:/(?P<category2>[^/.,;?\n]++)(?:/(?P<category3>[^/.,;?\n]++ …" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(5) "Index" protected _action => string(5) "index" protected _uri => string(70) "termekek/mean_well_nsd1512d15_bem_9436_v_kim_15_vdc_kim_2_15_vdc-p2697" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "hu" "category1" => string(61) "mean_well_nsd1512d15_bem_9436_v_kim_15_vdc_kim_2_15_vdc-p2697" ) protected _get => array(1) ( "kohana_uri" => string(70) "termekek/mean_well_nsd1512d15_bem_9436_v_kim_15_vdc_kim_2_15_vdc-p2697" ) protected _post => array(0) protected _cookies => array(0) 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 TRUE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(75) "(<lang>(/))termekek(/<category1>(/<category2>(/<category3>(/<category4>))))" protected _regex => array(1) ( "lang" => string(5) "\w{2}" ) protected _defaults => array(3) ( "lang" => string(2) "hu" "controller" => string(5) "index" "action" => string(5) "index" ) protected _route_regex => string(172) "#^(?:(?P<lang>\w{2})(?:/)?)?termekek(?:/(?P<category1>[^/.,;?\n]++)(?:/(?P<category2>[^/.,;?\n]++)(?:/(?P<category3>[^/.,;?\n]++ …" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(5) "Index" protected _action => string(5) "index" protected _uri => string(70) "termekek/mean_well_nsd1512d15_bem_9436_v_kim_15_vdc_kim_2_15_vdc-p2697" protected _external => bool FALSE protected _params => array(2) ( "lang" => string(2) "hu" "category1" => string(61) "mean_well_nsd1512d15_bem_9436_v_kim_15_vdc_kim_2_15_vdc-p2697" ) protected _get => array(1) ( "kohana_uri" => string(70) "termekek/mean_well_nsd1512d15_bem_9436_v_kim_15_vdc_kim_2_15_vdc-p2697" ) protected _post => array(0) protected _cookies => array(0) 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 [ 150 ] » Kohana_Request->execute()
145 * If no source is specified, the URI will be automatically detected. 146 */ 147 try 148 { 149 echo Request::factory() 150 ->execute() 151 ->send_headers(TRUE) 152 ->body(); 153 } 154 catch (HTTP_Exception_404 $e) 155 {