MODPATH/orm/classes/Kohana/ORM.php [ 623 ]
618 $val = $this->pk();
619 }
620
621 return $model->where($col, '=', $val);
622 } else {
623 throw new Kohana_Exception('The :property property does not exist in the :class class',
624 array(':property' => $column, ':class' => get_class($this)));
625 }
626 }
627
628 /**
-
MODPATH/orm/classes/Kohana/ORM.php [ 557 ] » Kohana_ORM->get(arguments)
0
string(4) "city"
552 * 553 * @param string $column Column name 554 * @return mixed 555 */ 556 public function __get($column) { 557 return $this->get($column); 558 } 559 560 /** 561 * Handles getting of column 562 * Override this method to add custom get behavior
-
APPPATH/views/institutional/partners_schools/index.php [ 23 ] » Kohana_ORM->__get(arguments)
0
string(4) "city"
18 <em>Unidade conveniada</em> 19 </div> 20 </div> 21 <div class="adress-info"> 22 <p><?php echo $partner->address; ?></p> 23 <p><?php echo $partner->city; ?> - <?php echo $partner->uf; ?> - CEP <?php echo $partner->postal_code; ?></p> 24 <p><?php echo $partner->phone; ?></p> 25 <p><a href="mailto:<?php echo $partner->email; ?>"><?php echo $partner->email; ?></a></p> 26 </div> 27 </div> 28 </div>
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(63) "/www/application/views/institutional/partners_schools/index.php"
56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)
0
string(63) "/www/application/views/institutional/partners_schools/index.php"
1
array(1) ( "partner" => object Model_PartnerSchool(34)
{ protected _table_name => string(14) "partner_school" protected _primary_key => string(2) "id" protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => NULL "unit_id" => NULL "slug" => NULL "title" => NULL "content" => NULL "image_file" => NULL "address" => NULL "postal_code" => NULL "phone" => NULL "email" => NULL "lang_id" => 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(13) "partnerschool" protected _object_plural => string(14) "partnerschools" protected _table_columns => array(11) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "unit_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "unit_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "content" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "image_file" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postal_code" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "postal_code" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "latin1_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "binary" => bool TRUE "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(9) "varbinary" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "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 TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "lang_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
){ protected _connection_id => string(40) "a4752dbfef1173b05def615ea5d310cd0693786b" protected _identifier => string(1) "`" public last_query => string(207) "SELECT `s`.`slug` FROM `submenus` AS `s` JOIN `pages` AS `p` ON (`s`.`page_id` = `p`.`id`) JOIN `controllers` AS `c` ON (`p`.`co …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(13) "45.181.173.24" "database" => string(10) "lasalle_db" "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(13) "partnerschool" }343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 } // End View
-
SYSPATH/classes/Kohana/View.php [ 228 ] » Kohana_View->render()
223 */ 224 public function __toString() 225 { 226 try 227 { 228 return $this->render(); 229 } 230 catch (Exception $e) 231 { 232 /** 233 * Display the exception message.
-
APPPATH/views/templates/institutional.php [ 98 ] » Kohana_View->__toString()
93 <?php echo isset($carousel) ? $carousel : ''; ?> 94 </header> 95 96 97 <div id="wrapperBody"> 98 <?php echo $content; ?> 99 <?php 100 if(isset($dropbox_itens)) { 101 echo View::factory('institutional/partials/dropbox') 102 ->bind('dropbox_obj', $dropbox_obj) 103 ->bind('dropbox_itens', $dropbox_itens);
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(50) "/www/application/views/templates/institutional.php"
56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)
0
string(50) "/www/application/views/templates/institutional.php"
1
array(2) ( "dropbox" => object View(2)
{ protected _file => string(57) "/www/application/views/institutional/partials/dropbox.php" protected _data => array(0) }
"content" => object View(2){ protected _file => string(63) "/www/application/views/institutional/partners_schools/index.php" protected _data => array(1) ( "partner" => object Model_PartnerSchool(34)
){ protected _table_name => string(14) "partner_school" protected _primary_key => string(2) "id" protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => NULL "unit_id" => NULL "slug" => NULL "title" => NULL "content" => NULL "image_file" => NULL "address" => NULL "postal_code" => NULL "phone" => NULL "email" => NULL "lang_id" => 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(13) "partnerschool" protected _object_plural => string(14) "partnerschools" protected _table_columns => array(11) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "unit_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "unit_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "content" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "image_file" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postal_code" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "postal_code" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "latin1_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "binary" => bool TRUE "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(9) "varbinary" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "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 TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "lang_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) }{ protected _connection_id => string(40) "a4752dbfef1173b05def615ea5d310cd0693786b" protected _identifier => string(1) "`" public last_query => string(207) "SELECT `s`.`slug` FROM `submenus` AS `s` JOIN `pages` AS `p` ON (`s`.`page_id` = `p`.`id`) JOIN `controllers` AS `c` ON (`p`.`co …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(13) "45.181.173.24" "database" => string(10) "lasalle_db" "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(13) "partnerschool" }343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 } // End View
-
SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()
39 */ 40 public function after() 41 { 42 if ($this->auto_render === TRUE) 43 { 44 $this->response->body($this->template->render()); 45 } 46 47 parent::after(); 48 } 49
-
APPPATH/classes/Controller/Core/Application.php [ 80 ] » Kohana_Controller_Template->after()
75 $this->template->dropbox = View::factory('institutional/partials/dropbox'); 76 77 } 78 79 public function after() { 80 parent::after(); 81 } 82 }
-
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Core_Application->after()
82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response 90 return $this->response; 91 } 92
-
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Institutional_CustomPages(12)
{ public template => object View(2)
{ protected _file => string(50) "/www/application/views/templates/institutional.php" protected _data => array(2) ( "dropbox" => object View(2)
public benchmark => NULL public context_id => string(1) "1" public context_slug => string(13) "institutional" public context_lang => string(2) "pt" public context_lang_id => string(1) "2" public configuration => NULL public context_template_folder => string(13) "institutional" public context_langs => array(3) ( "en" => string(1) "1" "pt" => string(1) "2" "es" => string(1) "3" ) public auto_render => bool TRUE public request => object Request(19){ protected _file => string(57) "/www/application/views/institutional/partials/dropbox.php" protected _data => array(0) }
"content" => object View(2){ protected _file => string(63) "/www/application/views/institutional/partners_schools/index.php" protected _data => array(1) ( "partner" => object Model_PartnerSchool(34)
) }{ protected _table_name => string(14) "partner_school" protected _primary_key => string(2) "id" protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => NULL "unit_id" => NULL "slug" => NULL "title" => NULL "content" => NULL "image_file" => NULL "address" => NULL "postal_code" => NULL "phone" => NULL "email" => NULL "lang_id" => 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(13) "partnerschool" protected _object_plural => string(14) "partnerschools" protected _table_columns => array(11) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "unit_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "unit_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "content" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "content" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "image_file" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postal_code" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "postal_code" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "latin1_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "binary" => bool TRUE "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(9) "varbinary" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "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 TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lang_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "lang_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) }{ protected _connection_id => string(40) "a4752dbfef1173b05def615ea5d310cd0693786b" protected _identifier => string(1) "`" public last_query => string(207) "SELECT `s`.`slug` FROM `submenus` AS `s` JOIN `pages` AS `p` ON (`s`.`page_id` = `p`.`id`) JOIN `controllers` AS `c` ON (`p`.`co …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(13) "45.181.173.24" "database" => string(10) "lasalle_db" "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(13) "partnerschool" }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(1) ( 0 => object Closure(1)
protected _routes => array(0) protected _header => object HTTP_Header(0){ public 0 => object Closure(1) { *RECURSION* } }
) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(1) ( "id" => string(2) ".+" ) protected _defaults => array(3) ( "directory" => string(13) "institutional" "controller" => string(4) "home" "action" => string(5) "index" ) protected _route_regex => string(85) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>.+))?)?)?$#uD" }{ }
protected _body => NULL protected _directory => string(13) "Institutional" protected _controller => string(11) "CustomPages" protected _action => string(16) "partners_schools" protected _uri => string(45) "customPages/partners_schools/cGF0b2JyYW5jbw--" protected _external => bool FALSE protected _params => array(1) ( "id" => string(16) "cGF0b2JyYW5jbw--" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => NULL }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(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(1) ( 0 => object Closure(1)
protected _routes => array(0) protected _header => object HTTP_Header(0){ public 0 => object Closure(1) { *RECURSION* } }
) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(1) ( "id" => string(2) ".+" ) protected _defaults => array(3) ( "directory" => string(13) "institutional" "controller" => string(4) "home" "action" => string(5) "index" ) protected _route_regex => string(85) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>.+))?)?)?$#uD" }{ }
protected _body => NULL protected _directory => string(13) "Institutional" protected _controller => string(11) "CustomPages" protected _action => string(16) "partners_schools" protected _uri => string(45) "customPages/partners_schools/cGF0b2JyYW5jbw--" protected _external => bool FALSE protected _params => array(1) ( "id" => string(16) "cGF0b2JyYW5jbw--" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}1
object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0)
{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => NULL }109 $orig_response = $response = Response::factory(); 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 [ 990 ] » Kohana_Request_Client->execute(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ 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(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(1) ( "id" => string(2) ".+" ) protected _defaults => array(3) ( "directory" => string(13) "institutional" "controller" => string(4) "home" "action" => string(5) "index" ) protected _route_regex => string(85) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>.+))?)?)?$#uD" }{ }
protected _body => NULL protected _directory => string(13) "Institutional" protected _controller => string(11) "CustomPages" protected _action => string(16) "partners_schools" protected _uri => string(45) "customPages/partners_schools/cGF0b2JyYW5jbw--" protected _external => bool FALSE protected _params => array(1) ( "id" => string(16) "cGF0b2JyYW5jbw--" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}985 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 986 ':uri' => $this->_uri, 987 )); 988 } 989 990 return $this->_client->execute($this); 991 } 992 993 /** 994 * Returns whether this request is the initial request Kohana received. 995 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 118 ] » Kohana_Request->execute()
113 /** 114 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 115 * If no source is specified, the URI will be automatically detected. 116 */ 117 echo Request::factory(TRUE, array(), FALSE) 118 ->execute() 119 ->send_headers(TRUE) 120 ->body(); 121 }