MODPATH/orm/classes/kohana/orm.php [ 682 ]
677
678 return $model->where($col, '=', $val);
679 }
680 else
681 {
682 throw new Kohana_Exception('The :property property does not exist in the :class class',
683 array(':property' => $column, ':class' => get_class($this)));
684 }
685 }
686
687 /**
-
APPPATH/views/news/news.php [ 4 ] » Kohana_ORM->__get(arguments)
0string(4) "link"1 <?php 2 //echo var_export($element, true); 3 ?> 4 <iframe height="100%" width="100%" src="<?php echo $element->link; ?>" sandbox="allow-forms allow-scripts"></iframe> -
SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)
0string(63) "/home/chatsports/chatsports.com/application/views/news/news.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 [ 359 ] » Kohana_View::capture(arguments)
0string(63) "/home/chatsports/chatsports.com/application/views/news/news.php"1array(11) ( "sitename" => string(41) "http://www.chatsports.com/milwaukee-bucks" "id" => string(6) "354398" "teamlogo" => string(59) "http://image.chatsports.com/logo_thumbs/milwaukee-bucks.jpg" "networkteam" => NULL "networkteams" => object Database_MySQL_Result(7)
{ protected _internal_row => integer 0 protected _query => string(211) "SELECT `sites`.`id`, `sites`.`name`, `sites`.`city`, `sites`.`mascot`, `networkteams`.* FROM `networkteams` JOIN `sites` ON (`ne …" protected _result => resource(mysql result) protected _total_rows => integer 4 protected _current_row => integer 0 protected _as_object => string(17) "Model_Networkteam" protected _object_params => NULL }"site" => object Model_Site(31){ protected _has_many => array(4) ( "users" => array(4) ( "model" => string(4) "user" "foreign_key" => string(7) "site_id" "through" => string(11) "sites_users" "far_key" => string(7) "user_id" ) "question" => array(4) ( "model" => string(8) "question" "foreign_key" => string(7) "site_id" "through" => string(15) "questions_sites" "far_key" => string(11) "question_id" ) "rsselements" => array(4) ( "model" => string(10) "rsselement" "foreign_key" => string(7) "site_id" "through" => NULL "far_key" => string(13) "rsselement_id" ) "rolllinks" => array(4) ( "model" => string(8) "rolllink" "foreign_key" => string(7) "site_id" "through" => NULL "far_key" => string(11) "rolllink_id" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(38) ( "id" => string(2) "70" "name" => string(16) "ChatMilBucks.com" "timezone" => string(15) "America/Chicago" "mascot" => string(5) "Bucks" "city" => string(9) "Milwaukee" "league" => string(1) "4" "primaryColor" => string(6) "284e36" "secondaryColor" => string(6) "a71930" "apparelURL" => string(66) "http://www.footballfanatics.com/NBA_Milwaukee_Bucks/partnerid/8489" "twitterURL" => string(35) "http://www.Twitter.com/ChatMilBucks" "t_consumer_key" => string(20) "TNiAvJLx67XlfQoWtWRQ" "t_consumer_secret" => string(43) "toLApu2L2p5lrFyFYikMhDOFfUkUwvrajLhmvBtWWZc" "t_request_token" => string(0) "" "t_request_secret" => string(0) "" "t_access_token" => string(0) "" "t_access_secret" => string(0) "" "facebookURL" => string(62) "http://www.facebook.com/pages/ChatMilBucks/179657657939?ref=ts" "ticketURL" => string(68) "http://affsrv.stubhub.com/cc/nba-playoff-tickets/0/2870223/10651932 " "mascotShortName" => string(0) "" "googleAnalytics" => string(14) "UA-11499333-18" "googleWebmasterTools" => string(43) "VYQSQ_ccMFOckQpTPCT-tuPUiBFTDLHZbnS8cfMbMzM" "historyText" => string(0) "" "twitterSearchTerms" => string(21) "milwaukee bucks;bogut" "fbAPIKey" => string(32) "7e69be287a2ce064437b514f565cd179" "fbAppSecret" => string(32) "918c89ae535e10584bdbecd76b803d8f" "fbAppId" => string(15) "156820004352403" "fbGraphId" => string(11) "19180542816" "enableForum" => string(1) "0" "partnerURLText" => string(0) "" "partnerURL" => string(0) "" "domainNotOwned" => string(1) "0" "scoresURL" => string(34) "http://www.nba.com/gameline/bucks/" "schedulesURL" => string(34) "http://www.nba.com/bucks/schedule/" "statsURL" => string(31) "http://www.nba.com/bucks/stats/" "standingsURL" => string(29) "http://www.nba.com/standings/" "rosterURL" => string(32) "http://www.nba.com/bucks/roster/" "latitude" => string(9) "43.043611" "longitude" => string(10) "-87.916944" ) protected _changed => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "site" protected _object_plural => string(5) "sites" protected _table_name => string(5) "sites" protected _table_columns => array(38) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(20) "18446744073709551615" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(15) "bigint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "timezone" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "timezone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "mascot" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "mascot" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "league" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(5) "65535" "column_name" => string(6) "league" "column_default" => NULL "data_type" => string(17) "smallint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "12" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primaryColor" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(12) "primaryColor" "column_default" => NULL "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(1) "6" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "secondaryColor" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(14) "secondaryColor" "column_default" => NULL "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(1) "6" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "apparelURL" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "apparelURL" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "twitterURL" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "twitterURL" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "t_consumer_key" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "t_consumer_key" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "256" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "t_consumer_secret" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "t_consumer_secret" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "256" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "t_request_token" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "t_request_token" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "256" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "t_request_secret" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "t_request_secret" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "256" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "t_access_token" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "t_access_token" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "256" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "t_access_secret" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "t_access_secret" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "256" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "facebookURL" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "facebookURL" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ticketURL" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "ticketURL" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "mascotShortName" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "mascotShortName" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "googleAnalytics" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "googleAnalytics" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "googleWebmasterTools" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(20) "googleWebmasterTools" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "historyText" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "historyText" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "twitterSearchTerms" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(18) "twitterSearchTerms" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fbAPIKey" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(8) "fbAPIKey" "column_default" => string(0) "" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "character_maximum_length" => string(2) "32" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fbAppSecret" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(11) "fbAppSecret" "column_default" => string(0) "" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 25 "character_maximum_length" => string(2) "32" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fbAppId" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "fbAppId" "column_default" => string(0) "" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "character_maximum_length" => string(2) "16" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fbGraphId" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(9) "fbGraphId" "column_default" => NULL "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 27 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "enableForum" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "enableForum" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "partnerURLText" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "partnerURLText" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 29 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "partnerURL" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "partnerURL" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 30 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "domainNotOwned" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "domainNotOwned" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 31 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "scoresURL" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "scoresURL" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "schedulesURL" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "schedulesURL" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "statsURL" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "statsURL" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "standingsURL" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "standingsURL" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rosterURL" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "rosterURL" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(10) ( "type" => string(5) "float" "column_name" => string(8) "latitude" "column_default" => string(1) "0" "data_type" => string(6) "double" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(10) ( "type" => string(5) "float" "column_name" => string(9) "longitude" "column_default" => string(1) "0" "data_type" => string(6) "double" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "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 _primary_key => string(2) "id" protected _primary_key_value => string(2) "70" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool FALSE protected _db => object Database_MySQL(6)"url" => NULL "comment_id" => string(9) "30-354398" "logged_in" => bool FALSE "element" => object Model_Tweet(32){ protected _connection_id => string(40) "cf8bcfff093e13a05ecee1ce20df8f5beec82dd1" protected _identifier => string(1) "`" public last_query => string(211) "SELECT `sites`.`id`, `sites`.`name`, `sites`.`city`, `sites`.`mascot`, `networkteams`.* FROM `networkteams` JOIN `sites` ON (`ne …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(10) "chatsports" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }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) }{ public type => integer 30 protected _belongs_to => array(1) ( "site" => array(2) ( "model" => string(4) "site" "foreign_key" => string(7) "site_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(6) "354398" "twitter_id" => string(9) "106960310" "site_id" => string(2) "70" "datecreated" => string(10) "1308027087" "tweet" => string(76) "http://www.youtube.com/watch?v=Wj7F-KIHAPI........ MANNN LOOK AT THIS *TEARS" ) protected _changed => array(0) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "tweet" protected _object_plural => string(6) "tweets" protected _table_name => string(6) "tweets" protected _table_columns => array(5) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(20) "18446744073709551615" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(15) "bigint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "twitter_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(20) "18446744073709551615" "column_name" => string(10) "twitter_id" "column_default" => NULL "data_type" => string(15) "bigint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "site_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(20) "18446744073709551615" "column_name" => string(7) "site_id" "column_default" => NULL "data_type" => string(15) "bigint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "datecreated" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(20) "18446744073709551615" "column_name" => string(11) "datecreated" "column_default" => NULL "data_type" => string(15) "bigint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tweet" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "tweet" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "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 _primary_key => string(2) "id" protected _primary_key_value => string(6) "354398" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool FALSE protected _db => object Database_MySQL(6)"encoded_share_url" => string(106) "http%3A%2F%2Fwww.chatsports.com%2Fa%2FhttpwwwyoutubecomwatchvWj7FKIHAPI-MANNN-LOOK-AT-THIS-TEARS-30-354398" ){ protected _connection_id => string(40) "cf8bcfff093e13a05ecee1ce20df8f5beec82dd1" protected _identifier => string(1) "`" public last_query => string(211) "SELECT `sites`.`id`, `sites`.`name`, `sites`.`city`, `sites`.`mascot`, `networkteams`.* FROM `networkteams` JOIN `sites` ON (`ne …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(10) "chatsports" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }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) }354 { 355 throw new Kohana_View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 } // 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 // Display the exception message 233 Kohana_Exception::handler($e); -
APPPATH/views/templates/header.php [ 198 ] » Kohana_View->__toString()
193 194 <?php if (isset($preContent)) { echo $preContent; } // For home page (not signed in) ?> 195 196 <?php if (isset($sidebar)) { echo $sidebar; } // Be sure to incliude <div id="sidebar"></div> (change made from other template) ?> 197 198 <?php echo $content; ?> 199 200 <div class="clearfix"></div> 201 </div> 202 </div> 203 -
SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)
0string(70) "/home/chatsports/chatsports.com/application/views/templates/header.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 [ 359 ] » Kohana_View::capture(arguments)
0string(70) "/home/chatsports/chatsports.com/application/views/templates/header.php"1array(7) ( "content" => object View(2)
{ protected _file => string(63) "/home/chatsports/chatsports.com/application/views/news/news.php" protected _data => array(11) ( "sitename" => string(41) "http://www.chatsports.com/milwaukee-bucks" "id" => string(6) "354398" "teamlogo" => string(59) "http://image.chatsports.com/logo_thumbs/milwaukee-bucks.jpg" "networkteam" => NULL "networkteams" => object Database_MySQL_Result(7)"title" => string(19) " | ChatMilBucks.com" "description" => string(95) "http://www.youtube.com/watch?v=Wj7F-KIHAPI........ MANNN LOOK AT THIS *TEARS | ChatMilBucks.com" "jsFiles" => array(1) ( "modules" => array(2) ( "header" => bool TRUE "comments.article" => bool TRUE ) ) "userid" => bool FALSE "element" => object Model_Tweet(32){ protected _internal_row => integer 0 protected _query => string(211) "SELECT `sites`.`id`, `sites`.`name`, `sites`.`city`, `sites`.`mascot`, `networkteams`.* FROM `networkteams` JOIN `sites` ON (`ne …" protected _result => resource(mysql result) protected _total_rows => integer 4 protected _current_row => integer 0 protected _as_object => string(17) "Model_Networkteam" protected _object_params => NULL }"site" => object Model_Site(31){ protected _has_many => array(4) ( "users" => array(4) ( ... ) "question" => array(4) ( ... ) "rsselements" => array(4) ( ... ) "rolllinks" => array(4) ( ... ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(38) ( "id" => string(2) "70" "name" => string(16) "ChatMilBucks.com" "timezone" => string(15) "America/Chicago" "mascot" => string(5) "Bucks" "city" => string(9) "Milwaukee" "league" => string(1) "4" "primaryColor" => string(6) "284e36" "secondaryColor" => string(6) "a71930" "apparelURL" => string(66) "http://www.footballfanatics.com/NBA_Milwaukee_Bucks/partnerid/8489" "twitterURL" => string(35) "http://www.Twitter.com/ChatMilBucks" "t_consumer_key" => string(20) "TNiAvJLx67XlfQoWtWRQ" "t_consumer_secret" => string(43) "toLApu2L2p5lrFyFYikMhDOFfUkUwvrajLhmvBtWWZc" "t_request_token" => string(0) "" "t_request_secret" => string(0) "" "t_access_token" => string(0) "" "t_access_secret" => string(0) "" "facebookURL" => string(62) "http://www.facebook.com/pages/ChatMilBucks/179657657939?ref=ts" "ticketURL" => string(68) "http://affsrv.stubhub.com/cc/nba-playoff-tickets/0/2870223/10651932 " "mascotShortName" => string(0) "" "googleAnalytics" => string(14) "UA-11499333-18" "googleWebmasterTools" => string(43) "VYQSQ_ccMFOckQpTPCT-tuPUiBFTDLHZbnS8cfMbMzM" "historyText" => string(0) "" "twitterSearchTerms" => string(21) "milwaukee bucks;bogut" "fbAPIKey" => string(32) "7e69be287a2ce064437b514f565cd179" "fbAppSecret" => string(32) "918c89ae535e10584bdbecd76b803d8f" "fbAppId" => string(15) "156820004352403" "fbGraphId" => string(11) "19180542816" "enableForum" => string(1) "0" "partnerURLText" => string(0) "" "partnerURL" => string(0) "" "domainNotOwned" => string(1) "0" "scoresURL" => string(34) "http://www.nba.com/gameline/bucks/" "schedulesURL" => string(34) "http://www.nba.com/bucks/schedule/" "statsURL" => string(31) "http://www.nba.com/bucks/stats/" "standingsURL" => string(29) "http://www.nba.com/standings/" "rosterURL" => string(32) "http://www.nba.com/bucks/roster/" "latitude" => string(9) "43.043611" "longitude" => string(10) "-87.916944" ) protected _changed => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "site" protected _object_plural => string(5) "sites" protected _table_name => string(5) "sites" protected _table_columns => array(38) ( "id" => array(13) ( ... ) "name" => array(12) ( ... ) "timezone" => array(12) ( ... ) "mascot" => array(12) ( ... ) "city" => array(12) ( ... ) "league" => array(13) ( ... ) "primaryColor" => array(13) ( ... ) "secondaryColor" => array(13) ( ... ) "apparelURL" => array(12) ( ... ) "twitterURL" => array(12) ( ... ) "t_consumer_key" => array(12) ( ... ) "t_consumer_secret" => array(12) ( ... ) "t_request_token" => array(12) ( ... ) "t_request_secret" => array(12) ( ... ) "t_access_token" => array(12) ( ... ) "t_access_secret" => array(12) ( ... ) "facebookURL" => array(12) ( ... ) "ticketURL" => array(12) ( ... ) "mascotShortName" => array(12) ( ... ) "googleAnalytics" => array(12) ( ... ) "googleWebmasterTools" => array(12) ( ... ) "historyText" => array(12) ( ... ) "twitterSearchTerms" => array(12) ( ... ) "fbAPIKey" => array(13) ( ... ) "fbAppSecret" => array(13) ( ... ) "fbAppId" => array(13) ( ... ) "fbGraphId" => array(13) ( ... ) "enableForum" => array(13) ( ... ) "partnerURLText" => array(12) ( ... ) "partnerURL" => array(12) ( ... ) "domainNotOwned" => array(13) ( ... ) "scoresURL" => array(12) ( ... ) "schedulesURL" => array(12) ( ... ) "statsURL" => array(12) ( ... ) "standingsURL" => array(12) ( ... ) "rosterURL" => array(12) ( ... ) "latitude" => array(10) ( ... ) "longitude" => array(10) ( ... ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "70" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool FALSE protected _db => object Database_MySQL(6)"url" => NULL "comment_id" => string(9) "30-354398" "logged_in" => bool FALSE "element" => object Model_Tweet(32){ protected _connection_id => string(40) "cf8bcfff093e13a05ecee1ce20df8f5beec82dd1" protected _identifier => string(1) "`" public last_query => string(211) "SELECT `sites`.`id`, `sites`.`name`, `sites`.`city`, `sites`.`mascot`, `networkteams`.* FROM `networkteams` JOIN `sites` ON (`ne …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( ... ) }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) }{ public type => integer 30 protected _belongs_to => array(1) ( "site" => array(2) ( ... ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(6) "354398" "twitter_id" => string(9) "106960310" "site_id" => string(2) "70" "datecreated" => string(10) "1308027087" "tweet" => string(76) "http://www.youtube.com/watch?v=Wj7F-KIHAPI........ MANNN LOOK AT THIS *TEARS" ) protected _changed => array(0) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "tweet" protected _object_plural => string(6) "tweets" protected _table_name => string(6) "tweets" protected _table_columns => array(5) ( "id" => array(13) ( ... ) "twitter_id" => array(13) ( ... ) "site_id" => array(13) ( ... ) "datecreated" => array(13) ( ... ) "tweet" => array(12) ( ... ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "354398" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool FALSE protected _db => object Database_MySQL(6)"encoded_share_url" => string(106) "http%3A%2F%2Fwww.chatsports.com%2Fa%2FhttpwwwyoutubecomwatchvWj7FKIHAPI-MANNN-LOOK-AT-THIS-TEARS-30-354398" ) }{ protected _connection_id => string(40) "cf8bcfff093e13a05ecee1ce20df8f5beec82dd1" protected _identifier => string(1) "`" public last_query => string(211) "SELECT `sites`.`id`, `sites`.`name`, `sites`.`city`, `sites`.`mascot`, `networkteams`.* FROM `networkteams` JOIN `sites` ON (`ne …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( ... ) }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) }{ public type => integer 30 protected _belongs_to => array(1) ( "site" => array(2) ( "model" => string(4) "site" "foreign_key" => string(7) "site_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(6) "354398" "twitter_id" => string(9) "106960310" "site_id" => string(2) "70" "datecreated" => string(10) "1308027087" "tweet" => string(76) "http://www.youtube.com/watch?v=Wj7F-KIHAPI........ MANNN LOOK AT THIS *TEARS" ) protected _changed => array(0) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "tweet" protected _object_plural => string(6) "tweets" protected _table_name => string(6) "tweets" protected _table_columns => array(5) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(20) "18446744073709551615" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(15) "bigint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "twitter_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(20) "18446744073709551615" "column_name" => string(10) "twitter_id" "column_default" => NULL "data_type" => string(15) "bigint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "site_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(20) "18446744073709551615" "column_name" => string(7) "site_id" "column_default" => NULL "data_type" => string(15) "bigint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "datecreated" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(20) "18446744073709551615" "column_name" => string(11) "datecreated" "column_default" => NULL "data_type" => string(15) "bigint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tweet" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "tweet" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "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 _primary_key => string(2) "id" protected _primary_key_value => string(6) "354398" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool FALSE protected _db => object Database_MySQL(6)"site" => object Model_Site(31){ protected _connection_id => string(40) "cf8bcfff093e13a05ecee1ce20df8f5beec82dd1" protected _identifier => string(1) "`" public last_query => string(211) "SELECT `sites`.`id`, `sites`.`name`, `sites`.`city`, `sites`.`mascot`, `networkteams`.* FROM `networkteams` JOIN `sites` ON (`ne …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(10) "chatsports" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }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 _has_many => array(4) ( "users" => array(4) ( "model" => string(4) "user" "foreign_key" => string(7) "site_id" "through" => string(11) "sites_users" "far_key" => string(7) "user_id" ) "question" => array(4) ( "model" => string(8) "question" "foreign_key" => string(7) "site_id" "through" => string(15) "questions_sites" "far_key" => string(11) "question_id" ) "rsselements" => array(4) ( "model" => string(10) "rsselement" "foreign_key" => string(7) "site_id" "through" => NULL "far_key" => string(13) "rsselement_id" ) "rolllinks" => array(4) ( "model" => string(8) "rolllink" "foreign_key" => string(7) "site_id" "through" => NULL "far_key" => string(11) "rolllink_id" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(38) ( "id" => string(2) "70" "name" => string(16) "ChatMilBucks.com" "timezone" => string(15) "America/Chicago" "mascot" => string(5) "Bucks" "city" => string(9) "Milwaukee" "league" => string(1) "4" "primaryColor" => string(6) "284e36" "secondaryColor" => string(6) "a71930" "apparelURL" => string(66) "http://www.footballfanatics.com/NBA_Milwaukee_Bucks/partnerid/8489" "twitterURL" => string(35) "http://www.Twitter.com/ChatMilBucks" "t_consumer_key" => string(20) "TNiAvJLx67XlfQoWtWRQ" "t_consumer_secret" => string(43) "toLApu2L2p5lrFyFYikMhDOFfUkUwvrajLhmvBtWWZc" "t_request_token" => string(0) "" "t_request_secret" => string(0) "" "t_access_token" => string(0) "" "t_access_secret" => string(0) "" "facebookURL" => string(62) "http://www.facebook.com/pages/ChatMilBucks/179657657939?ref=ts" "ticketURL" => string(68) "http://affsrv.stubhub.com/cc/nba-playoff-tickets/0/2870223/10651932 " "mascotShortName" => string(0) "" "googleAnalytics" => string(14) "UA-11499333-18" "googleWebmasterTools" => string(43) "VYQSQ_ccMFOckQpTPCT-tuPUiBFTDLHZbnS8cfMbMzM" "historyText" => string(0) "" "twitterSearchTerms" => string(21) "milwaukee bucks;bogut" "fbAPIKey" => string(32) "7e69be287a2ce064437b514f565cd179" "fbAppSecret" => string(32) "918c89ae535e10584bdbecd76b803d8f" "fbAppId" => string(15) "156820004352403" "fbGraphId" => string(11) "19180542816" "enableForum" => string(1) "0" "partnerURLText" => string(0) "" "partnerURL" => string(0) "" "domainNotOwned" => string(1) "0" "scoresURL" => string(34) "http://www.nba.com/gameline/bucks/" "schedulesURL" => string(34) "http://www.nba.com/bucks/schedule/" "statsURL" => string(31) "http://www.nba.com/bucks/stats/" "standingsURL" => string(29) "http://www.nba.com/standings/" "rosterURL" => string(32) "http://www.nba.com/bucks/roster/" "latitude" => string(9) "43.043611" "longitude" => string(10) "-87.916944" ) protected _changed => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "site" protected _object_plural => string(5) "sites" protected _table_name => string(5) "sites" protected _table_columns => array(38) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(20) "18446744073709551615" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(15) "bigint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "timezone" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "timezone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "mascot" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "mascot" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "league" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(5) "65535" "column_name" => string(6) "league" "column_default" => NULL "data_type" => string(17) "smallint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "12" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primaryColor" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(12) "primaryColor" "column_default" => NULL "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(1) "6" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "secondaryColor" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(14) "secondaryColor" "column_default" => NULL "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(1) "6" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "apparelURL" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "apparelURL" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "twitterURL" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "twitterURL" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "t_consumer_key" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "t_consumer_key" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "256" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "t_consumer_secret" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "t_consumer_secret" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "256" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "t_request_token" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "t_request_token" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "256" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "t_request_secret" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "t_request_secret" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "256" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "t_access_token" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "t_access_token" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "256" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "t_access_secret" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "t_access_secret" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "256" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "facebookURL" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "facebookURL" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ticketURL" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "ticketURL" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "mascotShortName" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "mascotShortName" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "googleAnalytics" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "googleAnalytics" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "googleWebmasterTools" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(20) "googleWebmasterTools" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "historyText" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "historyText" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "twitterSearchTerms" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(18) "twitterSearchTerms" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fbAPIKey" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(8) "fbAPIKey" "column_default" => string(0) "" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "character_maximum_length" => string(2) "32" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fbAppSecret" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(11) "fbAppSecret" "column_default" => string(0) "" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 25 "character_maximum_length" => string(2) "32" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fbAppId" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "fbAppId" "column_default" => string(0) "" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "character_maximum_length" => string(2) "16" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fbGraphId" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(9) "fbGraphId" "column_default" => NULL "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 27 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "enableForum" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "enableForum" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "partnerURLText" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "partnerURLText" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 29 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "partnerURL" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "partnerURL" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 30 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "domainNotOwned" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "domainNotOwned" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 31 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "scoresURL" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "scoresURL" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "schedulesURL" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "schedulesURL" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "statsURL" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "statsURL" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "standingsURL" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "standingsURL" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rosterURL" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "rosterURL" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(10) ( "type" => string(5) "float" "column_name" => string(8) "latitude" "column_default" => string(1) "0" "data_type" => string(6) "double" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(10) ( "type" => string(5) "float" "column_name" => string(9) "longitude" "column_default" => string(1) "0" "data_type" => string(6) "double" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "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 _primary_key => string(2) "id" protected _primary_key_value => string(2) "70" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool FALSE protected _db => object Database_MySQL(6)){ protected _connection_id => string(40) "cf8bcfff093e13a05ecee1ce20df8f5beec82dd1" protected _identifier => string(1) "`" public last_query => string(211) "SELECT `sites`.`id`, `sites`.`name`, `sites`.`city`, `sites`.`mascot`, `networkteams`.* FROM `networkteams` JOIN `sites` ON (`ne …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(10) "chatsports" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }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) }354 { 355 throw new Kohana_View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 } // 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 return parent::after(); 48 } 49 -
{PHP internal call} » Kohana_Controller_Template->after()
-
SYSPATH/classes/kohana/request/client/internal.php [ 135 ] » ReflectionMethod->invoke(arguments)
0object Controller_Landing(5)
{ public template => object View(2){ protected _file => string(70) "/home/chatsports/chatsports.com/application/views/templates/header.php" protected _data => array(7) ( "content" => object View(2)public auto_render => bool TRUE public site => object Model_Site(31){ protected _file => string(63) "/home/chatsports/chatsports.com/application/views/news/news.php" protected _data => array(11) ( "sitename" => string(41) "http://www.chatsports.com/milwaukee-bucks" "id" => string(6) "354398" "teamlogo" => string(59) "http://image.chatsports.com/logo_thumbs/milwaukee-bucks.jpg" "networkteam" => NULL "networkteams" => object Database_MySQL_Result(7)"title" => string(19) " | ChatMilBucks.com" "description" => string(95) "http://www.youtube.com/watch?v=Wj7F-KIHAPI........ MANNN LOOK AT THIS *TEARS | ChatMilBucks.com" "jsFiles" => array(1) ( "modules" => array(2) ( "header" => bool TRUE "comments.article" => bool TRUE ) ) "userid" => bool FALSE "element" => object Model_Tweet(32){ protected _internal_row => integer 0 protected _query => string(211) "SELECT `sites`.`id`, `sites`.`name`, `sites`.`city`, `sites`.`mascot`, `networkteams`.* FROM `networkteams` JOIN `sites` ON (`ne …" protected _result => resource(mysql result) protected _total_rows => integer 4 protected _current_row => integer 0 protected _as_object => string(17) "Model_Networkteam" protected _object_params => NULL }"site" => object Model_Site(31){ protected _has_many => array(4) ( ... ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(38) ( ... ) protected _changed => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "site" protected _object_plural => string(5) "sites" protected _table_name => string(5) "sites" protected _table_columns => array(38) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "70" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool FALSE protected _db => object Database_MySQL(6)"url" => NULL "comment_id" => string(9) "30-354398" "logged_in" => bool FALSE "element" => object Model_Tweet(32){ protected _connection_id => string(40) "cf8bcfff093e13a05ecee1ce20df8f5beec82dd1" protected _identifier => string(1) "`" public last_query => string(211) "SELECT `sites`.`id`, `sites`.`name`, `sites`.`city`, `sites`.`mascot`, `networkteams`.* FROM `networkteams` JOIN `sites` ON (`ne …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( ... ) }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) }{ public type => integer 30 protected _belongs_to => array(1) ( ... ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( ... ) protected _changed => array(0) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "tweet" protected _object_plural => string(6) "tweets" protected _table_name => string(6) "tweets" protected _table_columns => array(5) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "354398" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool FALSE protected _db => object Database_MySQL(6)"encoded_share_url" => string(106) "http%3A%2F%2Fwww.chatsports.com%2Fa%2FhttpwwwyoutubecomwatchvWj7FKIHAPI-MANNN-LOOK-AT-THIS-TEARS-30-354398" ) }{ protected _connection_id => string(40) "cf8bcfff093e13a05ecee1ce20df8f5beec82dd1" protected _identifier => string(1) "`" public last_query => string(211) "SELECT `sites`.`id`, `sites`.`name`, `sites`.`city`, `sites`.`mascot`, `networkteams`.* FROM `networkteams` JOIN `sites` ON (`ne …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( ... ) }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) }{ public type => integer 30 protected _belongs_to => array(1) ( "site" => array(2) ( ... ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "id" => string(6) "354398" "twitter_id" => string(9) "106960310" "site_id" => string(2) "70" "datecreated" => string(10) "1308027087" "tweet" => string(76) "http://www.youtube.com/watch?v=Wj7F-KIHAPI........ MANNN LOOK AT THIS *TEARS" ) protected _changed => array(0) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "tweet" protected _object_plural => string(6) "tweets" protected _table_name => string(6) "tweets" protected _table_columns => array(5) ( "id" => array(13) ( ... ) "twitter_id" => array(13) ( ... ) "site_id" => array(13) ( ... ) "datecreated" => array(13) ( ... ) "tweet" => array(12) ( ... ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "354398" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool FALSE protected _db => object Database_MySQL(6)"site" => object Model_Site(31){ protected _connection_id => string(40) "cf8bcfff093e13a05ecee1ce20df8f5beec82dd1" protected _identifier => string(1) "`" public last_query => string(211) "SELECT `sites`.`id`, `sites`.`name`, `sites`.`city`, `sites`.`mascot`, `networkteams`.* FROM `networkteams` JOIN `sites` ON (`ne …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( ... ) }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 _has_many => array(4) ( "users" => array(4) ( ... ) "question" => array(4) ( ... ) "rsselements" => array(4) ( ... ) "rolllinks" => array(4) ( ... ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(38) ( "id" => string(2) "70" "name" => string(16) "ChatMilBucks.com" "timezone" => string(15) "America/Chicago" "mascot" => string(5) "Bucks" "city" => string(9) "Milwaukee" "league" => string(1) "4" "primaryColor" => string(6) "284e36" "secondaryColor" => string(6) "a71930" "apparelURL" => string(66) "http://www.footballfanatics.com/NBA_Milwaukee_Bucks/partnerid/8489" "twitterURL" => string(35) "http://www.Twitter.com/ChatMilBucks" "t_consumer_key" => string(20) "TNiAvJLx67XlfQoWtWRQ" "t_consumer_secret" => string(43) "toLApu2L2p5lrFyFYikMhDOFfUkUwvrajLhmvBtWWZc" "t_request_token" => string(0) "" "t_request_secret" => string(0) "" "t_access_token" => string(0) "" "t_access_secret" => string(0) "" "facebookURL" => string(62) "http://www.facebook.com/pages/ChatMilBucks/179657657939?ref=ts" "ticketURL" => string(68) "http://affsrv.stubhub.com/cc/nba-playoff-tickets/0/2870223/10651932 " "mascotShortName" => string(0) "" "googleAnalytics" => string(14) "UA-11499333-18" "googleWebmasterTools" => string(43) "VYQSQ_ccMFOckQpTPCT-tuPUiBFTDLHZbnS8cfMbMzM" "historyText" => string(0) "" "twitterSearchTerms" => string(21) "milwaukee bucks;bogut" "fbAPIKey" => string(32) "7e69be287a2ce064437b514f565cd179" "fbAppSecret" => string(32) "918c89ae535e10584bdbecd76b803d8f" "fbAppId" => string(15) "156820004352403" "fbGraphId" => string(11) "19180542816" "enableForum" => string(1) "0" "partnerURLText" => string(0) "" "partnerURL" => string(0) "" "domainNotOwned" => string(1) "0" "scoresURL" => string(34) "http://www.nba.com/gameline/bucks/" "schedulesURL" => string(34) "http://www.nba.com/bucks/schedule/" "statsURL" => string(31) "http://www.nba.com/bucks/stats/" "standingsURL" => string(29) "http://www.nba.com/standings/" "rosterURL" => string(32) "http://www.nba.com/bucks/roster/" "latitude" => string(9) "43.043611" "longitude" => string(10) "-87.916944" ) protected _changed => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "site" protected _object_plural => string(5) "sites" protected _table_name => string(5) "sites" protected _table_columns => array(38) ( "id" => array(13) ( ... ) "name" => array(12) ( ... ) "timezone" => array(12) ( ... ) "mascot" => array(12) ( ... ) "city" => array(12) ( ... ) "league" => array(13) ( ... ) "primaryColor" => array(13) ( ... ) "secondaryColor" => array(13) ( ... ) "apparelURL" => array(12) ( ... ) "twitterURL" => array(12) ( ... ) "t_consumer_key" => array(12) ( ... ) "t_consumer_secret" => array(12) ( ... ) "t_request_token" => array(12) ( ... ) "t_request_secret" => array(12) ( ... ) "t_access_token" => array(12) ( ... ) "t_access_secret" => array(12) ( ... ) "facebookURL" => array(12) ( ... ) "ticketURL" => array(12) ( ... ) "mascotShortName" => array(12) ( ... ) "googleAnalytics" => array(12) ( ... ) "googleWebmasterTools" => array(12) ( ... ) "historyText" => array(12) ( ... ) "twitterSearchTerms" => array(12) ( ... ) "fbAPIKey" => array(13) ( ... ) "fbAppSecret" => array(13) ( ... ) "fbAppId" => array(13) ( ... ) "fbGraphId" => array(13) ( ... ) "enableForum" => array(13) ( ... ) "partnerURLText" => array(12) ( ... ) "partnerURL" => array(12) ( ... ) "domainNotOwned" => array(13) ( ... ) "scoresURL" => array(12) ( ... ) "schedulesURL" => array(12) ( ... ) "statsURL" => array(12) ( ... ) "standingsURL" => array(12) ( ... ) "rosterURL" => array(12) ( ... ) "latitude" => array(10) ( ... ) "longitude" => array(10) ( ... ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "70" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool FALSE protected _db => object Database_MySQL(6)) }{ protected _connection_id => string(40) "cf8bcfff093e13a05ecee1ce20df8f5beec82dd1" protected _identifier => string(1) "`" public last_query => string(211) "SELECT `sites`.`id`, `sites`.`name`, `sites`.`city`, `sites`.`mascot`, `networkteams`.* FROM `networkteams` JOIN `sites` ON (`ne …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( ... ) }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 _has_many => array(4) ( "users" => array(4) ( "model" => string(4) "user" "foreign_key" => string(7) "site_id" "through" => string(11) "sites_users" "far_key" => string(7) "user_id" ) "question" => array(4) ( "model" => string(8) "question" "foreign_key" => string(7) "site_id" "through" => string(15) "questions_sites" "far_key" => string(11) "question_id" ) "rsselements" => array(4) ( "model" => string(10) "rsselement" "foreign_key" => string(7) "site_id" "through" => NULL "far_key" => string(13) "rsselement_id" ) "rolllinks" => array(4) ( "model" => string(8) "rolllink" "foreign_key" => string(7) "site_id" "through" => NULL "far_key" => string(11) "rolllink_id" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(38) ( "id" => string(2) "70" "name" => string(16) "ChatMilBucks.com" "timezone" => string(15) "America/Chicago" "mascot" => string(5) "Bucks" "city" => string(9) "Milwaukee" "league" => string(1) "4" "primaryColor" => string(6) "284e36" "secondaryColor" => string(6) "a71930" "apparelURL" => string(66) "http://www.footballfanatics.com/NBA_Milwaukee_Bucks/partnerid/8489" "twitterURL" => string(35) "http://www.Twitter.com/ChatMilBucks" "t_consumer_key" => string(20) "TNiAvJLx67XlfQoWtWRQ" "t_consumer_secret" => string(43) "toLApu2L2p5lrFyFYikMhDOFfUkUwvrajLhmvBtWWZc" "t_request_token" => string(0) "" "t_request_secret" => string(0) "" "t_access_token" => string(0) "" "t_access_secret" => string(0) "" "facebookURL" => string(62) "http://www.facebook.com/pages/ChatMilBucks/179657657939?ref=ts" "ticketURL" => string(68) "http://affsrv.stubhub.com/cc/nba-playoff-tickets/0/2870223/10651932 " "mascotShortName" => string(0) "" "googleAnalytics" => string(14) "UA-11499333-18" "googleWebmasterTools" => string(43) "VYQSQ_ccMFOckQpTPCT-tuPUiBFTDLHZbnS8cfMbMzM" "historyText" => string(0) "" "twitterSearchTerms" => string(21) "milwaukee bucks;bogut" "fbAPIKey" => string(32) "7e69be287a2ce064437b514f565cd179" "fbAppSecret" => string(32) "918c89ae535e10584bdbecd76b803d8f" "fbAppId" => string(15) "156820004352403" "fbGraphId" => string(11) "19180542816" "enableForum" => string(1) "0" "partnerURLText" => string(0) "" "partnerURL" => string(0) "" "domainNotOwned" => string(1) "0" "scoresURL" => string(34) "http://www.nba.com/gameline/bucks/" "schedulesURL" => string(34) "http://www.nba.com/bucks/schedule/" "statsURL" => string(31) "http://www.nba.com/bucks/stats/" "standingsURL" => string(29) "http://www.nba.com/standings/" "rosterURL" => string(32) "http://www.nba.com/bucks/roster/" "latitude" => string(9) "43.043611" "longitude" => string(10) "-87.916944" ) protected _changed => array(0) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "site" protected _object_plural => string(5) "sites" protected _table_name => string(5) "sites" protected _table_columns => array(38) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(20) "18446744073709551615" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(15) "bigint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "timezone" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "timezone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "mascot" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "mascot" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "league" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(5) "65535" "column_name" => string(6) "league" "column_default" => NULL "data_type" => string(17) "smallint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "12" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "primaryColor" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(12) "primaryColor" "column_default" => NULL "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(1) "6" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "secondaryColor" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(14) "secondaryColor" "column_default" => NULL "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(1) "6" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "apparelURL" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "apparelURL" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "twitterURL" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "twitterURL" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "t_consumer_key" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "t_consumer_key" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "256" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "t_consumer_secret" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "t_consumer_secret" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "256" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "t_request_token" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "t_request_token" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "256" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "t_request_secret" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "t_request_secret" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "256" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "t_access_token" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "t_access_token" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "256" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "t_access_secret" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "t_access_secret" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "256" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "facebookURL" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "facebookURL" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ticketURL" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(9) "ticketURL" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "mascotShortName" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "mascotShortName" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "googleAnalytics" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(15) "googleAnalytics" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "googleWebmasterTools" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(20) "googleWebmasterTools" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "historyText" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "historyText" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "twitterSearchTerms" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(18) "twitterSearchTerms" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fbAPIKey" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(8) "fbAPIKey" "column_default" => string(0) "" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "character_maximum_length" => string(2) "32" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fbAppSecret" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(11) "fbAppSecret" "column_default" => string(0) "" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 25 "character_maximum_length" => string(2) "32" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fbAppId" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "fbAppId" "column_default" => string(0) "" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "character_maximum_length" => string(2) "16" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fbGraphId" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(9) "fbGraphId" "column_default" => NULL "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 27 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "enableForum" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "enableForum" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "partnerURLText" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(14) "partnerURLText" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 29 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "partnerURL" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "partnerURL" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 30 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "domainNotOwned" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "domainNotOwned" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 31 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "scoresURL" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "scoresURL" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "schedulesURL" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "schedulesURL" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "statsURL" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "statsURL" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "standingsURL" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "standingsURL" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rosterURL" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "rosterURL" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(10) ( "type" => string(5) "float" "column_name" => string(8) "latitude" "column_default" => string(1) "0" "data_type" => string(6) "double" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(10) ( "type" => string(5) "float" "column_name" => string(9) "longitude" "column_default" => string(1) "0" "data_type" => string(6) "double" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "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 _primary_key => string(2) "id" protected _primary_key_value => string(2) "70" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool FALSE protected _db => object Database_MySQL(6)public request => object Request(19){ protected _connection_id => string(40) "cf8bcfff093e13a05ecee1ce20df8f5beec82dd1" protected _identifier => string(1) "`" public last_query => string(211) "SELECT `sites`.`id`, `sites`.`name`, `sites`.`city`, `sites`.`mascot`, `networkteams`.* FROM `networkteams` JOIN `sites` ON (`ne …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(10) "chatsports" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }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 _user => NULL protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(4) "http" protected _referrer => NULL protected _route => object Route(5)public response => object Response(5){ protected _callback => NULL protected _uri => string(30) "<site>/a/<urltext>-<type>-<id>" protected _regex => array(4) ( "site" => string(15) "[a-zA-Z0-9\-]++" "urltext" => string(2) ".+" "type" => string(6) "[0-9]+" "id" => string(6) "[0-9]+" ) protected _defaults => array(2) ( "controller" => string(7) "landing" "action" => string(4) "view" ) protected _route_regex => string(81) "#^(?P<site>[a-zA-Z0-9\-]++)/a/(?P<urltext>.+)-(?P<type>[0-9]+)-(?P<id>[0-9]+)$#uD" }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(4) "http" }{ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(7) "landing" protected _action => string(4) "view" protected _uri => string(97) "milwaukee-bucks/a/BL00dline3-httpwwwyoutubecomwatchvWj7FKIHAPI-MANNN-LOOK-AT-THIS-TEARS-30-354398" protected _external => bool FALSE protected _params => array(4) ( "site" => string(15) "milwaukee-bucks" "urltext" => string(69) "BL00dline3-httpwwwyoutubecomwatchvWj7FKIHAPI-MANNN-LOOK-AT-THIS-TEARS" "type" => string(2) "30" "id" => string(6) "354398" ) protected _get => array(1) ( "kohana_uri" => string(97) "milwaukee-bucks/a/BL00dline3-httpwwwyoutubecomwatchvWj7FKIHAPI-MANNN-LOOK-AT-THIS-TEARS-30-354398" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(5){ protected _previous_environment => NULL protected _cache => NULL protected _allow_private_cache => bool FALSE protected _request_time => NULL protected _response_time => integer 1369474891 }}{ protected _status => integer 200 protected _header => object Http_Header(0)}{ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(4) "http" }130 * will be removed in 3.2. 131 */ 132 $method->invokeArgs($controller, $params); 133 134 // Execute the "after action" method 135 $class->getMethod('after')->invoke($controller); 136 137 // Stop response time 138 $this->_response_time = (time() - $this->_response_time); 139 140 // Add the default Content-Type header to initial request if not present -
SYSPATH/classes/kohana/request.php [ 999 ] » Kohana_Request_Client_Internal->execute(arguments)
0object Request(19)
{ protected _user => NULL protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(4) "http" protected _referrer => NULL protected _route => object Route(5){ protected _callback => NULL protected _uri => string(30) "<site>/a/<urltext>-<type>-<id>" protected _regex => array(4) ( "site" => string(15) "[a-zA-Z0-9\-]++" "urltext" => string(2) ".+" "type" => string(6) "[0-9]+" "id" => string(6) "[0-9]+" ) protected _defaults => array(2) ( "controller" => string(7) "landing" "action" => string(4) "view" ) protected _route_regex => string(81) "#^(?P<site>[a-zA-Z0-9\-]++)/a/(?P<urltext>.+)-(?P<type>[0-9]+)-(?P<id>[0-9]+)$#uD" }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(4) "http" }{ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(7) "landing" protected _action => string(4) "view" protected _uri => string(97) "milwaukee-bucks/a/BL00dline3-httpwwwyoutubecomwatchvWj7FKIHAPI-MANNN-LOOK-AT-THIS-TEARS-30-354398" protected _external => bool FALSE protected _params => array(4) ( "site" => string(15) "milwaukee-bucks" "urltext" => string(69) "BL00dline3-httpwwwyoutubecomwatchvWj7FKIHAPI-MANNN-LOOK-AT-THIS-TEARS" "type" => string(2) "30" "id" => string(6) "354398" ) protected _get => array(1) ( "kohana_uri" => string(97) "milwaukee-bucks/a/BL00dline3-httpwwwyoutubecomwatchvWj7FKIHAPI-MANNN-LOOK-AT-THIS-TEARS-30-354398" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(5){ protected _previous_environment => NULL protected _cache => NULL protected _allow_private_cache => bool FALSE protected _request_time => NULL protected _response_time => integer 1369474891 }}994 public function execute() 995 { 996 if ( ! $this->_client instanceof Kohana_Request_Client) 997 throw new Kohana_Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array(':uri', $this->_uri)); 998 999 return $this->_client->execute($this); 1000 } 1001 1002 /** 1003 * Returns whether this request is the initial request Kohana received. 1004 * Can be used to test for sub requests. -
DOCROOT/index.php [ 146 ] » Kohana_Request->execute()
141 /** 142 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 143 * If no source is specified, the URI will be automatically detected. 144 */ 145 echo Request::factory() 146 ->execute() 147 ->send_headers() 148 ->body();
