/var/www/CMS-PRODUCTION/libs/3.1.2/breezy/search/classes/Breezy/Search/Driver/Elasticsearch.php [ 60 ]
55 $index = $this->create_index_name($language);
56 $request['from'] = '0';
57 $request['fields'] = '';
58 $request['size'] = 100;
59 $result = $this->client->search($index, null, $request);
60 return $result->hits->total;
61 }
62
63 public function add_to_index($language, $table, $entity) {
64 if (!$this->is_index_exists($language)) {
65 $this->create_index($language);
-
/var/www/CMS-PRODUCTION/libs/3.1.2/breezy/search/classes/Breezy/Search/Driver/Elasticsearch.php [ 60 ] » Kohana_Core::error_handler(arguments)
0
integer 8
1
string(36) "Trying to get property of non-object"
2
string(95) "/var/www/CMS-PRODUCTION/libs/3.1.2/breezy/search/classes/Breezy/Search/Driver/Elasticsearch.php"
3
integer 60
4
array(4) ( "language" => string(2) "cs" "request" => array(4) ( "query" => array(1) ( "filtered" => array(1) ( "filter" => array(1) ( "and" => array(3) ( 0 => array(1) ( "term" => array(1) ( "cms_status" => integer 1 ) ) 1 => array(1) ( "numeric_range" => array(1) ( "unix_publicated" => array(1) ( "lte" => integer 1675545342 ) ) ) 2 => array(1) ( "term" => array(1) ( "articles_author_id" => string(2) "15" ) ) ) ) ) ) "from" => string(1) "0" "fields" => string(0) "" "size" => integer 100 ) "index" => string(24) "wwwczechdesigncz_2020_cs" "result" => bool FALSE )
55 $index = $this->create_index_name($language); 56 $request['from'] = '0'; 57 $request['fields'] = ''; 58 $request['size'] = 100; 59 $result = $this->client->search($index, null, $request); 60 return $result->hits->total; 61 } 62 63 public function add_to_index($language, $table, $entity) { 64 if (!$this->is_index_exists($language)) { 65 $this->create_index($language);
-
/var/www/CMS-PRODUCTION/libs/3.1.2/breezy/search/classes/Breezy/Search.php [ 82 ] » Breezy_Search_Driver_Elasticsearch->count(arguments)
language
string(2) "cs"
request
array(1) ( "value" => array(3) ( "cms_status" => integer 1 "unix_publicated" => array(2) ( 0 => string(2) "<=" 1 => integer 1675545342 ) "articles_author_id" => string(2) "15" ) )
77 78 public function count_all() { 79 return self::$driver->count( 80 $this->language, 81 $this->request 82 ); 83 } 84 }
-
APPPATH/classes/Controller/Search.php [ 55 ] » Breezy_Search->count_all()
50 foreach ($types as $count_type => &$count) { 51 $count_search = Search::instance()->raw_search(ORM::$prefix, array()); 52 $count_search = $this->filter_search_by_type($count_search, $count_type); 53 $count_search = $this->filted_publicated($count_search); 54 $count_search = $this->filter_by_author($count_search, $author->pk()); 55 $count = $count_search->count_all(); 56 } 57 58 $search = Search::instance()->raw_search(ORM::$prefix, array('sort' => array('unix_date' => 'desc'))); 59 $search = $this->filter_search_by_type($search, $type); 60 $search = $this->filted_publicated($search);
-
SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Search->action_author()
79 array(':uri' => $this->request->uri()) 80 )->request($this->request); 81 } 82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response
-
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Search(7)
{ protected show_debug_toolbar => bool TRUE protected breadcrumbs => bool TRUE protected _layout => string(23) "Template_Layout_Default" protected _default_template => string(12) "Template_APP" public template => object Template_Search_Author(0)
{ }
public request => object Request(20){ protected _persistent => array(0) protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(5) "HTTPS" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(1) ( 0 => object Closure(1)
protected _routes => array(0) protected _header => object HTTP_Header(0){ public 0 => object Closure(1) { *RECURSION* } }
) protected _uri => string(12) "autori/<uri>" protected _regex => array(1) ( "uri" => string(15) "[a-zA-Z0-9_/-]+" ) protected _defaults => array(2) ( "action" => string(5) "index" "host" => bool FALSE ) protected _route_regex => string(37) "#^autori/(?P<uri>[a-zA-Z0-9_/-]+)$#uD" }{ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(6) "Search" protected _action => string(6) "author" protected _uri => string(33) "autori/michaela-holubec-birtusova" protected _external => bool FALSE protected _params => array(2) ( "uri" => string(26) "michaela-holubec-birtusova" "author" => object Model_Articles_Author(40){ protected _has_many => array(2) ( "articles" => array(4) ( "foreign_key" => string(18) "articles_author_id" "model" => string(7) "Article" "through" => NULL "far_key" => string(10) "article_id" ) "articles_authors_blocks" => array(5) ( "foreign_key" => string(18) "articles_author_id" "model" => string(22) "Articles_Authors_Block" "through" => NULL "far_key" => string(25) "articles_authors_block_id" "bread" => bool FALSE ) ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "foreign_key" => string(14) "cms_created_by" "model" => string(8) "CMS_user" ) "updated_by" => array(2) ( "foreign_key" => string(14) "cms_updated_by" "model" => string(8) "CMS_user" ) ) protected _hide_quick_create => array(0) protected _prefix_table => bool TRUE protected _relationships => NULL protected _update_cms_uri => bool TRUE protected _cms_save => bool TRUE protected _joined => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => string(2) "15" "cms_head_title" => string(19) "Michaela Birtusová" "cms_head_description" => NULL "cms_head_keywords" => NULL "cms_order" => string(2) "25" "cms_status" => string(0) "" "cms_uri" => string(26) "michaela-holubec-birtusova" "cms_name" => string(17) "articles_author15" "cms_updated" => string(19) "2018-02-22 16:00:38" "cms_created" => string(19) "2014-09-02 20:38:50" "cms_updated_by" => string(2) "15" "cms_created_by" => string(1) "1" "name" => string(8) "Michaela" "surname" => string(18) "Holubec Birtusová" "email" => string(36) "michaela.birtusova(at)czechdesign.cz" "description" => string(143) "Míša se vyzná v designérských soutěžích i pracovních nabídkách. Pracuje zejména na organizaci designérských soutěží a tendrů." "app_post" => string(19) "Design konzultantka" "app_phone" => string(9) "773541673" "app_url" => NULL "app_czd" => string(0) "" "app_contact" => string(0) "" "cms_app_order" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(22) ( "id" => string(2) "15" "cms_head_title" => string(19) "Michaela Birtusová" "cms_head_description" => NULL "cms_head_keywords" => NULL "cms_order" => string(2) "25" "cms_status" => string(0) "" "cms_uri" => string(26) "michaela-holubec-birtusova" "cms_name" => string(17) "articles_author15" "cms_updated" => string(19) "2018-02-22 16:00:38" "cms_created" => string(19) "2014-09-02 20:38:50" "cms_updated_by" => string(2) "15" "cms_created_by" => string(1) "1" "name" => string(8) "Michaela" "surname" => string(18) "Holubec Birtusová" "email" => string(36) "michaela.birtusova(at)czechdesign.cz" "description" => string(143) "Míša se vyzná v designérských soutěžích i pracovních nabídkách. Pracuje zejména na organizaci designérských soutěží a tendrů." "app_post" => string(19) "Design konzultantka" "app_phone" => string(9) "773541673" "app_url" => NULL "app_czd" => string(0) "" "app_contact" => string(0) "" "cms_app_order" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => array(1) ( "cms_order" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "articles_author" protected _object_plural => string(16) "articles_authors" protected _table_name => string(19) "cs_articles_authors" protected _table_columns => array(22) ( "id" => array(15) ( "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" "label" => string(2) "id" "orderable" => bool TRUE ) "cms_head_title" => array(14) ( "type" => string(6) "string" "column_name" => string(14) "cms_head_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "75" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(10) "Meta Title" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(10) "Meta Title" "orderable" => bool TRUE ) "cms_head_description" => array(14) ( "type" => string(6) "string" "column_name" => string(20) "cms_head_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "150" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(16) "Meta Description" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(16) "Meta Description" "orderable" => bool TRUE ) "cms_head_keywords" => array(14) ( "type" => string(6) "string" "column_name" => string(17) "cms_head_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "150" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(13) "Meta Keywords" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(13) "Meta Keywords" "orderable" => bool TRUE ) "cms_order" => array(15) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "cms_order" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(8) "Pořadí" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(8) "Pořadí" "orderable" => bool TRUE ) "cms_status" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(10) "cms_status" "column_default" => string(4) "b'0'" "data_type" => string(3) "bit" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(8) "Zobrazit" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" "label" => string(8) "Zobrazit" "orderable" => bool TRUE ) "cms_uri" => array(14) ( "type" => string(6) "string" "column_name" => string(7) "cms_uri" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "80" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(3) "URL" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" "label" => string(3) "URL" "orderable" => bool TRUE ) "cms_name" => array(14) ( "type" => string(6) "string" "column_name" => string(8) "cms_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "80" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(10) "CMS název" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" "label" => string(10) "CMS název" "orderable" => bool TRUE ) "cms_updated" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "cms_updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(8) "Upraveno" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(8) "Upraveno" "orderable" => bool TRUE ) "cms_created" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "cms_created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(10) "Vytvořeno" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(10) "Vytvořeno" "orderable" => bool TRUE ) "cms_updated_by" => array(15) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "cms_updated_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "10" "comment" => string(7) "Upravil" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" "label" => string(7) "Upravil" "orderable" => bool TRUE ) "cms_created_by" => array(15) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "cms_created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(2) "10" "comment" => string(9) "Vytvořil" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" "label" => string(9) "Vytvořil" "orderable" => bool TRUE ) "name" => array(14) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(2) "25" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(6) "Jméno" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(6) "Jméno" "orderable" => bool TRUE ) "surname" => array(14) ( "type" => string(6) "string" "column_name" => string(7) "surname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(2) "25" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(11) "Příjmení" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(11) "Příjmení" "orderable" => bool TRUE ) "email" => array(14) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "125" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(6) "E-mail" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(6) "E-mail" "orderable" => bool TRUE ) "description" => array(14) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "collation_name" => string(13) "utf8_czech_ci" "comment" => string(5) "Popis" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(5) "Popis" "orderable" => bool TRUE ) "app_post" => array(14) ( "type" => string(6) "string" "column_name" => string(8) "app_post" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(6) "Pozice" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(6) "Pozice" "orderable" => bool TRUE ) "app_phone" => array(14) ( "type" => string(6) "string" "column_name" => string(9) "app_phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "25" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(7) "Telefon" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(7) "Telefon" "orderable" => bool TRUE ) "app_url" => array(14) ( "type" => string(6) "string" "column_name" => string(7) "app_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(3) "255" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(24) "Website (externí odkaz)" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(24) "Website (externí odkaz)" "orderable" => bool TRUE ) "app_czd" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "app_czd" "column_default" => string(4) "b'0'" "data_type" => string(3) "bit" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "comment" => string(32) "Zobrazit profil v sekci Kdo jsme" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(32) "Zobrazit profil v sekci Kdo jsme" "orderable" => bool TRUE ) "app_contact" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(11) "app_contact" "column_default" => string(4) "b'0'" "data_type" => string(3) "bit" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(31) "Zobrazit profil v sekci Kontakt" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(31) "Zobrazit profil v sekci Kontakt" "orderable" => bool TRUE ) "cms_app_order" => array(15) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "cms_app_order" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "11" "comment" => string(21) "Pořadí v kontaktech" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(21) "Pořadí v kontaktech" "orderable" => bool TRUE ) ) protected _updated_column => array(2) ( "column" => string(11) "cms_updated" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(11) "cms_created" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "15" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _connection_id => string(40) "f0af7994191b8ee06330a917f7b3d8be1e59f857" protected _identifier => string(1) "`" public last_query => string(1229) "SELECT `articles_author`.`id` AS `id`, `articles_author`.`cms_head_title` AS `cms_head_title`, `articles_author`.`cms_head_descr …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(8) "czechd_w" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }
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) "articles_author" }{ 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(5) "HTTPS" }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)
0
object Request(20)
{ protected _persistent => array(0) protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(5) "HTTPS" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(1) ( 0 => object Closure(1)
protected _routes => array(0) protected _header => object HTTP_Header(0){ public 0 => object Closure(1) { *RECURSION* } }
) protected _uri => string(12) "autori/<uri>" protected _regex => array(1) ( "uri" => string(15) "[a-zA-Z0-9_/-]+" ) protected _defaults => array(2) ( "action" => string(5) "index" "host" => bool FALSE ) protected _route_regex => string(37) "#^autori/(?P<uri>[a-zA-Z0-9_/-]+)$#uD" }{ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(6) "Search" protected _action => string(6) "author" protected _uri => string(33) "autori/michaela-holubec-birtusova" protected _external => bool FALSE protected _params => array(2) ( "uri" => string(26) "michaela-holubec-birtusova" "author" => object Model_Articles_Author(40){ protected _has_many => array(2) ( "articles" => array(4) ( "foreign_key" => string(18) "articles_author_id" "model" => string(7) "Article" "through" => NULL "far_key" => string(10) "article_id" ) "articles_authors_blocks" => array(5) ( "foreign_key" => string(18) "articles_author_id" "model" => string(22) "Articles_Authors_Block" "through" => NULL "far_key" => string(25) "articles_authors_block_id" "bread" => bool FALSE ) ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "foreign_key" => string(14) "cms_created_by" "model" => string(8) "CMS_user" ) "updated_by" => array(2) ( "foreign_key" => string(14) "cms_updated_by" "model" => string(8) "CMS_user" ) ) protected _hide_quick_create => array(0) protected _prefix_table => bool TRUE protected _relationships => NULL protected _update_cms_uri => bool TRUE protected _cms_save => bool TRUE protected _joined => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => string(2) "15" "cms_head_title" => string(19) "Michaela Birtusová" "cms_head_description" => NULL "cms_head_keywords" => NULL "cms_order" => string(2) "25" "cms_status" => string(0) "" "cms_uri" => string(26) "michaela-holubec-birtusova" "cms_name" => string(17) "articles_author15" "cms_updated" => string(19) "2018-02-22 16:00:38" "cms_created" => string(19) "2014-09-02 20:38:50" "cms_updated_by" => string(2) "15" "cms_created_by" => string(1) "1" "name" => string(8) "Michaela" "surname" => string(18) "Holubec Birtusová" "email" => string(36) "michaela.birtusova(at)czechdesign.cz" "description" => string(143) "Míša se vyzná v designérských soutěžích i pracovních nabídkách. Pracuje zejména na organizaci designérských soutěží a tendrů." "app_post" => string(19) "Design konzultantka" "app_phone" => string(9) "773541673" "app_url" => NULL "app_czd" => string(0) "" "app_contact" => string(0) "" "cms_app_order" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(22) ( "id" => string(2) "15" "cms_head_title" => string(19) "Michaela Birtusová" "cms_head_description" => NULL "cms_head_keywords" => NULL "cms_order" => string(2) "25" "cms_status" => string(0) "" "cms_uri" => string(26) "michaela-holubec-birtusova" "cms_name" => string(17) "articles_author15" "cms_updated" => string(19) "2018-02-22 16:00:38" "cms_created" => string(19) "2014-09-02 20:38:50" "cms_updated_by" => string(2) "15" "cms_created_by" => string(1) "1" "name" => string(8) "Michaela" "surname" => string(18) "Holubec Birtusová" "email" => string(36) "michaela.birtusova(at)czechdesign.cz" "description" => string(143) "Míša se vyzná v designérských soutěžích i pracovních nabídkách. Pracuje zejména na organizaci designérských soutěží a tendrů." "app_post" => string(19) "Design konzultantka" "app_phone" => string(9) "773541673" "app_url" => NULL "app_czd" => string(0) "" "app_contact" => string(0) "" "cms_app_order" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => array(1) ( "cms_order" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "articles_author" protected _object_plural => string(16) "articles_authors" protected _table_name => string(19) "cs_articles_authors" protected _table_columns => array(22) ( "id" => array(15) ( "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" "label" => string(2) "id" "orderable" => bool TRUE ) "cms_head_title" => array(14) ( "type" => string(6) "string" "column_name" => string(14) "cms_head_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "75" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(10) "Meta Title" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(10) "Meta Title" "orderable" => bool TRUE ) "cms_head_description" => array(14) ( "type" => string(6) "string" "column_name" => string(20) "cms_head_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "150" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(16) "Meta Description" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(16) "Meta Description" "orderable" => bool TRUE ) "cms_head_keywords" => array(14) ( "type" => string(6) "string" "column_name" => string(17) "cms_head_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "150" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(13) "Meta Keywords" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(13) "Meta Keywords" "orderable" => bool TRUE ) "cms_order" => array(15) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "cms_order" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(8) "Pořadí" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(8) "Pořadí" "orderable" => bool TRUE ) "cms_status" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(10) "cms_status" "column_default" => string(4) "b'0'" "data_type" => string(3) "bit" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(8) "Zobrazit" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" "label" => string(8) "Zobrazit" "orderable" => bool TRUE ) "cms_uri" => array(14) ( "type" => string(6) "string" "column_name" => string(7) "cms_uri" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "80" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(3) "URL" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" "label" => string(3) "URL" "orderable" => bool TRUE ) "cms_name" => array(14) ( "type" => string(6) "string" "column_name" => string(8) "cms_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "80" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(10) "CMS název" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" "label" => string(10) "CMS název" "orderable" => bool TRUE ) "cms_updated" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "cms_updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(8) "Upraveno" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(8) "Upraveno" "orderable" => bool TRUE ) "cms_created" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "cms_created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(10) "Vytvořeno" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(10) "Vytvořeno" "orderable" => bool TRUE ) "cms_updated_by" => array(15) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "cms_updated_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "10" "comment" => string(7) "Upravil" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" "label" => string(7) "Upravil" "orderable" => bool TRUE ) "cms_created_by" => array(15) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "cms_created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(2) "10" "comment" => string(9) "Vytvořil" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" "label" => string(9) "Vytvořil" "orderable" => bool TRUE ) "name" => array(14) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(2) "25" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(6) "Jméno" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(6) "Jméno" "orderable" => bool TRUE ) "surname" => array(14) ( "type" => string(6) "string" "column_name" => string(7) "surname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(2) "25" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(11) "Příjmení" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(11) "Příjmení" "orderable" => bool TRUE ) "email" => array(14) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "125" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(6) "E-mail" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(6) "E-mail" "orderable" => bool TRUE ) "description" => array(14) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "collation_name" => string(13) "utf8_czech_ci" "comment" => string(5) "Popis" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(5) "Popis" "orderable" => bool TRUE ) "app_post" => array(14) ( "type" => string(6) "string" "column_name" => string(8) "app_post" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(6) "Pozice" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(6) "Pozice" "orderable" => bool TRUE ) "app_phone" => array(14) ( "type" => string(6) "string" "column_name" => string(9) "app_phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "25" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(7) "Telefon" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(7) "Telefon" "orderable" => bool TRUE ) "app_url" => array(14) ( "type" => string(6) "string" "column_name" => string(7) "app_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(3) "255" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(24) "Website (externí odkaz)" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(24) "Website (externí odkaz)" "orderable" => bool TRUE ) "app_czd" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "app_czd" "column_default" => string(4) "b'0'" "data_type" => string(3) "bit" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "comment" => string(32) "Zobrazit profil v sekci Kdo jsme" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(32) "Zobrazit profil v sekci Kdo jsme" "orderable" => bool TRUE ) "app_contact" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(11) "app_contact" "column_default" => string(4) "b'0'" "data_type" => string(3) "bit" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(31) "Zobrazit profil v sekci Kontakt" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(31) "Zobrazit profil v sekci Kontakt" "orderable" => bool TRUE ) "cms_app_order" => array(15) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "cms_app_order" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "11" "comment" => string(21) "Pořadí v kontaktech" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(21) "Pořadí v kontaktech" "orderable" => bool TRUE ) ) protected _updated_column => array(2) ( "column" => string(11) "cms_updated" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(11) "cms_created" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "15" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _connection_id => string(40) "f0af7994191b8ee06330a917f7b3d8be1e59f857" protected _identifier => string(1) "`" public last_query => string(1229) "SELECT `articles_author`.`id` AS `id`, `articles_author`.`cms_head_title` AS `cms_head_title`, `articles_author`.`cms_head_descr …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(8) "czechd_w" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }
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) "articles_author" }{ 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) }
}1
object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0)
{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(5) "HTTPS" }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)
0
object Request(20)
{ protected _persistent => array(0) protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(5) "HTTPS" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(1) ( 0 => object Closure(1)
protected _routes => array(0) protected _header => object HTTP_Header(0){ public 0 => object Closure(1) { *RECURSION* } }
) protected _uri => string(12) "autori/<uri>" protected _regex => array(1) ( "uri" => string(15) "[a-zA-Z0-9_/-]+" ) protected _defaults => array(2) ( "action" => string(5) "index" "host" => bool FALSE ) protected _route_regex => string(37) "#^autori/(?P<uri>[a-zA-Z0-9_/-]+)$#uD" }{ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(6) "Search" protected _action => string(6) "author" protected _uri => string(33) "autori/michaela-holubec-birtusova" protected _external => bool FALSE protected _params => array(2) ( "uri" => string(26) "michaela-holubec-birtusova" "author" => object Model_Articles_Author(40){ protected _has_many => array(2) ( "articles" => array(4) ( "foreign_key" => string(18) "articles_author_id" "model" => string(7) "Article" "through" => NULL "far_key" => string(10) "article_id" ) "articles_authors_blocks" => array(5) ( "foreign_key" => string(18) "articles_author_id" "model" => string(22) "Articles_Authors_Block" "through" => NULL "far_key" => string(25) "articles_authors_block_id" "bread" => bool FALSE ) ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "foreign_key" => string(14) "cms_created_by" "model" => string(8) "CMS_user" ) "updated_by" => array(2) ( "foreign_key" => string(14) "cms_updated_by" "model" => string(8) "CMS_user" ) ) protected _hide_quick_create => array(0) protected _prefix_table => bool TRUE protected _relationships => NULL protected _update_cms_uri => bool TRUE protected _cms_save => bool TRUE protected _joined => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => string(2) "15" "cms_head_title" => string(19) "Michaela Birtusová" "cms_head_description" => NULL "cms_head_keywords" => NULL "cms_order" => string(2) "25" "cms_status" => string(0) "" "cms_uri" => string(26) "michaela-holubec-birtusova" "cms_name" => string(17) "articles_author15" "cms_updated" => string(19) "2018-02-22 16:00:38" "cms_created" => string(19) "2014-09-02 20:38:50" "cms_updated_by" => string(2) "15" "cms_created_by" => string(1) "1" "name" => string(8) "Michaela" "surname" => string(18) "Holubec Birtusová" "email" => string(36) "michaela.birtusova(at)czechdesign.cz" "description" => string(143) "Míša se vyzná v designérských soutěžích i pracovních nabídkách. Pracuje zejména na organizaci designérských soutěží a tendrů." "app_post" => string(19) "Design konzultantka" "app_phone" => string(9) "773541673" "app_url" => NULL "app_czd" => string(0) "" "app_contact" => string(0) "" "cms_app_order" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(22) ( "id" => string(2) "15" "cms_head_title" => string(19) "Michaela Birtusová" "cms_head_description" => NULL "cms_head_keywords" => NULL "cms_order" => string(2) "25" "cms_status" => string(0) "" "cms_uri" => string(26) "michaela-holubec-birtusova" "cms_name" => string(17) "articles_author15" "cms_updated" => string(19) "2018-02-22 16:00:38" "cms_created" => string(19) "2014-09-02 20:38:50" "cms_updated_by" => string(2) "15" "cms_created_by" => string(1) "1" "name" => string(8) "Michaela" "surname" => string(18) "Holubec Birtusová" "email" => string(36) "michaela.birtusova(at)czechdesign.cz" "description" => string(143) "Míša se vyzná v designérských soutěžích i pracovních nabídkách. Pracuje zejména na organizaci designérských soutěží a tendrů." "app_post" => string(19) "Design konzultantka" "app_phone" => string(9) "773541673" "app_url" => NULL "app_czd" => string(0) "" "app_contact" => string(0) "" "cms_app_order" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => array(1) ( "cms_order" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "articles_author" protected _object_plural => string(16) "articles_authors" protected _table_name => string(19) "cs_articles_authors" protected _table_columns => array(22) ( "id" => array(15) ( "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" "label" => string(2) "id" "orderable" => bool TRUE ) "cms_head_title" => array(14) ( "type" => string(6) "string" "column_name" => string(14) "cms_head_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "75" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(10) "Meta Title" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(10) "Meta Title" "orderable" => bool TRUE ) "cms_head_description" => array(14) ( "type" => string(6) "string" "column_name" => string(20) "cms_head_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "150" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(16) "Meta Description" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(16) "Meta Description" "orderable" => bool TRUE ) "cms_head_keywords" => array(14) ( "type" => string(6) "string" "column_name" => string(17) "cms_head_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "150" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(13) "Meta Keywords" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(13) "Meta Keywords" "orderable" => bool TRUE ) "cms_order" => array(15) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "cms_order" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(8) "Pořadí" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(8) "Pořadí" "orderable" => bool TRUE ) "cms_status" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(10) "cms_status" "column_default" => string(4) "b'0'" "data_type" => string(3) "bit" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(8) "Zobrazit" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" "label" => string(8) "Zobrazit" "orderable" => bool TRUE ) "cms_uri" => array(14) ( "type" => string(6) "string" "column_name" => string(7) "cms_uri" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "80" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(3) "URL" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" "label" => string(3) "URL" "orderable" => bool TRUE ) "cms_name" => array(14) ( "type" => string(6) "string" "column_name" => string(8) "cms_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "80" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(10) "CMS název" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" "label" => string(10) "CMS název" "orderable" => bool TRUE ) "cms_updated" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "cms_updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(8) "Upraveno" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(8) "Upraveno" "orderable" => bool TRUE ) "cms_created" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "cms_created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(10) "Vytvořeno" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(10) "Vytvořeno" "orderable" => bool TRUE ) "cms_updated_by" => array(15) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "cms_updated_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "10" "comment" => string(7) "Upravil" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" "label" => string(7) "Upravil" "orderable" => bool TRUE ) "cms_created_by" => array(15) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "cms_created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(2) "10" "comment" => string(9) "Vytvořil" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" "label" => string(9) "Vytvořil" "orderable" => bool TRUE ) "name" => array(14) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(2) "25" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(6) "Jméno" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(6) "Jméno" "orderable" => bool TRUE ) "surname" => array(14) ( "type" => string(6) "string" "column_name" => string(7) "surname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(2) "25" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(11) "Příjmení" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(11) "Příjmení" "orderable" => bool TRUE ) "email" => array(14) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "125" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(6) "E-mail" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(6) "E-mail" "orderable" => bool TRUE ) "description" => array(14) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "collation_name" => string(13) "utf8_czech_ci" "comment" => string(5) "Popis" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(5) "Popis" "orderable" => bool TRUE ) "app_post" => array(14) ( "type" => string(6) "string" "column_name" => string(8) "app_post" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(6) "Pozice" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(6) "Pozice" "orderable" => bool TRUE ) "app_phone" => array(14) ( "type" => string(6) "string" "column_name" => string(9) "app_phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(2) "25" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(7) "Telefon" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(7) "Telefon" "orderable" => bool TRUE ) "app_url" => array(14) ( "type" => string(6) "string" "column_name" => string(7) "app_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(3) "255" "collation_name" => string(13) "utf8_czech_ci" "comment" => string(24) "Website (externí odkaz)" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(24) "Website (externí odkaz)" "orderable" => bool TRUE ) "app_czd" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "app_czd" "column_default" => string(4) "b'0'" "data_type" => string(3) "bit" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "comment" => string(32) "Zobrazit profil v sekci Kdo jsme" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(32) "Zobrazit profil v sekci Kdo jsme" "orderable" => bool TRUE ) "app_contact" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(11) "app_contact" "column_default" => string(4) "b'0'" "data_type" => string(3) "bit" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(31) "Zobrazit profil v sekci Kontakt" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(31) "Zobrazit profil v sekci Kontakt" "orderable" => bool TRUE ) "cms_app_order" => array(15) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "cms_app_order" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "11" "comment" => string(21) "Pořadí v kontaktech" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" "label" => string(21) "Pořadí v kontaktech" "orderable" => bool TRUE ) ) protected _updated_column => array(2) ( "column" => string(11) "cms_updated" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(11) "cms_created" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "15" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _connection_id => string(40) "f0af7994191b8ee06330a917f7b3d8be1e59f857" protected _identifier => string(1) "`" public last_query => string(1229) "SELECT `articles_author`.`id` AS `id`, `articles_author`.`cms_head_title` AS `cms_head_title`, `articles_author`.`cms_head_descr …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(8) "czechd_w" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }
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) "articles_author" }{ 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.
-
MODPATH/breezy/classes/Breezy/Request.php [ 73 ] » Kohana_Request->execute()
68 } 69 } 70 71 $this->set_persistent(); 72 73 return parent::execute(); 74 } 75 76 public static function current_uri($param = array()){ 77 78 return Request::initial()->route()->uri($param + (Request::initial()->route_param()));
-
DOCROOT/index.php [ 155 ] » Breezy_Request->execute()
150 else{ 151 $uri = CMS::detect_uri(); 152 153 CMS::init(stripos($uri.'/', CMS::$backend_uri) ? 'backend' : 'frontend'); 154 155 echo Request::factory($uri, array(), FALSE)->execute()->send_headers(TRUE)->body(); 156 }