Kohana_Exception [ 0 ]:
SYSPATH/classes/Kohana/Route.php [ 572 ]
567 }
568 }, $portion);
569
570 if ($required AND $missing)
571 {
572 throw new Kohana_Exception(
573 'Required route parameter not passed: :param',
574 array(':param' => reset($missing))
575 );
576 }
577
-
SYSPATH/classes/Kohana/Route.php [ 581 ] » {closure}(arguments)
0string(17) "condominio/<slug>"1bool TRUE
576 } 577 578 return array($result, $required); 579 }; 580 581 list($uri) = $compile($this->_uri, TRUE); 582 583 // Trim all extra slashes from the URI 584 $uri = preg_replace('#//+#', '/', rtrim($uri, '/')); 585 586 if ($this->is_external()) -
APPPATH/views/condos/properties.php [ 14 ] » Kohana_Route->uri(arguments)
0array(1) ( "slug" => NULL )
9 <p><?php echo strip_tags($condo->description); ?></p> 10 <?php 11 echo HTML::anchor( 12 Route::get('condo')->uri(array( 13 'slug' => $condo->slug, 14 )), 15 'Veja mais informações sobre este condomínio', 16 array( 17 'target' => '_blank' 18 ) 19 ) -
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0string(60) "/home/mariovende/www/application/views/condos/properties.php"56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean(); -
SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)
0string(60) "/home/mariovende/www/application/views/condos/properties.php"1array(5) ( "condo" => object Model_Condo(34)
{ protected _has_many => array(1) ( "images" => array(4) ( "foreign_key" => string(8) "condo_id" "through" => NULL "far_key" => string(8) "image_id" "model" => string(10) "CondoImage" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(8) ( "id" => NULL "title" => NULL "logo" => NULL "description" => NULL "infra" => NULL "localization" => NULL "order" => NULL "slug" => 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(5) "condo" protected _object_plural => string(6) "condos" protected _table_name => string(6) "condos" protected _table_columns => array(8) ( "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" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "logo" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "logo" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "infra" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "infra" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "localization" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "localization" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "order" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "order" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) 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_MySQL(6)"properties" => object Database_MySQL_Result(7){ protected _connection_id => string(40) "e32de9f9ef7a537b72d28ec7f8011c9d8038b9aa" protected _identifier => string(1) "`" public last_query => string(140) "SELECT `type`.`id` AS `id`, `type`.`description` AS `description`, `type`.`slug` AS `slug` FROM `types` AS `type` ORDER BY `desc …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(23) "mysql.mariovende.com.br" "database" => string(10) "mariovende" "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(5) "condo" }{ protected _internal_row => integer 0 protected _query => string(832) "SELECT `property`.`id` AS `id`, `property`.`code` AS `code`, `property`.`condo_id` AS `condo_id`, `property`.`city_id` AS `city_ …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(14) "Model_Property" protected _object_params => NULL }"pagination" => object Pagination(12){ protected config => array(7) ( "items_per_page" => integer 10 "total_items" => string(1) "0" "view" => string(16) "pagination/basic" "count_in" => integer 3 "current_page" => array(2) ( "source" => string(12) "query_string" "key" => string(4) "page" ) "auto_hide" => bool TRUE "first_page_in_url" => bool FALSE ) protected current_page => integer 1 protected total_items => integer 0 protected items_per_page => integer 10 protected total_pages => integer 0 protected current_first_item => integer 0 protected current_last_item => integer 0 protected previous_page => bool FALSE protected next_page => bool FALSE protected first_page => bool FALSE protected last_page => bool FALSE protected offset => integer 0 }"items_per_page" => integer 10 "order_by" => string(6) "newest" )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 } -
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/layout.php [ 118 ] » Kohana_View->__toString()
113 </form> 114 </div> 115 </header> 116 <div id="container" class="wrapper"> 117 <section id="content"> 118 <?php echo $content ?> 119 </section> 120 </div> 121 <div id="banks"> 122 <div class="wrapper"> 123 <h3>Escolha o seu banco preferido e simule o financiamento</h3> -
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0string(59) "/home/mariovende/www/application/views/templates/layout.php"56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean(); -
SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)
0string(59) "/home/mariovende/www/application/views/templates/layout.php"1array(6) ( "captcha" => object Captcha(1)
{ protected config => array(4) ( "font_size" => integer 20 "width" => integer 140 "height" => integer 30 "chars" => integer 5 ) }"selection_counter" => integer 0 "pages" => object Database_MySQL_Result(7){ protected _internal_row => integer 0 protected _query => string(132) "SELECT `page`.`id` AS `id`, `page`.`title` AS `title`, `page`.`content` AS `content`, `page`.`slug` AS `slug` FROM `pages` AS `p …" protected _result => resource(mysql result) protected _total_rows => integer 1 protected _current_row => integer 0 protected _as_object => string(10) "Model_Page" protected _object_params => NULL }"types" => object Database_MySQL_Result(7){ protected _internal_row => integer 8 protected _query => string(113) "SELECT `type`.`id` AS `id`, `type`.`description` AS `description`, `type`.`slug` AS `slug` FROM `types` AS `type`" protected _result => resource(mysql result) protected _total_rows => integer 8 protected _current_row => integer 8 protected _as_object => string(10) "Model_Type" protected _object_params => NULL }"brokers" => object Database_MySQL_Result(7){ protected _internal_row => integer 0 protected _query => string(197) "SELECT `broker`.`id` AS `id`, `broker`.`name` AS `name`, `broker`.`email` AS `email`, `broker`.`telephone` AS `telephone`, `brok …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(12) "Model_Broker" protected _object_params => NULL }"content" => object View(2){ protected _file => string(60) "/home/mariovende/www/application/views/condos/properties.php" protected _data => array(5) ( "condo" => object Model_Condo(34)){ protected _has_many => array(1) ( "images" => array(4) ( "foreign_key" => string(8) "condo_id" "through" => NULL "far_key" => string(8) "image_id" "model" => string(10) "CondoImage" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(8) ( "id" => NULL "title" => NULL "logo" => NULL "description" => NULL "infra" => NULL "localization" => NULL "order" => NULL "slug" => 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(5) "condo" protected _object_plural => string(6) "condos" protected _table_name => string(6) "condos" protected _table_columns => array(8) ( "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" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "logo" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "logo" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "infra" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "infra" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "localization" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "localization" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "order" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "order" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) 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_MySQL(6)"properties" => object Database_MySQL_Result(7){ protected _connection_id => string(40) "e32de9f9ef7a537b72d28ec7f8011c9d8038b9aa" protected _identifier => string(1) "`" public last_query => string(140) "SELECT `type`.`id` AS `id`, `type`.`description` AS `description`, `type`.`slug` AS `slug` FROM `types` AS `type` ORDER BY `desc …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(23) "mysql.mariovende.com.br" "database" => string(10) "mariovende" "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(5) "condo" }{ protected _internal_row => integer 0 protected _query => string(832) "SELECT `property`.`id` AS `id`, `property`.`code` AS `code`, `property`.`condo_id` AS `condo_id`, `property`.`city_id` AS `city_ …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(14) "Model_Property" protected _object_params => NULL }"pagination" => object Pagination(12){ protected config => array(7) ( "items_per_page" => integer 10 "total_items" => string(1) "0" "view" => string(16) "pagination/basic" "count_in" => integer 3 "current_page" => array(2) ( "source" => string(12) "query_string" "key" => string(4) "page" ) "auto_hide" => bool TRUE "first_page_in_url" => bool FALSE ) protected current_page => integer 1 protected total_items => integer 0 protected items_per_page => integer 10 protected total_pages => integer 0 protected current_first_item => integer 0 protected current_last_item => integer 0 protected previous_page => bool FALSE protected next_page => bool FALSE protected first_page => bool FALSE protected last_page => bool FALSE protected offset => integer 0 }"items_per_page" => integer 10 "order_by" => string(6) "newest" ) }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 } -
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 -
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Kohana_Controller_Template->after()
82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response 90 return $this->response; 91 } 92 -
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0object Controller_Condos(5)
{ public template => object View(2){ protected _file => string(59) "/home/mariovende/www/application/views/templates/layout.php" protected _data => array(6) ( "captcha" => object Captcha(1)public selection_counter => integer 0 public auto_render => bool TRUE public request => object Request(19){ protected config => array(4) ( "font_size" => integer 20 "width" => integer 140 "height" => integer 30 "chars" => integer 5 ) }"selection_counter" => integer 0 "pages" => object Database_MySQL_Result(7){ protected _internal_row => integer 0 protected _query => string(132) "SELECT `page`.`id` AS `id`, `page`.`title` AS `title`, `page`.`content` AS `content`, `page`.`slug` AS `slug` FROM `pages` AS `p …" protected _result => resource(mysql result) protected _total_rows => integer 1 protected _current_row => integer 0 protected _as_object => string(10) "Model_Page" protected _object_params => NULL }"types" => object Database_MySQL_Result(7){ protected _internal_row => integer 8 protected _query => string(113) "SELECT `type`.`id` AS `id`, `type`.`description` AS `description`, `type`.`slug` AS `slug` FROM `types` AS `type`" protected _result => resource(mysql result) protected _total_rows => integer 8 protected _current_row => integer 8 protected _as_object => string(10) "Model_Type" protected _object_params => NULL }"brokers" => object Database_MySQL_Result(7){ protected _internal_row => integer 0 protected _query => string(197) "SELECT `broker`.`id` AS `id`, `broker`.`name` AS `name`, `broker`.`email` AS `email`, `broker`.`telephone` AS `telephone`, `brok …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(12) "Model_Broker" protected _object_params => NULL }"content" => object View(2){ protected _file => string(60) "/home/mariovende/www/application/views/condos/properties.php" protected _data => array(5) ( "condo" => object Model_Condo(34)) }{ protected _has_many => array(1) ( "images" => array(4) ( "foreign_key" => string(8) "condo_id" "through" => NULL "far_key" => string(8) "image_id" "model" => string(10) "CondoImage" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(8) ( "id" => NULL "title" => NULL "logo" => NULL "description" => NULL "infra" => NULL "localization" => NULL "order" => NULL "slug" => 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(5) "condo" protected _object_plural => string(6) "condos" protected _table_name => string(6) "condos" protected _table_columns => array(8) ( "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" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "logo" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "logo" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "infra" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "infra" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "localization" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "localization" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "order" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "order" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) 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_MySQL(6)"properties" => object Database_MySQL_Result(7){ protected _connection_id => string(40) "e32de9f9ef7a537b72d28ec7f8011c9d8038b9aa" protected _identifier => string(1) "`" public last_query => string(140) "SELECT `type`.`id` AS `id`, `type`.`description` AS `description`, `type`.`slug` AS `slug` FROM `types` AS `type` ORDER BY `desc …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(5) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(23) "mysql.mariovende.com.br" "database" => string(10) "mariovende" "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(5) "condo" }{ protected _internal_row => integer 0 protected _query => string(832) "SELECT `property`.`id` AS `id`, `property`.`code` AS `code`, `property`.`condo_id` AS `condo_id`, `property`.`city_id` AS `city_ …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(14) "Model_Property" protected _object_params => NULL }"pagination" => object Pagination(12){ protected config => array(7) ( "items_per_page" => integer 10 "total_items" => string(1) "0" "view" => string(16) "pagination/basic" "count_in" => integer 3 "current_page" => array(2) ( "source" => string(12) "query_string" "key" => string(4) "page" ) "auto_hide" => bool TRUE "first_page_in_url" => bool FALSE ) protected current_page => integer 1 protected total_items => integer 0 protected items_per_page => integer 10 protected total_pages => integer 0 protected current_first_item => integer 0 protected current_last_item => integer 0 protected previous_page => bool FALSE protected next_page => bool FALSE protected first_page => bool FALSE protected last_page => bool FALSE protected offset => integer 0 }"items_per_page" => integer 10 "order_by" => string(6) "newest" ) }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)public response => object Response(5){ protected _filters => array(0) protected _uri => string(26) "condominios/<slug>/imoveis" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(6) "condos" "action" => string(10) "properties" ) protected _route_regex => string(48) "#^condominios/(?P<slug>[^/.,;?\n]++)/imoveis$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(6) "Condos" protected _action => string(10) "properties" protected _uri => string(29) "condominios/boulevard/imoveis" protected _external => bool FALSE protected _params => array(1) ( "slug" => string(9) "boulevard" ) 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 => string(8) "HTTP/1.1" }92 93 // Create a new instance of the controller 94 $controller = $class->newInstance($request, $response); 95 96 // Run the controller's execute() method 97 $response = $class->getMethod('execute')->invoke($controller); 98 99 if ( ! $response instanceof Response) 100 { 101 // Controller failed to return a Response. 102 throw new Kohana_Exception('Controller failed to return a Response'); -
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(26) "condominios/<slug>/imoveis" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(6) "condos" "action" => string(10) "properties" ) protected _route_regex => string(48) "#^condominios/(?P<slug>[^/.,;?\n]++)/imoveis$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(6) "Condos" protected _action => string(10) "properties" protected _uri => string(29) "condominios/boulevard/imoveis" protected _external => bool FALSE protected _params => array(1) ( "slug" => string(9) "boulevard" ) 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) }}1object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(array('_protocol' => $request->protocol())); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header)) -
SYSPATH/classes/Kohana/Request.php [ 986 ] » Kohana_Request_Client->execute(arguments)
0object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(26) "condominios/<slug>/imoveis" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(6) "condos" "action" => string(10) "properties" ) protected _route_regex => string(48) "#^condominios/(?P<slug>[^/.,;?\n]++)/imoveis$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(6) "Condos" protected _action => string(10) "properties" protected _uri => string(29) "condominios/boulevard/imoveis" protected _external => bool FALSE protected _params => array(1) ( "slug" => string(9) "boulevard" ) 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) }}981 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 982 ':uri' => $this->_uri, 983 )); 984 } 985 986 return $this->_client->execute($this); 987 } 988 989 /** 990 * Returns whether this request is the initial request Kohana received. 991 * Can be used to test for sub requests. -
DOCROOT/index.php [ 117 ] » Kohana_Request->execute()
112 /** 113 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 114 * If no source is specified, the URI will be automatically detected. 115 */ 116 echo Request::factory(TRUE, array(), FALSE) 117 ->execute() 118 ->send_headers(TRUE) 119 ->body(); 120 }
Environment
Included files (126)
DOCROOT/index.php |
APPPATH/bootstrap.php |
SYSPATH/classes/Kohana/Core.php |
SYSPATH/classes/Kohana.php |
SYSPATH/classes/I18n.php |
SYSPATH/classes/Kohana/I18n.php |
SYSPATH/classes/Kohana/Exception.php |
SYSPATH/classes/Kohana/Kohana/Exception.php |
SYSPATH/classes/Log.php |
SYSPATH/classes/Kohana/Log.php |
SYSPATH/classes/Config.php |
SYSPATH/classes/Kohana/Config.php |
SYSPATH/classes/Log/File.php |
SYSPATH/classes/Kohana/Log/File.php |
SYSPATH/classes/Log/Writer.php |
SYSPATH/classes/Kohana/Log/Writer.php |
SYSPATH/classes/Config/File.php |
SYSPATH/classes/Kohana/Config/File.php |
SYSPATH/classes/Kohana/Config/File/Reader.php |
SYSPATH/classes/Kohana/Config/Reader.php |
SYSPATH/classes/Kohana/Config/Source.php |
MODPATH/tripl-manager/init.php |
SYSPATH/classes/Route.php |
SYSPATH/classes/Kohana/Route.php |
MODPATH/kohana-notices/init.php |
MODPATH/kohana-notices/classes/Notices.php |
MODPATH/kohana-notices/classes/Kohana/Notices.php |
SYSPATH/classes/Session.php |
SYSPATH/classes/Kohana/Session.php |
SYSPATH/classes/Arr.php |
SYSPATH/classes/Kohana/Arr.php |
SYSPATH/config/session.php |
MODPATH/database/config/session.php |
APPPATH/config/session.php |
SYSPATH/classes/Config/Group.php |
SYSPATH/classes/Kohana/Config/Group.php |
SYSPATH/classes/Session/Native.php |
SYSPATH/classes/Kohana/Session/Native.php |
SYSPATH/classes/Cookie.php |
SYSPATH/classes/Kohana/Cookie.php |
APPPATH/routes.php |
SYSPATH/classes/Request.php |
SYSPATH/classes/Kohana/Request.php |
SYSPATH/classes/HTTP/Request.php |
SYSPATH/classes/Kohana/HTTP/Request.php |
SYSPATH/classes/HTTP/Message.php |
SYSPATH/classes/Kohana/HTTP/Message.php |
SYSPATH/classes/HTTP.php |
SYSPATH/classes/Kohana/HTTP.php |
SYSPATH/classes/HTTP/Header.php |
SYSPATH/classes/Kohana/HTTP/Header.php |
SYSPATH/classes/Request/Client/Internal.php |
SYSPATH/classes/Kohana/Request/Client/Internal.php |
SYSPATH/classes/Request/Client.php |
SYSPATH/classes/Kohana/Request/Client.php |
SYSPATH/classes/Response.php |
SYSPATH/classes/Kohana/Response.php |
SYSPATH/classes/HTTP/Response.php |
SYSPATH/classes/Kohana/HTTP/Response.php |
SYSPATH/classes/Profiler.php |
SYSPATH/classes/Kohana/Profiler.php |
APPPATH/classes/Controller/Condos.php |
APPPATH/classes/Controller/App.php |
SYSPATH/classes/Controller/Template.php |
SYSPATH/classes/Kohana/Controller/Template.php |
SYSPATH/classes/Controller.php |
SYSPATH/classes/Kohana/Controller.php |
SYSPATH/classes/View.php |
SYSPATH/classes/Kohana/View.php |
APPPATH/classes/Captcha.php |
MODPATH/orm/classes/ORM.php |
MODPATH/orm/classes/Kohana/ORM.php |
SYSPATH/classes/Model.php |
SYSPATH/classes/Kohana/Model.php |
APPPATH/classes/Model/Page.php |
SYSPATH/classes/Inflector.php |
SYSPATH/classes/Kohana/Inflector.php |
SYSPATH/config/inflector.php |
MODPATH/database/classes/Database.php |
MODPATH/database/classes/Kohana/Database.php |
MODPATH/database/config/database.php |
APPPATH/config/database.php |
MODPATH/database/classes/Database/MySQL.php |
MODPATH/database/classes/Kohana/Database/MySQL.php |
MODPATH/database/classes/Database/MySQL/Result.php |
MODPATH/database/classes/Kohana/Database/MySQL/Result.php |
MODPATH/database/classes/Database/Result.php |
MODPATH/database/classes/Kohana/Database/Result.php |
MODPATH/database/classes/DB.php |
MODPATH/database/classes/Kohana/DB.php |
MODPATH/database/classes/Database/Query/Builder/Select.php |
MODPATH/database/classes/Kohana/Database/Query/Builder/Select.php |
MODPATH/database/classes/Database/Query/Builder/Where.php |
MODPATH/database/classes/Kohana/Database/Query/Builder/Where.php |
MODPATH/database/classes/Database/Query/Builder.php |
MODPATH/database/classes/Kohana/Database/Query/Builder.php |
MODPATH/database/classes/Database/Query.php |
MODPATH/database/classes/Kohana/Database/Query.php |
APPPATH/classes/Model/Type.php |
APPPATH/classes/Model/Broker.php |
APPPATH/classes/Model/Condo.php |
APPPATH/classes/Model/Property.php |
MODPATH/database/classes/Database/Query/Builder/Join.php |
MODPATH/database/classes/Kohana/Database/Query/Builder/Join.php |
MODPATH/database/classes/Database/Expression.php |
MODPATH/database/classes/Kohana/Database/Expression.php |
MODPATH/pagination/classes/Pagination.php |
MODPATH/pagination/classes/Kohana/Pagination.php |
MODPATH/pagination/config/pagination.php |
APPPATH/views/templates/layout.php |
SYSPATH/classes/URL.php |
SYSPATH/classes/Kohana/URL.php |
MODPATH/assets/classes/HTML.php |
SYSPATH/classes/Kohana/HTML.php |
SYSPATH/classes/UTF8.php |
SYSPATH/classes/Kohana/UTF8.php |
SYSPATH/classes/Form.php |
SYSPATH/classes/Kohana/Form.php |
APPPATH/classes/Model/City.php |
APPPATH/classes/Model/Modality.php |
APPPATH/views/condos/properties.php |
SYSPATH/classes/Debug.php |
SYSPATH/classes/Kohana/Debug.php |
SYSPATH/classes/Date.php |
SYSPATH/classes/Kohana/Date.php |
SYSPATH/views/kohana/error.php |
Loaded extensions (75)
Core |
date |
ereg |
libxml |
openssl |
pcre |
sqlite3 |
zlib |
bcmath |
bz2 |
calendar |
ctype |
curl |
dba |
dom |
hash |
fileinfo |
filter |
ftp |
gd |
gettext |
gmp |
SPL |
iconv |
session |
interbase |
intl |
json |
mbstring |
mcrypt |
mssql |
mysql |
mysqli |
standard |
PDO |
pdo_dblib |
PDO_Firebird |
pdo_mysql |
pdo_pgsql |
pdo_sqlite |
pgsql |
Phar |
posix |
pspell |
Reflection |
imap |
SimpleXML |
soap |
SQLite |
exif |
sysvsem |
sysvshm |
tidy |
tokenizer |
wddx |
xml |
xmlreader |
xmlrpc |
xmlwriter |
xsl |
zip |
cgi-fcgi |
imagick |
newrelic |
OAuth |
oci8 |
PDO_OCI |
ssh2 |
suhosin |
timezonedb |
SourceGuardian |
mhash |
ionCube Loader |
Zend OPcache |
Zend Guard Loader |
$_SERVER
PATH |
string(29) "/sbin:/usr/sbin:/bin:/usr/bin" |
USER |
string(10) "mariovende" |
HOME |
string(16) "/home/mariovende" |
FCGI_ROLE |
string(9) "RESPONDER" |
UNIQUE_ID |
string(27) "aZ0bSZeFmpNpjUxIIDpNSQAAQBg" |
HTTP_AUTHORIZATION |
string(0) "" |
SCRIPT_URL |
string(40) "/index.php/condominios/boulevard/imoveis" |
SCRIPT_URI |
string(65) "https://mariovende.com.br/index.php/condominios/boulevard/imoveis" |
KOHANA_ENV |
string(11) "DEVELOPMENT" |
HTTPS |
string(2) "on" |
SSL_TLS_SNI |
string(17) "mariovende.com.br" |
HTTP2 |
string(2) "on" |
H2PUSH |
string(3) "off" |
H2_PUSH |
string(3) "off" |
H2_PUSHED |
string(0) "" |
H2_PUSHED_ON |
string(0) "" |
H2_STREAM_ID |
string(1) "1" |
H2_STREAM_TAG |
string(11) "21381-627-1" |
HTTP_ACCEPT |
string(3) "*/*" |
HTTP_USER_AGENT |
string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
HTTP_ACCEPT_ENCODING |
string(23) "gzip, br, zstd, deflate" |
HTTP_HOST |
string(17) "mariovende.com.br" |
HTTP_MAX_FORWARDS |
string(2) "10" |
LD_LIBRARY_PATH |
string(22) "/usr/local/apache2/lib" |
SERVER_SIGNATURE |
string(0) "" |
SERVER_SOFTWARE |
string(6) "Apache" |
SERVER_NAME |
string(17) "mariovende.com.br" |
SERVER_ADDR |
string(13) "191.6.210.109" |
SERVER_PORT |
string(3) "443" |
REMOTE_ADDR |
string(13) "216.73.216.22" |
DOCUMENT_ROOT |
string(21) "/home/mariovende/www/" |
REQUEST_SCHEME |
string(5) "https" |
CONTEXT_PREFIX |
string(0) "" |
CONTEXT_DOCUMENT_ROOT |
string(21) "/home/mariovende/www/" |
SERVER_ADMIN |
string(28) "mariovende@mariovende.com.br" |
SCRIPT_FILENAME |
string(31) "//home/mariovende/www/index.php" |
REMOTE_PORT |
string(4) "9216" |
GATEWAY_INTERFACE |
string(7) "CGI/1.1" |
SERVER_PROTOCOL |
string(8) "HTTP/2.0" |
REQUEST_METHOD |
string(3) "GET" |
QUERY_STRING |
string(0) "" |
REQUEST_URI |
string(40) "/index.php/condominios/boulevard/imoveis" |
SCRIPT_NAME |
string(10) "/index.php" |
PATH_INFO |
string(30) "/condominios/boulevard/imoveis" |
PATH_TRANSLATED |
string(37) "redirect:/index.php/boulevard/imoveis" |
PHP_SELF |
string(40) "/index.php/condominios/boulevard/imoveis" |
REQUEST_TIME |
integer 1771903817 |
argv |
array(0) |
argc |
integer 0 |

