SYSPATH/classes/kohana/view.php [ 252 ]
247 */
248 public function set_filename($file)
249 {
250 if (($path = Kohana::find_file('views', $file)) === FALSE)
251 {
252 throw new View_Exception('The requested view :file could not be found', array(
253 ':file' => $file,
254 ));
255 }
256
257 // Store the file path locally
-
SYSPATH/classes/kohana/view.php [ 137 ] » Kohana_View->set_filename(arguments)
0
string(12) "help/contact"
132 */ 133 public function __construct($file = NULL, array $data = NULL) 134 { 135 if ($file !== NULL) 136 { 137 $this->set_filename($file); 138 } 139 140 if ($data !== NULL) 141 { 142 // Add the values to the current data
-
SYSPATH/classes/kohana/view.php [ 30 ] » Kohana_View->__construct(arguments)
0
string(12) "help/contact"
1
array(10) ( "keywords" => string(21) "Kontakt, Kontaktseite" "description" => string(87) "Kontaktieren Sie unseren Kundenservice. Wir helfen Ihnen gerne bei Ihren Fragen weiter." "content" => bool FALSE "title" => bool FALSE "header" => string(1694) "<div id="header"> <div id="header_content_box"> <!-- Start navigation1 --> <div id="navigation1"> <ul> …" "footer" => string(4342) "<!--Footer Container--> <div id="footer-container"> <div id="footer-legal"> <span class="copyright"> <span class="tran …" "curCategory" => string(0) "" "ogData" => string(0) "" "loggedUser" => object Model_User(34)
{ protected _has_many => array(11) ( "user_tokens" => array(4) ( "model" => string(10) "user_token" "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(13) "user_token_id" ) "roles" => array(4) ( "model" => string(4) "role" "foreign_key" => string(7) "user_id" "through" => string(11) "roles_users" "far_key" => string(7) "role_id" ) "docs" => array(4) ( "model" => string(8) "document" "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(6) "doc_id" ) "income_messages" => array(4) ( "model" => string(7) "message" "foreign_key" => string(12) "recipient_id" "through" => NULL "far_key" => string(17) "income_message_id" ) "outcome_messages" => array(4) ( "model" => string(7) "message" "foreign_key" => string(9) "sender_id" "through" => NULL "far_key" => string(18) "outcome_message_id" ) "visits" => array(4) ( "model" => string(5) "visit" "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(8) "visit_id" ) "references" => array(4) ( "model" => string(9) "reference" "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(12) "reference_id" ) "carerProfileCommonInfo" => array(4) ( "model" => string(16) "carer_commoninfo" "foreign_key" => string(8) "carer_id" "through" => NULL "far_key" => string(25) "carerprofilecommoninfo_id" ) "carerLanguages" => array(4) ( "model" => string(14) "carer_language" "foreign_key" => string(8) "carer_id" "through" => NULL "far_key" => string(16) "carerlanguage_id" ) "feedbacks" => array(4) ( "model" => string(8) "feedback" "foreign_key" => string(12) "requestor_id" "through" => NULL "far_key" => string(11) "feedback_id" ) "jobs" => array(4) ( "model" => string(3) "job" "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "job_id" ) ) protected _has_one => array(3) ( "info" => array(2) ( "model" => string(9) "user_info" "foreign_key" => string(7) "user_id" ) "notification_settings" => array(2) ( "model" => string(20) "notification_setting" "foreign_key" => string(7) "user_id" ) "childcareInfo" => array(2) ( "model" => string(19) "carer_childcareinfo" "foreign_key" => string(8) "carer_id" ) ) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(16) ( "id" => NULL "email" => NULL "username" => NULL "logins" => NULL "last_login" => NULL "gender" => NULL "acc_type" => NULL "firstname" => NULL "lastname" => NULL "password" => NULL "isProven" => NULL "seo_id" => NULL "last_activity" => NULL "created_at" => NULL "confirmation_hash" => NULL "is_confirmed" => 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) "user" protected _object_plural => string(5) "users" protected _table_name => string(5) "users" protected _table_columns => array(16) ( "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) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "254" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "username" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "username" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "32" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "logins" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "logins" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_login" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "last_login" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(4) "enum" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_general_ci" "options" => array(2) ( 0 => string(3) "man" 1 => string(5) "women" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "acc_type" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "acc_type" "column_default" => NULL "data_type" => string(4) "enum" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(15) "utf8_general_ci" "options" => array(2) ( 0 => string(6) "family" 1 => string(5) "carer" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firstname" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "firstname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "70" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lastname" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "lastname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "70" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "password" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "password" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "512" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isProven" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "isProven" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_id" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "seo_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_activity" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "last_activity" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "confirmation_hash" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "confirmation_hash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(2) "35" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_confirmed" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "is_confirmed" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"pageName" => string(30) "Nehmen Sie Kontakt mit uns auf" ){ protected _connection_id => string(40) "68f4f55c53bd18a8d06af63a95f69dd244c2b85d" protected _identifier => string(1) "`" public last_query => string(68) "SELECT `user`.* FROM `users` AS `user` WHERE `user`.`id` = 0 LIMIT 1" 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) "user" }{ 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(7) ( "type" => string(6) "mysqli" "connection" => array(3) ( "hostname" => string(28) "db5010871335.hosting-data.io" "database" => string(10) "dbs9194155" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE "persistent" => bool TRUE ) }25 * @param array array of values 26 * @return View 27 */ 28 public static function factory($file = NULL, array $data = NULL) 29 { 30 return new View($file, $data); 31 } 32 33 /** 34 * Captures the output that is generated when a view is included. 35 * The view data will be extracted to make local variables. This method
-
APPPATH/classes/controller/help.php [ 136 ] » Kohana_View::factory(arguments)
0
string(12) "help/contact"
1
array(10) ( "keywords" => string(21) "Kontakt, Kontaktseite" "description" => string(87) "Kontaktieren Sie unseren Kundenservice. Wir helfen Ihnen gerne bei Ihren Fragen weiter." "content" => bool FALSE "title" => bool FALSE "header" => string(1694) "<div id="header"> <div id="header_content_box"> <!-- Start navigation1 --> <div id="navigation1"> <ul> …" "footer" => string(4342) "<!--Footer Container--> <div id="footer-container"> <div id="footer-legal"> <span class="copyright"> <span class="tran …" "curCategory" => string(0) "" "ogData" => string(0) "" "loggedUser" => object Model_User(34)
{ protected _has_many => array(11) ( "user_tokens" => array(4) ( "model" => string(10) "user_token" "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(13) "user_token_id" ) "roles" => array(4) ( "model" => string(4) "role" "foreign_key" => string(7) "user_id" "through" => string(11) "roles_users" "far_key" => string(7) "role_id" ) "docs" => array(4) ( "model" => string(8) "document" "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(6) "doc_id" ) "income_messages" => array(4) ( "model" => string(7) "message" "foreign_key" => string(12) "recipient_id" "through" => NULL "far_key" => string(17) "income_message_id" ) "outcome_messages" => array(4) ( "model" => string(7) "message" "foreign_key" => string(9) "sender_id" "through" => NULL "far_key" => string(18) "outcome_message_id" ) "visits" => array(4) ( "model" => string(5) "visit" "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(8) "visit_id" ) "references" => array(4) ( "model" => string(9) "reference" "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(12) "reference_id" ) "carerProfileCommonInfo" => array(4) ( "model" => string(16) "carer_commoninfo" "foreign_key" => string(8) "carer_id" "through" => NULL "far_key" => string(25) "carerprofilecommoninfo_id" ) "carerLanguages" => array(4) ( "model" => string(14) "carer_language" "foreign_key" => string(8) "carer_id" "through" => NULL "far_key" => string(16) "carerlanguage_id" ) "feedbacks" => array(4) ( "model" => string(8) "feedback" "foreign_key" => string(12) "requestor_id" "through" => NULL "far_key" => string(11) "feedback_id" ) "jobs" => array(4) ( "model" => string(3) "job" "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "job_id" ) ) protected _has_one => array(3) ( "info" => array(2) ( "model" => string(9) "user_info" "foreign_key" => string(7) "user_id" ) "notification_settings" => array(2) ( "model" => string(20) "notification_setting" "foreign_key" => string(7) "user_id" ) "childcareInfo" => array(2) ( "model" => string(19) "carer_childcareinfo" "foreign_key" => string(8) "carer_id" ) ) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(16) ( "id" => NULL "email" => NULL "username" => NULL "logins" => NULL "last_login" => NULL "gender" => NULL "acc_type" => NULL "firstname" => NULL "lastname" => NULL "password" => NULL "isProven" => NULL "seo_id" => NULL "last_activity" => NULL "created_at" => NULL "confirmation_hash" => NULL "is_confirmed" => 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) "user" protected _object_plural => string(5) "users" protected _table_name => string(5) "users" protected _table_columns => array(16) ( "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) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "254" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "username" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "username" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "32" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "logins" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "logins" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_login" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "last_login" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(4) "enum" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_general_ci" "options" => array(2) ( 0 => string(3) "man" 1 => string(5) "women" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "acc_type" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "acc_type" "column_default" => NULL "data_type" => string(4) "enum" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(15) "utf8_general_ci" "options" => array(2) ( 0 => string(6) "family" 1 => string(5) "carer" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firstname" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "firstname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "70" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lastname" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "lastname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "70" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "password" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "password" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "512" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isProven" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "isProven" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_id" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "seo_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_activity" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "last_activity" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "confirmation_hash" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "confirmation_hash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(2) "35" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_confirmed" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "is_confirmed" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"pageName" => string(30) "Nehmen Sie Kontakt mit uns auf" ){ protected _connection_id => string(40) "68f4f55c53bd18a8d06af63a95f69dd244c2b85d" protected _identifier => string(1) "`" public last_query => string(68) "SELECT `user`.* FROM `users` AS `user` WHERE `user`.`id` = 0 LIMIT 1" 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) "user" }{ 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(7) ( "type" => string(6) "mysqli" "connection" => array(3) ( "hostname" => string(28) "db5010871335.hosting-data.io" "database" => string(10) "dbs9194155" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE "persistent" => bool TRUE ) }131 132 public function action_contact(){ 133 Helper_HeadImport::linkJs('help/contact'); 134 135 $this->_data['pageName'] = __("Contact"); 136 $content = View::factory('help/contact', $this->_data)->render(); 137 138 139 echo $this-> 140 setTitle( $this->_data['pageName'] )-> 141 setContent( $content )->
-
{PHP internal call} » Controller_Help->action_contact()
-
SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Help(14)
{ protected _loggedUser => object Model_User(34)
{ protected _has_many => array(11) ( "user_tokens" => array(4) ( "model" => string(10) "user_token" "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(13) "user_token_id" ) "roles" => array(4) ( "model" => string(4) "role" "foreign_key" => string(7) "user_id" "through" => string(11) "roles_users" "far_key" => string(7) "role_id" ) "docs" => array(4) ( "model" => string(8) "document" "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(6) "doc_id" ) "income_messages" => array(4) ( "model" => string(7) "message" "foreign_key" => string(12) "recipient_id" "through" => NULL "far_key" => string(17) "income_message_id" ) "outcome_messages" => array(4) ( "model" => string(7) "message" "foreign_key" => string(9) "sender_id" "through" => NULL "far_key" => string(18) "outcome_message_id" ) "visits" => array(4) ( "model" => string(5) "visit" "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(8) "visit_id" ) "references" => array(4) ( "model" => string(9) "reference" "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(12) "reference_id" ) "carerProfileCommonInfo" => array(4) ( "model" => string(16) "carer_commoninfo" "foreign_key" => string(8) "carer_id" "through" => NULL "far_key" => string(25) "carerprofilecommoninfo_id" ) "carerLanguages" => array(4) ( "model" => string(14) "carer_language" "foreign_key" => string(8) "carer_id" "through" => NULL "far_key" => string(16) "carerlanguage_id" ) "feedbacks" => array(4) ( "model" => string(8) "feedback" "foreign_key" => string(12) "requestor_id" "through" => NULL "far_key" => string(11) "feedback_id" ) "jobs" => array(4) ( "model" => string(3) "job" "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "job_id" ) ) protected _has_one => array(3) ( "info" => array(2) ( "model" => string(9) "user_info" "foreign_key" => string(7) "user_id" ) "notification_settings" => array(2) ( "model" => string(20) "notification_setting" "foreign_key" => string(7) "user_id" ) "childcareInfo" => array(2) ( "model" => string(19) "carer_childcareinfo" "foreign_key" => string(8) "carer_id" ) ) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(16) ( "id" => NULL "email" => NULL "username" => NULL "logins" => NULL "last_login" => NULL "gender" => NULL "acc_type" => NULL "firstname" => NULL "lastname" => NULL "password" => NULL "isProven" => NULL "seo_id" => NULL "last_activity" => NULL "created_at" => NULL "confirmation_hash" => NULL "is_confirmed" => 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) "user" protected _object_plural => string(5) "users" protected _table_name => string(5) "users" protected _table_columns => array(16) ( "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) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "254" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "username" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "username" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "32" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "logins" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "logins" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_login" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "last_login" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(4) "enum" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_general_ci" "options" => array(2) ( 0 => string(3) "man" 1 => string(5) "women" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "acc_type" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "acc_type" "column_default" => NULL "data_type" => string(4) "enum" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(15) "utf8_general_ci" "options" => array(2) ( 0 => string(6) "family" 1 => string(5) "carer" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firstname" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "firstname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "70" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lastname" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "lastname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "70" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "password" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "password" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "512" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isProven" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "isProven" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_id" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "seo_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_activity" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "last_activity" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "confirmation_hash" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "confirmation_hash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(2) "35" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_confirmed" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "is_confirmed" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
protected _isLoggedUser => bool FALSE protected _csrfExclusionControllers => array(1) ( 0 => string(6) "paypal" ) protected m_Template => string(11) "layout/main" protected _ogData => array(0) protected m_SiteName => string(14) "BestBetreut.de" protected _data => array(10) ( "keywords" => string(21) "Kontakt, Kontaktseite" "description" => string(87) "Kontaktieren Sie unseren Kundenservice. Wir helfen Ihnen gerne bei Ihren Fragen weiter." "content" => bool FALSE "title" => bool FALSE "header" => string(1694) "<div id="header"> <div id="header_content_box"> <!-- Start navigation1 --> <div id="navigation1"> <ul> …" "footer" => string(4342) "<!--Footer Container--> <div id="footer-container"> <div id="footer-legal"> <span class="copyright"> <span class="tran …" "curCategory" => string(0) "" "ogData" => string(0) "" "loggedUser" => object Model_User(34){ protected _connection_id => string(40) "68f4f55c53bd18a8d06af63a95f69dd244c2b85d" protected _identifier => string(1) "`" public last_query => string(68) "SELECT `user`.* FROM `users` AS `user` WHERE `user`.`id` = 0 LIMIT 1" 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) "user" }{ 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(7) ( "type" => string(6) "mysqli" "connection" => array(3) ( "hostname" => string(28) "db5010871335.hosting-data.io" "database" => string(10) "dbs9194155" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE "persistent" => bool TRUE ) }{ protected _has_many => array(11) ( "user_tokens" => array(4) ( "model" => string(10) "user_token" "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(13) "user_token_id" ) "roles" => array(4) ( "model" => string(4) "role" "foreign_key" => string(7) "user_id" "through" => string(11) "roles_users" "far_key" => string(7) "role_id" ) "docs" => array(4) ( "model" => string(8) "document" "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(6) "doc_id" ) "income_messages" => array(4) ( "model" => string(7) "message" "foreign_key" => string(12) "recipient_id" "through" => NULL "far_key" => string(17) "income_message_id" ) "outcome_messages" => array(4) ( "model" => string(7) "message" "foreign_key" => string(9) "sender_id" "through" => NULL "far_key" => string(18) "outcome_message_id" ) "visits" => array(4) ( "model" => string(5) "visit" "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(8) "visit_id" ) "references" => array(4) ( "model" => string(9) "reference" "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(12) "reference_id" ) "carerProfileCommonInfo" => array(4) ( "model" => string(16) "carer_commoninfo" "foreign_key" => string(8) "carer_id" "through" => NULL "far_key" => string(25) "carerprofilecommoninfo_id" ) "carerLanguages" => array(4) ( "model" => string(14) "carer_language" "foreign_key" => string(8) "carer_id" "through" => NULL "far_key" => string(16) "carerlanguage_id" ) "feedbacks" => array(4) ( "model" => string(8) "feedback" "foreign_key" => string(12) "requestor_id" "through" => NULL "far_key" => string(11) "feedback_id" ) "jobs" => array(4) ( "model" => string(3) "job" "foreign_key" => string(8) "owner_id" "through" => NULL "far_key" => string(6) "job_id" ) ) protected _has_one => array(3) ( "info" => array(2) ( "model" => string(9) "user_info" "foreign_key" => string(7) "user_id" ) "notification_settings" => array(2) ( "model" => string(20) "notification_setting" "foreign_key" => string(7) "user_id" ) "childcareInfo" => array(2) ( "model" => string(19) "carer_childcareinfo" "foreign_key" => string(8) "carer_id" ) ) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(16) ( "id" => NULL "email" => NULL "username" => NULL "logins" => NULL "last_login" => NULL "gender" => NULL "acc_type" => NULL "firstname" => NULL "lastname" => NULL "password" => NULL "isProven" => NULL "seo_id" => NULL "last_activity" => NULL "created_at" => NULL "confirmation_hash" => NULL "is_confirmed" => 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) "user" protected _object_plural => string(5) "users" protected _table_name => string(5) "users" protected _table_columns => array(16) ( "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) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "254" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "username" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "username" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "32" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "logins" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "logins" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_login" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "last_login" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(4) "enum" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(15) "utf8_general_ci" "options" => array(2) ( 0 => string(3) "man" 1 => string(5) "women" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "acc_type" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "acc_type" "column_default" => NULL "data_type" => string(4) "enum" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(15) "utf8_general_ci" "options" => array(2) ( 0 => string(6) "family" 1 => string(5) "carer" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "firstname" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "firstname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "70" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lastname" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "lastname" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "70" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "password" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "password" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "512" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "isProven" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "isProven" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "seo_id" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "seo_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(2) "20" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_activity" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "last_activity" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "confirmation_hash" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "confirmation_hash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(2) "35" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_confirmed" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "is_confirmed" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"pageName" => string(30) "Nehmen Sie Kontakt mit uns auf" ) protected m_Title => NULL public request => object Request(21){ protected _connection_id => string(40) "68f4f55c53bd18a8d06af63a95f69dd244c2b85d" protected _identifier => string(1) "`" public last_query => string(68) "SELECT `user`.* FROM `users` AS `user` WHERE `user`.`id` = 0 LIMIT 1" 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) "user" }{ 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(7) ( "type" => string(6) "mysqli" "connection" => array(3) ( "hostname" => string(28) "db5010871335.hosting-data.io" "database" => string(10) "dbs9194155" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE "persistent" => bool TRUE ) }{ 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 _callback => NULL protected _uri => string(7) "kontakt" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "help" "action" => string(7) "contact" ) protected _route_regex => string(13) "#^kontakt$#uD" }
protected _routes => NULL protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "help" protected _action => string(7) "contact" protected _uri => string(7) "kontakt" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => NULL }
public _injected_routes => array(0) }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
public _directory => string(0) "" public _controller => string(4) "help" public _action => string(7) "contact" public _configId => string(7) "kontakt" }{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }113 throw new HTTP_Exception_404('The requested URL :uri was not found on this server.', 114 array(':uri' => $request->uri())); 115 } 116 117 $method = $class->getMethod('action_'.$action); 118 $method->invoke($controller); 119 120 // Execute the "after action" method 121 $class->getMethod('after')->invoke($controller); 122 } 123 catch (Exception $e)
-
SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(21)
{ 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 _callback => NULL protected _uri => string(7) "kontakt" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "help" "action" => string(7) "contact" ) protected _route_regex => string(13) "#^kontakt$#uD" }
protected _routes => NULL protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "help" protected _action => string(7) "contact" protected _uri => string(7) "kontakt" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => NULL }
public _injected_routes => array(0) }59 public function execute(Request $request) 60 { 61 if ($this->_cache instanceof HTTP_Cache) 62 return $this->_cache->execute($this, $request); 63 64 return $this->execute_request($request); 65 } 66 67 /** 68 * Processes the request passed to it and returns the response from 69 * the URI resource identified.
-
SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)
0
object Request(21)
{ 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 _callback => NULL protected _uri => string(7) "kontakt" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "help" "action" => string(7) "contact" ) protected _route_regex => string(13) "#^kontakt$#uD" }
protected _routes => NULL protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "help" protected _action => string(7) "contact" protected _uri => string(7) "kontakt" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => NULL }
public _injected_routes => array(0) }1133 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 1134 ':uri' => $this->_uri, 1135 )); 1136 } 1137 1138 return $this->_client->execute($this); 1139 } 1140 1141 /** 1142 * Returns whether this request is the initial request Kohana received. 1143 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 109 ] » Kohana_Request->execute()
104 /** 105 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 106 * If no source is specified, the URI will be automatically detected. 107 */ 108 echo Request::factory() 109 ->execute() 110 ->send_headers() 111 ->body();