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(39) "http://www.chatsports.com/detroit-lions" "id" => string(3) "542" "teamlogo" => string(57) "http://image.chatsports.com/logo_thumbs/detroit-lions.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 5 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(39) ( "id" => string(2) "46" "name" => string(13) "ChatLions.com" "timezone" => string(16) "America/New_York" "mascot" => string(5) "Lions" "city" => string(7) "Detroit" "league" => string(1) "3" "primaryColor" => string(6) "005a8b" "secondaryColor" => string(6) "83878a" "apparelURL" => string(64) "http://www.footballfanatics.com/NFL_Detroit_Lions/partnerid/8489" "twitterURL" => string(32) "http://www.Twitter.com/ChatLions" "t_consumer_key" => string(22) "gxAD6EmNDuSAUUfKZ54Isw" "t_consumer_secret" => string(42) "DBS67CeyOB1AMnkgktuvAmangfrxXIap79JOIfNiMo" "t_request_token" => string(0) "" "t_request_secret" => string(0) "" "t_access_token" => string(49) "101313257-q6SwgWgT2YQtHrsTkuBU0PanAr7fN2GDqDGA9Og" "t_access_secret" => string(42) "kG9dnN5pIgeP7LQkdp2p09SeWs0NGlTiTYj2rK02cc" "facebookURL" => string(59) "http://www.facebook.com/pages/ChatLions/180777222063?ref=ts" "ticketURL" => string(70) "http://affsrv.stubhub.com/cc/detroit-lions-tickets/0/2870223/10651932 " "mascotShortName" => string(5) "Lions" "googleAnalytics" => string(15) "UA-12493389-21 " "googleWebmasterTools" => string(44) "DSqv_azKRamJBzM3eDPm3ItieH1r5h66VmpaDf6WHQA " "historyText" => string(0) "" "twitterSearchTerms" => string(57) "detroit lions;detroit lion;matt stafford;matthew stafford" "fbAPIKey" => string(32) "5816b570d6976e019992ab2b8fca232b" "fbAppSecret" => string(32) "51970aaa34e96c622a817e7f5c3d935f" "fbAppId" => string(15) "110768125649305" "fbGraphId" => string(11) "95004133604" "enableForum" => string(1) "0" "partnerURLText" => string(10) "Lions Post" "partnerURL" => string(24) "http://www.lionspost.com" "domainNotOwned" => string(1) "0" "scoresURL" => string(40) "http://scores.espn.go.com/nfl/scoreboard" "schedulesURL" => string(61) "http://espn.go.com/nfl/team/schedule/_/name/det/detroit-lions" "statsURL" => string(58) "http://espn.go.com/nfl/team/stats/_/name/det/detroit-lions" "standingsURL" => string(32) "http://espn.go.com/nfl/standings" "rosterURL" => string(59) "http://espn.go.com/nfl/team/roster/_/name/det/detroit-lions" "latitude" => string(5) "42.34" "longitude" => string(10) "-83.045556" "fakeFollowCount" => string(5) "24640" ) 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(39) ( "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" ) "fakeFollowCount" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "fakeFollowCount" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "46" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool FALSE protected _db => object Database_MySQL(6)"url" => NULL "comment_id" => string(6) "20-542" "logged_in" => bool FALSE "element" => object Model_Soundoff(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 20 protected _belongs_to => array(2) ( "user" => array(2) ( "model" => string(4) "user" "foreign_key" => string(7) "user_id" ) "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(3) "542" "user_id" => string(4) "7867" "site_id" => string(2) "46" "soundoff" => string(3) "SUH" "datecreated" => string(10) "1314297906" ) protected _changed => array(0) protected _related => array(1) ( "user" => object Model_User(31)"encoded_share_url" => string(61) "http%3A%2F%2Fwww.chatsports.com%2Fa%2Flionsforlife-SUH-20-542" ){ protected _has_many => array(5) ( "sites" => array(4) ( ... ) "roles" => array(4) ( ... ) "rsselements" => array(4) ( ... ) "wpblogs" => array(4) ( ... ) "rolllinks" => array(4) ( ... ) ) protected _has_one => array(3) ( "twitteruser" => array(2) ( ... ) "userprofile" => array(2) ( ... ) "userpreferences" => array(2) ( ... ) ) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(16) ( "id" => string(4) "7867" "email" => string(19) "nick@chatsports.com" "username" => string(12) "lionsforlife" "password" => string(64) "ef9393e54fdd667b0a59389dd99b1088543c11a11ab3d7e1102d4d5b2897ab20" "logins" => string(1) "7" "last_login" => string(10) "1317417801" "datecreated" => string(10) "1312491382" "firstname" => string(0) "" "lastname" => string(0) "" "imageextension" => NULL "primary_site_id" => string(1) "0" "ip_address" => string(1) "0" "fb_uid" => string(1) "0" "fb_username" => string(0) "" "username_crc" => string(10) "1104759550" "email_sent" => string(10) "1371666635" ) 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(4) "user" protected _object_plural => string(5) "users" protected _table_name => string(5) "users" protected _table_columns => array(16) ( "id" => array(13) ( ... ) "email" => array(12) ( ... ) "username" => array(12) ( ... ) "password" => array(13) ( ... ) "logins" => array(13) ( ... ) "last_login" => array(13) ( ... ) "datecreated" => array(13) ( ... ) "firstname" => array(12) ( ... ) "lastname" => array(12) ( ... ) "imageextension" => array(12) ( ... ) "primary_site_id" => array(13) ( ... ) "ip_address" => array(13) ( ... ) "fb_uid" => array(13) ( ... ) "fb_username" => array(12) ( ... ) "username_crc" => array(13) ( ... ) "email_sent" => array(13) ( ... ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "7867" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool FALSE protected _db => object Database_MySQL(6)) 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(8) "soundoff" protected _object_plural => string(9) "soundoffs" protected _table_name => string(9) "soundoffs" 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" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(20) "18446744073709551615" "column_name" => string(7) "user_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" ) "soundoff" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "soundoff" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "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" ) "datecreated" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "datecreated" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "542" 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 _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 [ 199 ] » Kohana_View->__toString()
194 195 <?php if (isset($preContent)) { echo $preContent; } // For home page (not signed in) ?> 196 197 <?php if (isset($sidebar)) { echo $sidebar; } // Be sure to incliude <div id="sidebar"></div> (change made from other template) ?> 198 199 <?php echo $content; ?> 200 201 <div class="clearfix"></div> 202 </div> 203 </div> 204 -
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(39) "http://www.chatsports.com/detroit-lions" "id" => string(3) "542" "teamlogo" => string(57) "http://image.chatsports.com/logo_thumbs/detroit-lions.jpg" "networkteam" => NULL "networkteams" => object Database_MySQL_Result(7)"title" => string(37) "lionsforlife says SUH | ChatLions.com" "description" => string(19) "SUH | ChatLions.com" "jsFiles" => array(1) ( "modules" => array(2) ( "header" => bool TRUE "comments.article" => bool TRUE ) ) "userid" => bool FALSE "element" => object Model_Soundoff(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 5 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(39) ( "id" => string(2) "46" "name" => string(13) "ChatLions.com" "timezone" => string(16) "America/New_York" "mascot" => string(5) "Lions" "city" => string(7) "Detroit" "league" => string(1) "3" "primaryColor" => string(6) "005a8b" "secondaryColor" => string(6) "83878a" "apparelURL" => string(64) "http://www.footballfanatics.com/NFL_Detroit_Lions/partnerid/8489" "twitterURL" => string(32) "http://www.Twitter.com/ChatLions" "t_consumer_key" => string(22) "gxAD6EmNDuSAUUfKZ54Isw" "t_consumer_secret" => string(42) "DBS67CeyOB1AMnkgktuvAmangfrxXIap79JOIfNiMo" "t_request_token" => string(0) "" "t_request_secret" => string(0) "" "t_access_token" => string(49) "101313257-q6SwgWgT2YQtHrsTkuBU0PanAr7fN2GDqDGA9Og" "t_access_secret" => string(42) "kG9dnN5pIgeP7LQkdp2p09SeWs0NGlTiTYj2rK02cc" "facebookURL" => string(59) "http://www.facebook.com/pages/ChatLions/180777222063?ref=ts" "ticketURL" => string(70) "http://affsrv.stubhub.com/cc/detroit-lions-tickets/0/2870223/10651932 " "mascotShortName" => string(5) "Lions" "googleAnalytics" => string(15) "UA-12493389-21 " "googleWebmasterTools" => string(44) "DSqv_azKRamJBzM3eDPm3ItieH1r5h66VmpaDf6WHQA " "historyText" => string(0) "" "twitterSearchTerms" => string(57) "detroit lions;detroit lion;matt stafford;matthew stafford" "fbAPIKey" => string(32) "5816b570d6976e019992ab2b8fca232b" "fbAppSecret" => string(32) "51970aaa34e96c622a817e7f5c3d935f" "fbAppId" => string(15) "110768125649305" "fbGraphId" => string(11) "95004133604" "enableForum" => string(1) "0" "partnerURLText" => string(10) "Lions Post" "partnerURL" => string(24) "http://www.lionspost.com" "domainNotOwned" => string(1) "0" "scoresURL" => string(40) "http://scores.espn.go.com/nfl/scoreboard" "schedulesURL" => string(61) "http://espn.go.com/nfl/team/schedule/_/name/det/detroit-lions" "statsURL" => string(58) "http://espn.go.com/nfl/team/stats/_/name/det/detroit-lions" "standingsURL" => string(32) "http://espn.go.com/nfl/standings" "rosterURL" => string(59) "http://espn.go.com/nfl/team/roster/_/name/det/detroit-lions" "latitude" => string(5) "42.34" "longitude" => string(10) "-83.045556" "fakeFollowCount" => string(5) "24640" ) 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(39) ( "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) ( ... ) "fakeFollowCount" => array(13) ( ... ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "46" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool FALSE protected _db => object Database_MySQL(6)"url" => NULL "comment_id" => string(6) "20-542" "logged_in" => bool FALSE "element" => object Model_Soundoff(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 20 protected _belongs_to => array(2) ( "user" => array(2) ( ... ) "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(3) "542" "user_id" => string(4) "7867" "site_id" => string(2) "46" "soundoff" => string(3) "SUH" "datecreated" => string(10) "1314297906" ) protected _changed => array(0) protected _related => array(1) ( "user" => object Model_User(31)"encoded_share_url" => string(61) "http%3A%2F%2Fwww.chatsports.com%2Fa%2Flionsforlife-SUH-20-542" ) }{ protected _has_many => array(5) ( ... ) protected _has_one => array(3) ( ... ) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(16) ( ... ) 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(4) "user" protected _object_plural => string(5) "users" protected _table_name => string(5) "users" protected _table_columns => array(16) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "7867" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool FALSE protected _db => object Database_MySQL(6)) 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(8) "soundoff" protected _object_plural => string(9) "soundoffs" protected _table_name => string(9) "soundoffs" protected _table_columns => array(5) ( "id" => array(13) ( ... ) "user_id" => array(13) ( ... ) "site_id" => array(13) ( ... ) "soundoff" => array(12) ( ... ) "datecreated" => array(13) ( ... ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "542" 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 _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 20 protected _belongs_to => array(2) ( "user" => array(2) ( "model" => string(4) "user" "foreign_key" => string(7) "user_id" ) "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(3) "542" "user_id" => string(4) "7867" "site_id" => string(2) "46" "soundoff" => string(3) "SUH" "datecreated" => string(10) "1314297906" ) protected _changed => array(0) protected _related => array(1) ( "user" => object Model_User(31)"site" => object Model_Site(31){ protected _has_many => array(5) ( "sites" => array(4) ( ... ) "roles" => array(4) ( ... ) "rsselements" => array(4) ( ... ) "wpblogs" => array(4) ( ... ) "rolllinks" => array(4) ( ... ) ) protected _has_one => array(3) ( "twitteruser" => array(2) ( ... ) "userprofile" => array(2) ( ... ) "userpreferences" => array(2) ( ... ) ) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(16) ( "id" => string(4) "7867" "email" => string(19) "nick@chatsports.com" "username" => string(12) "lionsforlife" "password" => string(64) "ef9393e54fdd667b0a59389dd99b1088543c11a11ab3d7e1102d4d5b2897ab20" "logins" => string(1) "7" "last_login" => string(10) "1317417801" "datecreated" => string(10) "1312491382" "firstname" => string(0) "" "lastname" => string(0) "" "imageextension" => NULL "primary_site_id" => string(1) "0" "ip_address" => string(1) "0" "fb_uid" => string(1) "0" "fb_username" => string(0) "" "username_crc" => string(10) "1104759550" "email_sent" => string(10) "1371666635" ) 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(4) "user" protected _object_plural => string(5) "users" protected _table_name => string(5) "users" protected _table_columns => array(16) ( "id" => array(13) ( ... ) "email" => array(12) ( ... ) "username" => array(12) ( ... ) "password" => array(13) ( ... ) "logins" => array(13) ( ... ) "last_login" => array(13) ( ... ) "datecreated" => array(13) ( ... ) "firstname" => array(12) ( ... ) "lastname" => array(12) ( ... ) "imageextension" => array(12) ( ... ) "primary_site_id" => array(13) ( ... ) "ip_address" => array(13) ( ... ) "fb_uid" => array(13) ( ... ) "fb_username" => array(12) ( ... ) "username_crc" => array(13) ( ... ) "email_sent" => array(13) ( ... ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "7867" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool FALSE protected _db => object Database_MySQL(6)) 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(8) "soundoff" protected _object_plural => string(9) "soundoffs" protected _table_name => string(9) "soundoffs" 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" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(20) "18446744073709551615" "column_name" => string(7) "user_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" ) "soundoff" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "soundoff" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "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" ) "datecreated" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "datecreated" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "542" 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 _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(39) ( "id" => string(2) "46" "name" => string(13) "ChatLions.com" "timezone" => string(16) "America/New_York" "mascot" => string(5) "Lions" "city" => string(7) "Detroit" "league" => string(1) "3" "primaryColor" => string(6) "005a8b" "secondaryColor" => string(6) "83878a" "apparelURL" => string(64) "http://www.footballfanatics.com/NFL_Detroit_Lions/partnerid/8489" "twitterURL" => string(32) "http://www.Twitter.com/ChatLions" "t_consumer_key" => string(22) "gxAD6EmNDuSAUUfKZ54Isw" "t_consumer_secret" => string(42) "DBS67CeyOB1AMnkgktuvAmangfrxXIap79JOIfNiMo" "t_request_token" => string(0) "" "t_request_secret" => string(0) "" "t_access_token" => string(49) "101313257-q6SwgWgT2YQtHrsTkuBU0PanAr7fN2GDqDGA9Og" "t_access_secret" => string(42) "kG9dnN5pIgeP7LQkdp2p09SeWs0NGlTiTYj2rK02cc" "facebookURL" => string(59) "http://www.facebook.com/pages/ChatLions/180777222063?ref=ts" "ticketURL" => string(70) "http://affsrv.stubhub.com/cc/detroit-lions-tickets/0/2870223/10651932 " "mascotShortName" => string(5) "Lions" "googleAnalytics" => string(15) "UA-12493389-21 " "googleWebmasterTools" => string(44) "DSqv_azKRamJBzM3eDPm3ItieH1r5h66VmpaDf6WHQA " "historyText" => string(0) "" "twitterSearchTerms" => string(57) "detroit lions;detroit lion;matt stafford;matthew stafford" "fbAPIKey" => string(32) "5816b570d6976e019992ab2b8fca232b" "fbAppSecret" => string(32) "51970aaa34e96c622a817e7f5c3d935f" "fbAppId" => string(15) "110768125649305" "fbGraphId" => string(11) "95004133604" "enableForum" => string(1) "0" "partnerURLText" => string(10) "Lions Post" "partnerURL" => string(24) "http://www.lionspost.com" "domainNotOwned" => string(1) "0" "scoresURL" => string(40) "http://scores.espn.go.com/nfl/scoreboard" "schedulesURL" => string(61) "http://espn.go.com/nfl/team/schedule/_/name/det/detroit-lions" "statsURL" => string(58) "http://espn.go.com/nfl/team/stats/_/name/det/detroit-lions" "standingsURL" => string(32) "http://espn.go.com/nfl/standings" "rosterURL" => string(59) "http://espn.go.com/nfl/team/roster/_/name/det/detroit-lions" "latitude" => string(5) "42.34" "longitude" => string(10) "-83.045556" "fakeFollowCount" => string(5) "24640" ) 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(39) ( "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" ) "fakeFollowCount" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "fakeFollowCount" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "46" 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(39) "http://www.chatsports.com/detroit-lions" "id" => string(3) "542" "teamlogo" => string(57) "http://image.chatsports.com/logo_thumbs/detroit-lions.jpg" "networkteam" => NULL "networkteams" => object Database_MySQL_Result(7)"title" => string(37) "lionsforlife says SUH | ChatLions.com" "description" => string(19) "SUH | ChatLions.com" "jsFiles" => array(1) ( "modules" => array(2) ( "header" => bool TRUE "comments.article" => bool TRUE ) ) "userid" => bool FALSE "element" => object Model_Soundoff(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 5 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(39) ( ... ) 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(39) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "46" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool FALSE protected _db => object Database_MySQL(6)"url" => NULL "comment_id" => string(6) "20-542" "logged_in" => bool FALSE "element" => object Model_Soundoff(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 20 protected _belongs_to => array(2) ( ... ) 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(1) ( ... ) 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(8) "soundoff" protected _object_plural => string(9) "soundoffs" protected _table_name => string(9) "soundoffs" protected _table_columns => array(5) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "542" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool FALSE protected _db => object Database_MySQL(6)"encoded_share_url" => string(61) "http%3A%2F%2Fwww.chatsports.com%2Fa%2Flionsforlife-SUH-20-542" ) }{ 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 20 protected _belongs_to => array(2) ( "user" => array(2) ( ... ) "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(3) "542" "user_id" => string(4) "7867" "site_id" => string(2) "46" "soundoff" => string(3) "SUH" "datecreated" => string(10) "1314297906" ) protected _changed => array(0) protected _related => array(1) ( "user" => object Model_User(31)"site" => object Model_Site(31){ protected _has_many => array(5) ( ... ) protected _has_one => array(3) ( ... ) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(16) ( ... ) 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(4) "user" protected _object_plural => string(5) "users" protected _table_name => string(5) "users" protected _table_columns => array(16) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "7867" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool FALSE protected _db => object Database_MySQL(6)) 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(8) "soundoff" protected _object_plural => string(9) "soundoffs" protected _table_name => string(9) "soundoffs" protected _table_columns => array(5) ( "id" => array(13) ( ... ) "user_id" => array(13) ( ... ) "site_id" => array(13) ( ... ) "soundoff" => array(12) ( ... ) "datecreated" => array(13) ( ... ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "542" 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 _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(39) ( "id" => string(2) "46" "name" => string(13) "ChatLions.com" "timezone" => string(16) "America/New_York" "mascot" => string(5) "Lions" "city" => string(7) "Detroit" "league" => string(1) "3" "primaryColor" => string(6) "005a8b" "secondaryColor" => string(6) "83878a" "apparelURL" => string(64) "http://www.footballfanatics.com/NFL_Detroit_Lions/partnerid/8489" "twitterURL" => string(32) "http://www.Twitter.com/ChatLions" "t_consumer_key" => string(22) "gxAD6EmNDuSAUUfKZ54Isw" "t_consumer_secret" => string(42) "DBS67CeyOB1AMnkgktuvAmangfrxXIap79JOIfNiMo" "t_request_token" => string(0) "" "t_request_secret" => string(0) "" "t_access_token" => string(49) "101313257-q6SwgWgT2YQtHrsTkuBU0PanAr7fN2GDqDGA9Og" "t_access_secret" => string(42) "kG9dnN5pIgeP7LQkdp2p09SeWs0NGlTiTYj2rK02cc" "facebookURL" => string(59) "http://www.facebook.com/pages/ChatLions/180777222063?ref=ts" "ticketURL" => string(70) "http://affsrv.stubhub.com/cc/detroit-lions-tickets/0/2870223/10651932 " "mascotShortName" => string(5) "Lions" "googleAnalytics" => string(15) "UA-12493389-21 " "googleWebmasterTools" => string(44) "DSqv_azKRamJBzM3eDPm3ItieH1r5h66VmpaDf6WHQA " "historyText" => string(0) "" "twitterSearchTerms" => string(57) "detroit lions;detroit lion;matt stafford;matthew stafford" "fbAPIKey" => string(32) "5816b570d6976e019992ab2b8fca232b" "fbAppSecret" => string(32) "51970aaa34e96c622a817e7f5c3d935f" "fbAppId" => string(15) "110768125649305" "fbGraphId" => string(11) "95004133604" "enableForum" => string(1) "0" "partnerURLText" => string(10) "Lions Post" "partnerURL" => string(24) "http://www.lionspost.com" "domainNotOwned" => string(1) "0" "scoresURL" => string(40) "http://scores.espn.go.com/nfl/scoreboard" "schedulesURL" => string(61) "http://espn.go.com/nfl/team/schedule/_/name/det/detroit-lions" "statsURL" => string(58) "http://espn.go.com/nfl/team/stats/_/name/det/detroit-lions" "standingsURL" => string(32) "http://espn.go.com/nfl/standings" "rosterURL" => string(59) "http://espn.go.com/nfl/team/roster/_/name/det/detroit-lions" "latitude" => string(5) "42.34" "longitude" => string(10) "-83.045556" "fakeFollowCount" => string(5) "24640" ) 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(39) ( "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) ( ... ) "fakeFollowCount" => array(13) ( ... ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "46" 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(39) ( "id" => string(2) "46" "name" => string(13) "ChatLions.com" "timezone" => string(16) "America/New_York" "mascot" => string(5) "Lions" "city" => string(7) "Detroit" "league" => string(1) "3" "primaryColor" => string(6) "005a8b" "secondaryColor" => string(6) "83878a" "apparelURL" => string(64) "http://www.footballfanatics.com/NFL_Detroit_Lions/partnerid/8489" "twitterURL" => string(32) "http://www.Twitter.com/ChatLions" "t_consumer_key" => string(22) "gxAD6EmNDuSAUUfKZ54Isw" "t_consumer_secret" => string(42) "DBS67CeyOB1AMnkgktuvAmangfrxXIap79JOIfNiMo" "t_request_token" => string(0) "" "t_request_secret" => string(0) "" "t_access_token" => string(49) "101313257-q6SwgWgT2YQtHrsTkuBU0PanAr7fN2GDqDGA9Og" "t_access_secret" => string(42) "kG9dnN5pIgeP7LQkdp2p09SeWs0NGlTiTYj2rK02cc" "facebookURL" => string(59) "http://www.facebook.com/pages/ChatLions/180777222063?ref=ts" "ticketURL" => string(70) "http://affsrv.stubhub.com/cc/detroit-lions-tickets/0/2870223/10651932 " "mascotShortName" => string(5) "Lions" "googleAnalytics" => string(15) "UA-12493389-21 " "googleWebmasterTools" => string(44) "DSqv_azKRamJBzM3eDPm3ItieH1r5h66VmpaDf6WHQA " "historyText" => string(0) "" "twitterSearchTerms" => string(57) "detroit lions;detroit lion;matt stafford;matthew stafford" "fbAPIKey" => string(32) "5816b570d6976e019992ab2b8fca232b" "fbAppSecret" => string(32) "51970aaa34e96c622a817e7f5c3d935f" "fbAppId" => string(15) "110768125649305" "fbGraphId" => string(11) "95004133604" "enableForum" => string(1) "0" "partnerURLText" => string(10) "Lions Post" "partnerURL" => string(24) "http://www.lionspost.com" "domainNotOwned" => string(1) "0" "scoresURL" => string(40) "http://scores.espn.go.com/nfl/scoreboard" "schedulesURL" => string(61) "http://espn.go.com/nfl/team/schedule/_/name/det/detroit-lions" "statsURL" => string(58) "http://espn.go.com/nfl/team/stats/_/name/det/detroit-lions" "standingsURL" => string(32) "http://espn.go.com/nfl/standings" "rosterURL" => string(59) "http://espn.go.com/nfl/team/roster/_/name/det/detroit-lions" "latitude" => string(5) "42.34" "longitude" => string(10) "-83.045556" "fakeFollowCount" => string(5) "24640" ) 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(39) ( "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" ) "fakeFollowCount" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "fakeFollowCount" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "46" 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(39) "detroit-lions/a/lionsforlife-SUH-20-542" protected _external => bool FALSE protected _params => array(4) ( "site" => string(13) "detroit-lions" "urltext" => string(16) "lionsforlife-SUH" "type" => string(2) "20" "id" => string(3) "542" ) protected _get => array(1) ( "kohana_uri" => string(39) "detroit-lions/a/lionsforlife-SUH-20-542" ) 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 1371676319 }}{ 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(39) "detroit-lions/a/lionsforlife-SUH-20-542" protected _external => bool FALSE protected _params => array(4) ( "site" => string(13) "detroit-lions" "urltext" => string(16) "lionsforlife-SUH" "type" => string(2) "20" "id" => string(3) "542" ) protected _get => array(1) ( "kohana_uri" => string(39) "detroit-lions/a/lionsforlife-SUH-20-542" ) 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 1371676319 }}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();
