APPPATH/views/research/_list_additional.php [ 1 ]
1 <?php $original_research = $research; ?>
2 <div class="articles">
3 <?php foreach($researches as $research): ?>
4 <div class="article alt">
5 <div class="metadata">
6 <div class="avatars">
-
{PHP internal call} » Kohana_Core::error_handler(arguments)
0
integer 8
1
string(28) "Undefined variable: research"
2
string(100) "/var/www/clients/hudson.org/releases/2019-12-06-0914/application/views/research/_list_additional.php"
3
integer 1
4
array(25) ( "kohana_view_filename" => string(100) "/var/www/clients/hudson.org/releases/2019-12-06-0914/application/views/research/_list_additional.php" "kohana_view_data" => array(0) "current_nav" => string(6) "topics" "topic" => object Model_Topic(42)
{ protected _has_many => array(4) ( "eventtopics" => array(4) ( "model" => string(10) "eventtopic" "foreign_key" => string(8) "topic_id" "through" => NULL "far_key" => string(13) "eventtopic_id" ) "events" => array(4) ( "model" => string(5) "event" "foreign_key" => string(8) "topic_id" "through" => string(11) "eventtopics" "far_key" => string(8) "event_id" ) "researchtopics" => array(4) ( "model" => string(13) "researchtopic" "foreign_key" => string(8) "topic_id" "through" => NULL "far_key" => string(16) "researchtopic_id" ) "researches" => array(4) ( "model" => string(8) "research" "foreign_key" => string(8) "topic_id" "through" => string(14) "researchtopics" "far_key" => string(11) "research_id" ) ) protected _rules => array(1) ( "title" => array(1) ( "not_empty" => array(0) ) ) protected cdn_attachments => array(1) ( 0 => string(5) "image" ) protected attachments => array(1) ( "image" => array(3) ( "max_size" => string(2) "2M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(2) ( "image" => string(8) "990x166#" "search" => string(8) "310x166#" ) ) ) protected _labels => array(1) ( "title" => string(5) "Title" ) protected _ignored_columns => array(1) ( "image" => string(5) "image" ) protected _friendly_id => array(1) ( 0 => string(5) "title" ) protected _before_save => array(1) ( 0 => string(16) "set_parent_title" ) protected _after_save => array(1) ( 0 => string(8) "set_slug" ) protected _callbacks => array(1) ( "image" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _before_destroy => array(0) protected _after_destroy => array(0) protected success => bool TRUE protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validate => NULL protected _filters => array(0) protected _object => array(12) ( "id" => string(2) "23" "title" => string(14) "Foreign Policy" "parent_id" => string(2) "64" "created_at" => NULL "updated_at" => string(19) "2013-11-18 14:12:49" "slug" => string(17) "23-foreign-policy" "image_file_name" => NULL "image_file_type" => NULL "image_file_size" => string(1) "0" "image_original_name" => NULL "profile_cdn_updated_at" => NULL "parent_title" => string(23) "International Relations" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => array(1) ( "id" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "topic" protected _object_plural => string(6) "topics" protected _table_name => string(6) "topics" protected _table_columns => array(12) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(9) "timestamp" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(9) "timestamp" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "image_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "image_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "image_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "image_original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "profile_cdn_updated_at" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "profile_cdn_updated_at" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_title" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "parent_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"parent_topic" => object Model_Topic(42){ protected _connection_id => string(40) "d71b0ec19cbea964f77826ca0776730fb28bdfa2" protected _identifier => string(1) "`" public last_query => string(121) "SELECT `eventvideos`.* FROM `eventvideos` WHERE `eventvideos`.`event_id` = '1750' ORDER BY `eventvideos`.`id` ASC LIMIT 1" protected _instance => string(7) "default" protected _connection => resource(mysql link persistent) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "persistent" => bool TRUE "database" => string(18) "866774_hudson_prod" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }
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 _preload_data => array(0) }{ protected _has_many => array(4) ( "eventtopics" => array(4) ( "model" => string(10) "eventtopic" "foreign_key" => string(8) "topic_id" "through" => NULL "far_key" => string(13) "eventtopic_id" ) "events" => array(4) ( "model" => string(5) "event" "foreign_key" => string(8) "topic_id" "through" => string(11) "eventtopics" "far_key" => string(8) "event_id" ) "researchtopics" => array(4) ( "model" => string(13) "researchtopic" "foreign_key" => string(8) "topic_id" "through" => NULL "far_key" => string(16) "researchtopic_id" ) "researches" => array(4) ( "model" => string(8) "research" "foreign_key" => string(8) "topic_id" "through" => string(14) "researchtopics" "far_key" => string(11) "research_id" ) ) protected _rules => array(1) ( "title" => array(1) ( "not_empty" => array(0) ) ) protected cdn_attachments => array(1) ( 0 => string(5) "image" ) protected attachments => array(1) ( "image" => array(3) ( "max_size" => string(2) "2M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(2) ( "image" => string(8) "990x166#" "search" => string(8) "310x166#" ) ) ) protected _labels => array(1) ( "title" => string(5) "Title" ) protected _ignored_columns => array(1) ( "image" => string(5) "image" ) protected _friendly_id => array(1) ( 0 => string(5) "title" ) protected _before_save => array(1) ( 0 => string(16) "set_parent_title" ) protected _after_save => array(1) ( 0 => string(8) "set_slug" ) protected _callbacks => array(1) ( "image" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _before_destroy => array(0) protected _after_destroy => array(0) protected success => bool TRUE protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validate => NULL protected _filters => array(0) protected _object => array(12) ( "id" => string(2) "64" "title" => string(23) "International Relations" "parent_id" => string(1) "0" "created_at" => NULL "updated_at" => string(19) "2014-02-04 10:57:16" "slug" => string(26) "64-international-relations" "image_file_name" => string(33) "topic_international_relations.png" "image_file_type" => string(9) "image/png" "image_file_size" => string(6) "303032" "image_original_name" => string(33) "topic_international_relations.png" "profile_cdn_updated_at" => NULL "parent_title" => NULL ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => array(1) ( "id" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "topic" protected _object_plural => string(6) "topics" protected _table_name => string(6) "topics" protected _table_columns => array(12) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(9) "timestamp" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(9) "timestamp" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "image_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "image_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "image_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "image_original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "profile_cdn_updated_at" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "profile_cdn_updated_at" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_title" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "parent_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"topics_related" => object Database_MySQL_Result(6){ protected _connection_id => string(40) "d71b0ec19cbea964f77826ca0776730fb28bdfa2" protected _identifier => string(1) "`" public last_query => string(121) "SELECT `eventvideos`.* FROM `eventvideos` WHERE `eventvideos`.`event_id` = '1750' ORDER BY `eventvideos`.`id` ASC LIMIT 1" protected _instance => string(7) "default" protected _connection => resource(mysql link persistent) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "persistent" => bool TRUE "database" => string(18) "866774_hudson_prod" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }
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 _preload_data => array(0) }{ protected _internal_row => integer 12 protected _query => string(83) "SELECT `topics`.* FROM `topics` WHERE `parent_id` = '64' ORDER BY `topics`.`id` ASC" protected _result => resource(mysql result) protected _total_rows => integer 12 protected _current_row => integer 12 protected _as_object => string(11) "Model_Topic" }
"researches" => object Database_MySQL_Result(6){ protected _internal_row => integer 0 protected _query => string(265) "SELECT `researches`.* FROM `researches` LEFT JOIN `researchtopics` ON (`researchtopics`.`research_id` = `researches`.`id`) WHERE …" protected _result => resource(mysql result) protected _total_rows => integer 3 protected _current_row => integer 0 protected _as_object => string(14) "Model_Research" }
"research_featured" => object Model_Research(43){ protected cdn_attachments => array(3) ( 0 => string(5) "thumb" 1 => string(13) "thumb_listing" 2 => string(10) "thumbvideo" ) protected chapters => array(0) protected _ignored_columns => array(43) ( "thumb" => string(5) "thumb" "thumbvideo" => string(10) "thumbvideo" "thumb_listing" => string(13) "thumb_listing" "policycenter_ids" => string(16) "policycenter_ids" "topic_ids" => string(9) "topic_ids" "new_researchfootnote_attributes" => string(31) "new_researchfootnote_attributes" "existing_researchfootnote_attributes" => string(36) "existing_researchfootnote_attributes" "researchfootnote_array" => string(22) "researchfootnote_array" "new_researchblockquote_attributes" => string(33) "new_researchblockquote_attributes" "existing_researchblockquote_attributes" => string(38) "existing_researchblockquote_attributes" "researchblockquote_array" => string(24) "researchblockquote_array" "new_researchheadline_attributes" => string(31) "new_researchheadline_attributes" "existing_researchheadline_attributes" => string(36) "existing_researchheadline_attributes" "researchheadline_array" => string(22) "researchheadline_array" "new_researchiframe_attributes" => string(29) "new_researchiframe_attributes" "existing_researchiframe_attributes" => string(34) "existing_researchiframe_attributes" "researchiframe_array" => string(20) "researchiframe_array" "new_researchexpert_attributes" => string(29) "new_researchexpert_attributes" "existing_researchexpert_attributes" => string(34) "existing_researchexpert_attributes" "researchexpert_array" => string(20) "researchexpert_array" "new_researchvideo_attributes" => string(28) "new_researchvideo_attributes" "existing_researchvideo_attributes" => string(33) "existing_researchvideo_attributes" "researchvideo_array" => string(19) "researchvideo_array" "new_researchaudio_attributes" => string(28) "new_researchaudio_attributes" "existing_researchaudio_attributes" => string(33) "existing_researchaudio_attributes" "researchaudio_array" => string(19) "researchaudio_array" "new_researchimage_attributes" => string(28) "new_researchimage_attributes" "existing_researchimage_attributes" => string(33) "existing_researchimage_attributes" "researchimage_array" => string(19) "researchimage_array" "new_researchsnowfallimage_attributes" => string(36) "new_researchsnowfallimage_attributes" "existing_researchsnowfallimage_attributes" => string(41) "existing_researchsnowfallimage_attributes" "researchsnowfallimage_array" => string(27) "researchsnowfallimage_array" "new_researchslideshow_attributes" => string(32) "new_researchslideshow_attributes" "existing_researchslideshow_attributes" => string(37) "existing_researchslideshow_attributes" "researchslideshow_array" => string(23) "researchslideshow_array" "new_researchmovie_attributes" => string(28) "new_researchmovie_attributes" "existing_researchmovie_attributes" => string(33) "existing_researchmovie_attributes" "researchmovie_array" => string(19) "researchmovie_array" "existing_slideshowimage_attributes" => string(34) "existing_slideshowimage_attributes" "slideshowimage_array" => string(20) "slideshowimage_array" "new_researchattachmentexternal_attributes" => string(41) "new_researchattachmentexternal_attributes" "existing_researchattachmentexternal_attributes" => string(46) "existing_researchattachmentexternal_attributes" "researchattachmentexternal_array" => string(32) "researchattachmentexternal_array" ) protected _belongs_to => array(1) ( "researchtype" => array(2) ( "model" => string(12) "researchtype" "foreign_key" => string(15) "researchtype_id" ) ) protected _has_many => array(18) ( "researchpolicycenters" => array(4) ( "model" => string(20) "researchpolicycenter" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(23) "researchpolicycenter_id" ) "policycenters" => array(4) ( "model" => string(12) "policycenter" "foreign_key" => string(11) "research_id" "through" => string(21) "researchpolicycenters" "far_key" => string(15) "policycenter_id" ) "researchtopics" => array(4) ( "model" => string(13) "researchtopic" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchtopic_id" ) "topics" => array(4) ( "model" => string(5) "topic" "foreign_key" => string(11) "research_id" "through" => string(14) "researchtopics" "far_key" => string(8) "topic_id" ) "researchexperts" => array(4) ( "model" => string(14) "researchexpert" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(17) "researchexpert_id" ) "experts" => array(4) ( "model" => string(6) "expert" "foreign_key" => string(11) "research_id" "through" => string(15) "researchexperts" "far_key" => string(9) "expert_id" ) "researchvideos" => array(4) ( "model" => string(13) "researchvideo" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchvideo_id" ) "researchaudios" => array(4) ( "model" => string(13) "researchaudio" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchaudio_id" ) "researchimages" => array(4) ( "model" => string(13) "researchimage" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchimage_id" ) "researchsnowfallimages" => array(4) ( "model" => string(21) "researchsnowfallimage" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(24) "researchsnowfallimage_id" ) "researchslideshows" => array(4) ( "model" => string(17) "researchslideshow" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(20) "researchslideshow_id" ) "researchmovies" => array(4) ( "model" => string(13) "researchmovie" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(15) "researchmovy_id" ) "researchattachments" => array(4) ( "model" => string(18) "researchattachment" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(21) "researchattachment_id" ) "researchattachmentexternals" => array(4) ( "model" => string(26) "researchattachmentexternal" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(29) "researchattachmentexternal_id" ) "researchfootnotes" => array(4) ( "model" => string(16) "researchfootnote" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(19) "researchfootnote_id" ) "researchblockquotes" => array(4) ( "model" => string(18) "researchblockquote" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(21) "researchblockquote_id" ) "researchheadlines" => array(4) ( "model" => string(16) "researchheadline" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(19) "researchheadline_id" ) "researchiframes" => array(4) ( "model" => string(14) "researchiframe" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(17) "researchiframe_id" ) ) protected _before_save => array(14) ( 0 => string(20) "load_researchexperts" 1 => string(19) "load_researchvideos" 2 => string(19) "load_researchaudios" 3 => string(21) "set_short_description" 4 => string(22) "load_researchfootnotes" 5 => string(24) "load_researchblockquotes" 6 => string(22) "load_researchheadlines" 7 => string(20) "load_researchiframes" 8 => string(32) "load_researchattachmentexternals" 9 => string(19) "load_researchimages" 10 => string(27) "load_researchsnowfallimages" 11 => string(23) "load_researchslideshows" 12 => string(19) "load_researchmovies" 13 => string(20) "load_slideshowimages" ) protected _after_save => array(15) ( 0 => string(19) "save_researchtopics" 1 => string(26) "save_researchpolicycenters" 2 => string(22) "save_researchfootnotes" 3 => string(24) "save_researchblockquotes" 4 => string(22) "save_researchheadlines" 5 => string(20) "save_researchiframes" 6 => string(8) "set_slug" 7 => string(20) "save_researchexperts" 8 => string(19) "save_researchvideos" 9 => string(19) "save_researchaudios" 10 => string(19) "save_researchimages" 11 => string(27) "save_researchsnowfallimages" 12 => string(23) "save_researchslideshows" 13 => string(19) "save_researchmovies" 14 => string(32) "save_researchattachmentexternals" ) protected _before_destroy => array(1) ( 0 => string(13) "remove_childs" ) protected _friendly_id => array(1) ( 0 => string(5) "title" ) protected _labels => array(6) ( "researchpolicycenter" => string(14) "_policycenters" "researchexpert" => string(6) "_users" "researchvideo" => string(7) "_videos" "title" => string(5) "Title" "researchattachmentexternal" => string(20) "_attachmentexternals" "researchtype_id" => string(13) "Research Type" ) protected attachments => array(3) ( "thumb" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "990x369#" ) ) "thumb_listing" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "280x180#" ) ) "thumbvideo" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "990x369#" ) ) ) protected _callbacks => array(3) ( "thumb" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) "thumb_listing" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) "thumbvideo" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) ) protected _rules => array(2) ( "title" => array(1) ( "not_empty" => array(0) ) "publication_date" => array(1) ( "not_empty" => array(0) ) ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _after_destroy => array(0) protected success => bool TRUE protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _filters => array(0) protected _object => array(51) ( "id" => string(5) "13624" "title" => string(37) "A Trump Doctrine for the Middle East?" "subtitle" => string(41) "Michael Doran on Trump's Middle East Trip" "body" => string(5305) "During his campaign, Donald Trump’s Middle East policy seemed to begin and end with his vow to “bomb the hell” out of the Islami …" "publication_date" => string(19) "2017-05-19 08:00:00" "created_at" => string(19) "2017-05-19 11:02:31" "updated_at" => string(19) "2017-06-03 22:30:03" "footer" => NULL "pull_quote" => string(41) "Michael Doran on Trump's Middle East Trip" "block_quote" => NULL "published" => string(1) "1" "featured" => string(1) "0" "alert" => string(1) "0" "featured_index_page" => string(1) "1" "researchtype_id" => string(1) "1" "source" => string(14) "New York Times" "slug" => string(42) "13624-a-trump-doctrine-for-the-middle-east" "thumb_file_name" => string(35) "getty_images_685139420_featured.jpg" "thumb_file_size" => string(6) "262531" "thumb_file_type" => string(10) "image/jpeg" "thumb_original_name" => string(34) "GettyImages-685139420-Featured.jpg" "thumb_portrait" => string(1) "0" "thumb_cdn_updated_at" => NULL "theme_featured" => string(1) "0" "feature_caption" => string(152) "A giant billboard bearing portraits of US President Donald Trump and Saudi Arabia's King Salman, Riyadh, May 19, 2017 (FAYEZ NUR …" "thumbvideo_file_name" => NULL "thumbvideo_file_size" => NULL "thumbvideo_file_type" => NULL "thumbvideo_portrait" => string(1) "0" "thumbvideo_cdn_updated_at" => NULL "thumbvideo_original_name" => string(0) "" "short_description" => string(41) "Michael Doran on Trump's Middle East Trip" "featured_topic" => string(1) "1" "featured_policycenter" => string(1) "0" "featured_current_trends" => string(1) "0" "featured_latest_current_trends_publication" => string(1) "0" "position_carousel" => string(1) "5" "template_id" => string(1) "1" "publication_time" => string(19) "2017-05-19 11:00:44" "publication_timer" => string(1) "0" "unpublication_timer" => string(1) "0" "unpublication_time" => string(19) "2017-05-19 11:00:44" "thumb_listing_file_name" => string(31) "getty_images_685139420_list.jpg" "thumb_listing_file_size" => string(5) "63874" "thumb_listing_file_type" => string(10) "image/jpeg" "thumb_listing_original_name" => string(30) "GettyImages-685139420-list.jpg" "thumb_portraitCopy" => string(1) "0" "featured_experts_page" => string(1) "1" "hide_homepage" => string(1) "0" "photo_credit" => string(32) "FAYEZ NURELDINE/AFP/Getty Images" "custom_slug" => NULL ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => array(1) ( "id" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "research" protected _object_plural => string(10) "researches" protected _table_name => string(10) "researches" protected _table_columns => array(51) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "subtitle" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "subtitle" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "body" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(4) "body" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "publication_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "footer" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "footer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pull_quote" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "pull_quote" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "block_quote" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "block_quote" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "published" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "published" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "featured" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "featured" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "alert" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "alert" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_index_page" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "featured_index_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "researchtype_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "researchtype_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "source" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "source" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "thumb_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "thumb_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "thumb_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "thumb_original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_portrait" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "thumb_portrait" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_cdn_updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(20) "thumb_cdn_updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme_featured" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "theme_featured" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "feature_caption" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "feature_caption" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "thumbvideo_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "thumbvideo_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "thumbvideo_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_portrait" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "thumbvideo_portrait" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 29 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_cdn_updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(25) "thumbvideo_cdn_updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(24) "thumbvideo_original_name" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "short_description" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "short_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_topic" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "featured_topic" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 33 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_policycenter" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "featured_policycenter" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 34 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_current_trends" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(23) "featured_current_trends" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_latest_current_trends_publication" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(42) "featured_latest_current_trends_publication" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position_carousel" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "position_carousel" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "template_id" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "template_id" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_time" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "publication_time" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_timer" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "publication_timer" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "unpublication_timer" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "unpublication_timer" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "unpublication_time" => array(10) ( "type" => string(6) "string" "column_name" => string(18) "unpublication_time" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 42 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(23) "thumb_listing_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 43 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(23) "thumb_listing_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 44 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(23) "thumb_listing_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 45 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(27) "thumb_listing_original_name" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 46 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_portraitCopy" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(18) "thumb_portraitCopy" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 47 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_experts_page" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "featured_experts_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 48 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hide_homepage" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(13) "hide_homepage" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 49 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "photo_credit" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "photo_credit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 50 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "custom_slug" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "custom_slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 51 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) ) protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"events" => object Database_MySQL_Result(6){ protected _connection_id => string(40) "d71b0ec19cbea964f77826ca0776730fb28bdfa2" protected _identifier => string(1) "`" public last_query => string(121) "SELECT `eventvideos`.* FROM `eventvideos` WHERE `eventvideos`.`event_id` = '1750' ORDER BY `eventvideos`.`id` ASC LIMIT 1" protected _instance => string(7) "default" protected _connection => resource(mysql link persistent) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "persistent" => bool TRUE "database" => string(18) "866774_hudson_prod" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }
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 _preload_data => array(0) }{ protected _internal_row => integer 100 protected _query => string(1488) "SELECT `events`.* FROM `events` WHERE (`events`.`publication_timer` IS NULL OR `events`.`publication_timer` = 0 OR (`events`.`pu …" protected _result => resource(mysql result) protected _total_rows => integer 100 protected _current_row => integer 100 protected _as_object => string(11) "Model_Event" }
"experts" => object Database_MySQL_Result(6){ protected _internal_row => integer 24 protected _query => string(322) "SELECT `experts`.* FROM `experts` WHERE `id` IN ('201', '477', '327', '530', '134', '88', '615', '599', '601', '602', '1035', '1 …" protected _result => resource(mysql result) protected _total_rows => integer 24 protected _current_row => integer 24 protected _as_object => string(12) "Model_Expert" }
"medias" => object Model_Research(43){ protected cdn_attachments => array(3) ( 0 => string(5) "thumb" 1 => string(13) "thumb_listing" 2 => string(10) "thumbvideo" ) protected chapters => array(0) protected _ignored_columns => array(43) ( "thumb" => string(5) "thumb" "thumbvideo" => string(10) "thumbvideo" "thumb_listing" => string(13) "thumb_listing" "policycenter_ids" => string(16) "policycenter_ids" "topic_ids" => string(9) "topic_ids" "new_researchfootnote_attributes" => string(31) "new_researchfootnote_attributes" "existing_researchfootnote_attributes" => string(36) "existing_researchfootnote_attributes" "researchfootnote_array" => string(22) "researchfootnote_array" "new_researchblockquote_attributes" => string(33) "new_researchblockquote_attributes" "existing_researchblockquote_attributes" => string(38) "existing_researchblockquote_attributes" "researchblockquote_array" => string(24) "researchblockquote_array" "new_researchheadline_attributes" => string(31) "new_researchheadline_attributes" "existing_researchheadline_attributes" => string(36) "existing_researchheadline_attributes" "researchheadline_array" => string(22) "researchheadline_array" "new_researchiframe_attributes" => string(29) "new_researchiframe_attributes" "existing_researchiframe_attributes" => string(34) "existing_researchiframe_attributes" "researchiframe_array" => string(20) "researchiframe_array" "new_researchexpert_attributes" => string(29) "new_researchexpert_attributes" "existing_researchexpert_attributes" => string(34) "existing_researchexpert_attributes" "researchexpert_array" => string(20) "researchexpert_array" "new_researchvideo_attributes" => string(28) "new_researchvideo_attributes" "existing_researchvideo_attributes" => string(33) "existing_researchvideo_attributes" "researchvideo_array" => string(19) "researchvideo_array" "new_researchaudio_attributes" => string(28) "new_researchaudio_attributes" "existing_researchaudio_attributes" => string(33) "existing_researchaudio_attributes" "researchaudio_array" => string(19) "researchaudio_array" "new_researchimage_attributes" => string(28) "new_researchimage_attributes" "existing_researchimage_attributes" => string(33) "existing_researchimage_attributes" "researchimage_array" => string(19) "researchimage_array" "new_researchsnowfallimage_attributes" => string(36) "new_researchsnowfallimage_attributes" "existing_researchsnowfallimage_attributes" => string(41) "existing_researchsnowfallimage_attributes" "researchsnowfallimage_array" => string(27) "researchsnowfallimage_array" "new_researchslideshow_attributes" => string(32) "new_researchslideshow_attributes" "existing_researchslideshow_attributes" => string(37) "existing_researchslideshow_attributes" "researchslideshow_array" => string(23) "researchslideshow_array" "new_researchmovie_attributes" => string(28) "new_researchmovie_attributes" "existing_researchmovie_attributes" => string(33) "existing_researchmovie_attributes" "researchmovie_array" => string(19) "researchmovie_array" "existing_slideshowimage_attributes" => string(34) "existing_slideshowimage_attributes" "slideshowimage_array" => string(20) "slideshowimage_array" "new_researchattachmentexternal_attributes" => string(41) "new_researchattachmentexternal_attributes" "existing_researchattachmentexternal_attributes" => string(46) "existing_researchattachmentexternal_attributes" "researchattachmentexternal_array" => string(32) "researchattachmentexternal_array" ) protected _belongs_to => array(1) ( "researchtype" => array(2) ( "model" => string(12) "researchtype" "foreign_key" => string(15) "researchtype_id" ) ) protected _has_many => array(18) ( "researchpolicycenters" => array(4) ( "model" => string(20) "researchpolicycenter" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(23) "researchpolicycenter_id" ) "policycenters" => array(4) ( "model" => string(12) "policycenter" "foreign_key" => string(11) "research_id" "through" => string(21) "researchpolicycenters" "far_key" => string(15) "policycenter_id" ) "researchtopics" => array(4) ( "model" => string(13) "researchtopic" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchtopic_id" ) "topics" => array(4) ( "model" => string(5) "topic" "foreign_key" => string(11) "research_id" "through" => string(14) "researchtopics" "far_key" => string(8) "topic_id" ) "researchexperts" => array(4) ( "model" => string(14) "researchexpert" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(17) "researchexpert_id" ) "experts" => array(4) ( "model" => string(6) "expert" "foreign_key" => string(11) "research_id" "through" => string(15) "researchexperts" "far_key" => string(9) "expert_id" ) "researchvideos" => array(4) ( "model" => string(13) "researchvideo" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchvideo_id" ) "researchaudios" => array(4) ( "model" => string(13) "researchaudio" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchaudio_id" ) "researchimages" => array(4) ( "model" => string(13) "researchimage" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchimage_id" ) "researchsnowfallimages" => array(4) ( "model" => string(21) "researchsnowfallimage" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(24) "researchsnowfallimage_id" ) "researchslideshows" => array(4) ( "model" => string(17) "researchslideshow" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(20) "researchslideshow_id" ) "researchmovies" => array(4) ( "model" => string(13) "researchmovie" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(15) "researchmovy_id" ) "researchattachments" => array(4) ( "model" => string(18) "researchattachment" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(21) "researchattachment_id" ) "researchattachmentexternals" => array(4) ( "model" => string(26) "researchattachmentexternal" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(29) "researchattachmentexternal_id" ) "researchfootnotes" => array(4) ( "model" => string(16) "researchfootnote" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(19) "researchfootnote_id" ) "researchblockquotes" => array(4) ( "model" => string(18) "researchblockquote" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(21) "researchblockquote_id" ) "researchheadlines" => array(4) ( "model" => string(16) "researchheadline" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(19) "researchheadline_id" ) "researchiframes" => array(4) ( "model" => string(14) "researchiframe" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(17) "researchiframe_id" ) ) protected _before_save => array(14) ( 0 => string(20) "load_researchexperts" 1 => string(19) "load_researchvideos" 2 => string(19) "load_researchaudios" 3 => string(21) "set_short_description" 4 => string(22) "load_researchfootnotes" 5 => string(24) "load_researchblockquotes" 6 => string(22) "load_researchheadlines" 7 => string(20) "load_researchiframes" 8 => string(32) "load_researchattachmentexternals" 9 => string(19) "load_researchimages" 10 => string(27) "load_researchsnowfallimages" 11 => string(23) "load_researchslideshows" 12 => string(19) "load_researchmovies" 13 => string(20) "load_slideshowimages" ) protected _after_save => array(15) ( 0 => string(19) "save_researchtopics" 1 => string(26) "save_researchpolicycenters" 2 => string(22) "save_researchfootnotes" 3 => string(24) "save_researchblockquotes" 4 => string(22) "save_researchheadlines" 5 => string(20) "save_researchiframes" 6 => string(8) "set_slug" 7 => string(20) "save_researchexperts" 8 => string(19) "save_researchvideos" 9 => string(19) "save_researchaudios" 10 => string(19) "save_researchimages" 11 => string(27) "save_researchsnowfallimages" 12 => string(23) "save_researchslideshows" 13 => string(19) "save_researchmovies" 14 => string(32) "save_researchattachmentexternals" ) protected _before_destroy => array(1) ( 0 => string(13) "remove_childs" ) protected _friendly_id => array(1) ( 0 => string(5) "title" ) protected _labels => array(6) ( "researchpolicycenter" => string(14) "_policycenters" "researchexpert" => string(6) "_users" "researchvideo" => string(7) "_videos" "title" => string(5) "Title" "researchattachmentexternal" => string(20) "_attachmentexternals" "researchtype_id" => string(13) "Research Type" ) protected attachments => array(3) ( "thumb" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "990x369#" ) ) "thumb_listing" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "280x180#" ) ) "thumbvideo" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "990x369#" ) ) ) protected _callbacks => array(3) ( "thumb" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) "thumb_listing" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) "thumbvideo" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) ) protected _rules => array(2) ( "title" => array(1) ( "not_empty" => array(0) ) "publication_date" => array(1) ( "not_empty" => array(0) ) ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _after_destroy => array(0) protected success => bool TRUE protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _filters => array(0) protected _object => array(51) ( "id" => NULL "title" => NULL "subtitle" => NULL "body" => NULL "publication_date" => NULL "created_at" => NULL "updated_at" => NULL "footer" => NULL "pull_quote" => NULL "block_quote" => NULL "published" => NULL "featured" => NULL "alert" => NULL "featured_index_page" => NULL "researchtype_id" => NULL "source" => NULL "slug" => NULL "thumb_file_name" => NULL "thumb_file_size" => NULL "thumb_file_type" => NULL "thumb_original_name" => NULL "thumb_portrait" => NULL "thumb_cdn_updated_at" => NULL "theme_featured" => NULL "feature_caption" => NULL "thumbvideo_file_name" => NULL "thumbvideo_file_size" => NULL "thumbvideo_file_type" => NULL "thumbvideo_portrait" => NULL "thumbvideo_cdn_updated_at" => NULL "thumbvideo_original_name" => NULL "short_description" => NULL "featured_topic" => NULL "featured_policycenter" => NULL "featured_current_trends" => NULL "featured_latest_current_trends_publication" => NULL "position_carousel" => NULL "template_id" => NULL "publication_time" => NULL "publication_timer" => NULL "unpublication_timer" => NULL "unpublication_time" => NULL "thumb_listing_file_name" => NULL "thumb_listing_file_size" => NULL "thumb_listing_file_type" => NULL "thumb_listing_original_name" => NULL "thumb_portraitCopy" => NULL "featured_experts_page" => NULL "hide_homepage" => NULL "photo_credit" => NULL "custom_slug" => NULL ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => array(1) ( "id" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "research" protected _object_plural => string(10) "researches" protected _table_name => string(10) "researches" protected _table_columns => array(51) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "subtitle" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "subtitle" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "body" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(4) "body" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "publication_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "footer" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "footer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pull_quote" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "pull_quote" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "block_quote" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "block_quote" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "published" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "published" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "featured" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "featured" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "alert" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "alert" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_index_page" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "featured_index_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "researchtype_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "researchtype_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "source" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "source" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "thumb_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "thumb_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "thumb_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "thumb_original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_portrait" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "thumb_portrait" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_cdn_updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(20) "thumb_cdn_updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme_featured" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "theme_featured" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "feature_caption" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "feature_caption" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "thumbvideo_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "thumbvideo_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "thumbvideo_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_portrait" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "thumbvideo_portrait" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 29 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_cdn_updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(25) "thumbvideo_cdn_updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(24) "thumbvideo_original_name" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "short_description" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "short_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_topic" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "featured_topic" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 33 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_policycenter" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "featured_policycenter" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 34 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_current_trends" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(23) "featured_current_trends" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_latest_current_trends_publication" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(42) "featured_latest_current_trends_publication" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position_carousel" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "position_carousel" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "template_id" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "template_id" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_time" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "publication_time" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_timer" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "publication_timer" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "unpublication_timer" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "unpublication_timer" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "unpublication_time" => array(10) ( "type" => string(6) "string" "column_name" => string(18) "unpublication_time" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 42 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(23) "thumb_listing_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 43 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(23) "thumb_listing_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 44 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(23) "thumb_listing_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 45 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(27) "thumb_listing_original_name" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 46 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_portraitCopy" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(18) "thumb_portraitCopy" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 47 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_experts_page" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "featured_experts_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 48 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hide_homepage" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(13) "hide_homepage" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 49 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "photo_credit" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "photo_credit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 50 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "custom_slug" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "custom_slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 51 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) ) protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"section" => bool FALSE "publications" => object Database_MySQL_Result(6){ protected _connection_id => string(40) "d71b0ec19cbea964f77826ca0776730fb28bdfa2" protected _identifier => string(1) "`" public last_query => string(121) "SELECT `eventvideos`.* FROM `eventvideos` WHERE `eventvideos`.`event_id` = '1750' ORDER BY `eventvideos`.`id` ASC LIMIT 1" protected _instance => string(7) "default" protected _connection => resource(mysql link persistent) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "persistent" => bool TRUE "database" => string(18) "866774_hudson_prod" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }
protected _db_applied => array(0) protected _db_pending => array(1) ( 0 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(2) "id" 1 => string(2) "IN" 2 => array(100) ( ... ) ) ) ) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _preload_data => array(0) }{ protected _internal_row => integer 17 protected _query => string(290) "SELECT `publications`.* FROM `publications` LEFT JOIN `publicationtopics` ON (`publicationtopics`.`publication_id` = `publicatio …" protected _result => resource(mysql result) protected _total_rows => integer 17 protected _current_row => integer 17 protected _as_object => string(17) "Model_Publication" }
"topics" => object Database_MySQL_Result(6){ protected _internal_row => integer 0 protected _query => string(133) "SELECT `topics`.* FROM `topics` WHERE `id` IN ('11', '24', '26', '43', '61', '62', '63', '64', '65', '66') ORDER BY `topics`.`id …" protected _result => resource(mysql result) protected _total_rows => integer 10 protected _current_row => integer 0 protected _as_object => string(11) "Model_Topic" }
"policycenters" => object Database_MySQL_Result(6){ protected _internal_row => integer 0 protected _query => string(154) "SELECT `policycenters`.* FROM `policycenters` WHERE `policycenters`.`published` = 1 ORDER BY `policycenters`.`menu_position` ASC …" protected _result => resource(mysql result) protected _total_rows => integer 14 protected _current_row => integer 0 protected _as_object => string(18) "Model_Policycenter" }
"main_css_class" => string(0) "" "page_title" => string(34) "Foreign Policy - Hudson Institute" "meta_description" => string(183) "Research about Foreign Policy at Hudson Institute, a think tank and research center dedicated to nonpartisan analysis of US and …" "meta_author" => string(0) "" "meta_type" => string(7) "website" "meta_image" => string(55) "https://www.hudson.org/assets/img/hudson-logo-large.png" "meta_keywords" => string(0) "" "current_menu" => string(4) "home" "current_user" => NULL "css_file" => string(19) "themes/theme-cc3814" ) -
DOCROOT/vendor/immobiliare/sentry-php/lib/Raven/Breadcrumbs/ErrorHandler.php [ 36 ] » call_user_func(arguments)
function_name
array(2) ( 0 => string(6) "Kohana" 1 => string(13) "error_handler" )
parameters
integer 8
2
string(28) "Undefined variable: research"
3
string(100) "/var/www/clients/hudson.org/releases/2019-12-06-0914/application/views/research/_list_additional.php"
4
integer 1
5
array(25) ( "kohana_view_filename" => string(100) "/var/www/clients/hudson.org/releases/2019-12-06-0914/application/views/research/_list_additional.php" "kohana_view_data" => array(0) "current_nav" => string(6) "topics" "topic" => object Model_Topic(42)
{ protected _has_many => array(4) ( "eventtopics" => array(4) ( "model" => string(10) "eventtopic" "foreign_key" => string(8) "topic_id" "through" => NULL "far_key" => string(13) "eventtopic_id" ) "events" => array(4) ( "model" => string(5) "event" "foreign_key" => string(8) "topic_id" "through" => string(11) "eventtopics" "far_key" => string(8) "event_id" ) "researchtopics" => array(4) ( "model" => string(13) "researchtopic" "foreign_key" => string(8) "topic_id" "through" => NULL "far_key" => string(16) "researchtopic_id" ) "researches" => array(4) ( "model" => string(8) "research" "foreign_key" => string(8) "topic_id" "through" => string(14) "researchtopics" "far_key" => string(11) "research_id" ) ) protected _rules => array(1) ( "title" => array(1) ( "not_empty" => array(0) ) ) protected cdn_attachments => array(1) ( 0 => string(5) "image" ) protected attachments => array(1) ( "image" => array(3) ( "max_size" => string(2) "2M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(2) ( "image" => string(8) "990x166#" "search" => string(8) "310x166#" ) ) ) protected _labels => array(1) ( "title" => string(5) "Title" ) protected _ignored_columns => array(1) ( "image" => string(5) "image" ) protected _friendly_id => array(1) ( 0 => string(5) "title" ) protected _before_save => array(1) ( 0 => string(16) "set_parent_title" ) protected _after_save => array(1) ( 0 => string(8) "set_slug" ) protected _callbacks => array(1) ( "image" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _before_destroy => array(0) protected _after_destroy => array(0) protected success => bool TRUE protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validate => NULL protected _filters => array(0) protected _object => array(12) ( "id" => string(2) "23" "title" => string(14) "Foreign Policy" "parent_id" => string(2) "64" "created_at" => NULL "updated_at" => string(19) "2013-11-18 14:12:49" "slug" => string(17) "23-foreign-policy" "image_file_name" => NULL "image_file_type" => NULL "image_file_size" => string(1) "0" "image_original_name" => NULL "profile_cdn_updated_at" => NULL "parent_title" => string(23) "International Relations" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => array(1) ( "id" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "topic" protected _object_plural => string(6) "topics" protected _table_name => string(6) "topics" protected _table_columns => array(12) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(9) "timestamp" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(9) "timestamp" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "image_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "image_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "image_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "image_original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "profile_cdn_updated_at" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "profile_cdn_updated_at" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_title" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "parent_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"parent_topic" => object Model_Topic(42){ protected _connection_id => string(40) "d71b0ec19cbea964f77826ca0776730fb28bdfa2" protected _identifier => string(1) "`" public last_query => string(121) "SELECT `eventvideos`.* FROM `eventvideos` WHERE `eventvideos`.`event_id` = '1750' ORDER BY `eventvideos`.`id` ASC LIMIT 1" protected _instance => string(7) "default" protected _connection => resource(mysql link persistent) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "persistent" => bool TRUE "database" => string(18) "866774_hudson_prod" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }
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 _preload_data => array(0) }{ protected _has_many => array(4) ( "eventtopics" => array(4) ( "model" => string(10) "eventtopic" "foreign_key" => string(8) "topic_id" "through" => NULL "far_key" => string(13) "eventtopic_id" ) "events" => array(4) ( "model" => string(5) "event" "foreign_key" => string(8) "topic_id" "through" => string(11) "eventtopics" "far_key" => string(8) "event_id" ) "researchtopics" => array(4) ( "model" => string(13) "researchtopic" "foreign_key" => string(8) "topic_id" "through" => NULL "far_key" => string(16) "researchtopic_id" ) "researches" => array(4) ( "model" => string(8) "research" "foreign_key" => string(8) "topic_id" "through" => string(14) "researchtopics" "far_key" => string(11) "research_id" ) ) protected _rules => array(1) ( "title" => array(1) ( "not_empty" => array(0) ) ) protected cdn_attachments => array(1) ( 0 => string(5) "image" ) protected attachments => array(1) ( "image" => array(3) ( "max_size" => string(2) "2M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(2) ( "image" => string(8) "990x166#" "search" => string(8) "310x166#" ) ) ) protected _labels => array(1) ( "title" => string(5) "Title" ) protected _ignored_columns => array(1) ( "image" => string(5) "image" ) protected _friendly_id => array(1) ( 0 => string(5) "title" ) protected _before_save => array(1) ( 0 => string(16) "set_parent_title" ) protected _after_save => array(1) ( 0 => string(8) "set_slug" ) protected _callbacks => array(1) ( "image" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _before_destroy => array(0) protected _after_destroy => array(0) protected success => bool TRUE protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validate => NULL protected _filters => array(0) protected _object => array(12) ( "id" => string(2) "64" "title" => string(23) "International Relations" "parent_id" => string(1) "0" "created_at" => NULL "updated_at" => string(19) "2014-02-04 10:57:16" "slug" => string(26) "64-international-relations" "image_file_name" => string(33) "topic_international_relations.png" "image_file_type" => string(9) "image/png" "image_file_size" => string(6) "303032" "image_original_name" => string(33) "topic_international_relations.png" "profile_cdn_updated_at" => NULL "parent_title" => NULL ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => array(1) ( "id" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "topic" protected _object_plural => string(6) "topics" protected _table_name => string(6) "topics" protected _table_columns => array(12) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(9) "timestamp" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(9) "timestamp" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "image_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "image_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "image_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "image_original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "profile_cdn_updated_at" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "profile_cdn_updated_at" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_title" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "parent_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"topics_related" => object Database_MySQL_Result(6){ protected _connection_id => string(40) "d71b0ec19cbea964f77826ca0776730fb28bdfa2" protected _identifier => string(1) "`" public last_query => string(121) "SELECT `eventvideos`.* FROM `eventvideos` WHERE `eventvideos`.`event_id` = '1750' ORDER BY `eventvideos`.`id` ASC LIMIT 1" protected _instance => string(7) "default" protected _connection => resource(mysql link persistent) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "persistent" => bool TRUE "database" => string(18) "866774_hudson_prod" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }
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 _preload_data => array(0) }{ protected _internal_row => integer 12 protected _query => string(83) "SELECT `topics`.* FROM `topics` WHERE `parent_id` = '64' ORDER BY `topics`.`id` ASC" protected _result => resource(mysql result) protected _total_rows => integer 12 protected _current_row => integer 12 protected _as_object => string(11) "Model_Topic" }
"researches" => object Database_MySQL_Result(6){ protected _internal_row => integer 0 protected _query => string(265) "SELECT `researches`.* FROM `researches` LEFT JOIN `researchtopics` ON (`researchtopics`.`research_id` = `researches`.`id`) WHERE …" protected _result => resource(mysql result) protected _total_rows => integer 3 protected _current_row => integer 0 protected _as_object => string(14) "Model_Research" }
"research_featured" => object Model_Research(43){ protected cdn_attachments => array(3) ( 0 => string(5) "thumb" 1 => string(13) "thumb_listing" 2 => string(10) "thumbvideo" ) protected chapters => array(0) protected _ignored_columns => array(43) ( "thumb" => string(5) "thumb" "thumbvideo" => string(10) "thumbvideo" "thumb_listing" => string(13) "thumb_listing" "policycenter_ids" => string(16) "policycenter_ids" "topic_ids" => string(9) "topic_ids" "new_researchfootnote_attributes" => string(31) "new_researchfootnote_attributes" "existing_researchfootnote_attributes" => string(36) "existing_researchfootnote_attributes" "researchfootnote_array" => string(22) "researchfootnote_array" "new_researchblockquote_attributes" => string(33) "new_researchblockquote_attributes" "existing_researchblockquote_attributes" => string(38) "existing_researchblockquote_attributes" "researchblockquote_array" => string(24) "researchblockquote_array" "new_researchheadline_attributes" => string(31) "new_researchheadline_attributes" "existing_researchheadline_attributes" => string(36) "existing_researchheadline_attributes" "researchheadline_array" => string(22) "researchheadline_array" "new_researchiframe_attributes" => string(29) "new_researchiframe_attributes" "existing_researchiframe_attributes" => string(34) "existing_researchiframe_attributes" "researchiframe_array" => string(20) "researchiframe_array" "new_researchexpert_attributes" => string(29) "new_researchexpert_attributes" "existing_researchexpert_attributes" => string(34) "existing_researchexpert_attributes" "researchexpert_array" => string(20) "researchexpert_array" "new_researchvideo_attributes" => string(28) "new_researchvideo_attributes" "existing_researchvideo_attributes" => string(33) "existing_researchvideo_attributes" "researchvideo_array" => string(19) "researchvideo_array" "new_researchaudio_attributes" => string(28) "new_researchaudio_attributes" "existing_researchaudio_attributes" => string(33) "existing_researchaudio_attributes" "researchaudio_array" => string(19) "researchaudio_array" "new_researchimage_attributes" => string(28) "new_researchimage_attributes" "existing_researchimage_attributes" => string(33) "existing_researchimage_attributes" "researchimage_array" => string(19) "researchimage_array" "new_researchsnowfallimage_attributes" => string(36) "new_researchsnowfallimage_attributes" "existing_researchsnowfallimage_attributes" => string(41) "existing_researchsnowfallimage_attributes" "researchsnowfallimage_array" => string(27) "researchsnowfallimage_array" "new_researchslideshow_attributes" => string(32) "new_researchslideshow_attributes" "existing_researchslideshow_attributes" => string(37) "existing_researchslideshow_attributes" "researchslideshow_array" => string(23) "researchslideshow_array" "new_researchmovie_attributes" => string(28) "new_researchmovie_attributes" "existing_researchmovie_attributes" => string(33) "existing_researchmovie_attributes" "researchmovie_array" => string(19) "researchmovie_array" "existing_slideshowimage_attributes" => string(34) "existing_slideshowimage_attributes" "slideshowimage_array" => string(20) "slideshowimage_array" "new_researchattachmentexternal_attributes" => string(41) "new_researchattachmentexternal_attributes" "existing_researchattachmentexternal_attributes" => string(46) "existing_researchattachmentexternal_attributes" "researchattachmentexternal_array" => string(32) "researchattachmentexternal_array" ) protected _belongs_to => array(1) ( "researchtype" => array(2) ( "model" => string(12) "researchtype" "foreign_key" => string(15) "researchtype_id" ) ) protected _has_many => array(18) ( "researchpolicycenters" => array(4) ( "model" => string(20) "researchpolicycenter" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(23) "researchpolicycenter_id" ) "policycenters" => array(4) ( "model" => string(12) "policycenter" "foreign_key" => string(11) "research_id" "through" => string(21) "researchpolicycenters" "far_key" => string(15) "policycenter_id" ) "researchtopics" => array(4) ( "model" => string(13) "researchtopic" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchtopic_id" ) "topics" => array(4) ( "model" => string(5) "topic" "foreign_key" => string(11) "research_id" "through" => string(14) "researchtopics" "far_key" => string(8) "topic_id" ) "researchexperts" => array(4) ( "model" => string(14) "researchexpert" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(17) "researchexpert_id" ) "experts" => array(4) ( "model" => string(6) "expert" "foreign_key" => string(11) "research_id" "through" => string(15) "researchexperts" "far_key" => string(9) "expert_id" ) "researchvideos" => array(4) ( "model" => string(13) "researchvideo" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchvideo_id" ) "researchaudios" => array(4) ( "model" => string(13) "researchaudio" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchaudio_id" ) "researchimages" => array(4) ( "model" => string(13) "researchimage" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchimage_id" ) "researchsnowfallimages" => array(4) ( "model" => string(21) "researchsnowfallimage" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(24) "researchsnowfallimage_id" ) "researchslideshows" => array(4) ( "model" => string(17) "researchslideshow" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(20) "researchslideshow_id" ) "researchmovies" => array(4) ( "model" => string(13) "researchmovie" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(15) "researchmovy_id" ) "researchattachments" => array(4) ( "model" => string(18) "researchattachment" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(21) "researchattachment_id" ) "researchattachmentexternals" => array(4) ( "model" => string(26) "researchattachmentexternal" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(29) "researchattachmentexternal_id" ) "researchfootnotes" => array(4) ( "model" => string(16) "researchfootnote" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(19) "researchfootnote_id" ) "researchblockquotes" => array(4) ( "model" => string(18) "researchblockquote" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(21) "researchblockquote_id" ) "researchheadlines" => array(4) ( "model" => string(16) "researchheadline" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(19) "researchheadline_id" ) "researchiframes" => array(4) ( "model" => string(14) "researchiframe" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(17) "researchiframe_id" ) ) protected _before_save => array(14) ( 0 => string(20) "load_researchexperts" 1 => string(19) "load_researchvideos" 2 => string(19) "load_researchaudios" 3 => string(21) "set_short_description" 4 => string(22) "load_researchfootnotes" 5 => string(24) "load_researchblockquotes" 6 => string(22) "load_researchheadlines" 7 => string(20) "load_researchiframes" 8 => string(32) "load_researchattachmentexternals" 9 => string(19) "load_researchimages" 10 => string(27) "load_researchsnowfallimages" 11 => string(23) "load_researchslideshows" 12 => string(19) "load_researchmovies" 13 => string(20) "load_slideshowimages" ) protected _after_save => array(15) ( 0 => string(19) "save_researchtopics" 1 => string(26) "save_researchpolicycenters" 2 => string(22) "save_researchfootnotes" 3 => string(24) "save_researchblockquotes" 4 => string(22) "save_researchheadlines" 5 => string(20) "save_researchiframes" 6 => string(8) "set_slug" 7 => string(20) "save_researchexperts" 8 => string(19) "save_researchvideos" 9 => string(19) "save_researchaudios" 10 => string(19) "save_researchimages" 11 => string(27) "save_researchsnowfallimages" 12 => string(23) "save_researchslideshows" 13 => string(19) "save_researchmovies" 14 => string(32) "save_researchattachmentexternals" ) protected _before_destroy => array(1) ( 0 => string(13) "remove_childs" ) protected _friendly_id => array(1) ( 0 => string(5) "title" ) protected _labels => array(6) ( "researchpolicycenter" => string(14) "_policycenters" "researchexpert" => string(6) "_users" "researchvideo" => string(7) "_videos" "title" => string(5) "Title" "researchattachmentexternal" => string(20) "_attachmentexternals" "researchtype_id" => string(13) "Research Type" ) protected attachments => array(3) ( "thumb" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "990x369#" ) ) "thumb_listing" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "280x180#" ) ) "thumbvideo" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "990x369#" ) ) ) protected _callbacks => array(3) ( "thumb" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) "thumb_listing" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) "thumbvideo" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) ) protected _rules => array(2) ( "title" => array(1) ( "not_empty" => array(0) ) "publication_date" => array(1) ( "not_empty" => array(0) ) ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _after_destroy => array(0) protected success => bool TRUE protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _filters => array(0) protected _object => array(51) ( "id" => string(5) "13624" "title" => string(37) "A Trump Doctrine for the Middle East?" "subtitle" => string(41) "Michael Doran on Trump's Middle East Trip" "body" => string(5305) "During his campaign, Donald Trump’s Middle East policy seemed to begin and end with his vow to “bomb the hell” out of the Islami …" "publication_date" => string(19) "2017-05-19 08:00:00" "created_at" => string(19) "2017-05-19 11:02:31" "updated_at" => string(19) "2017-06-03 22:30:03" "footer" => NULL "pull_quote" => string(41) "Michael Doran on Trump's Middle East Trip" "block_quote" => NULL "published" => string(1) "1" "featured" => string(1) "0" "alert" => string(1) "0" "featured_index_page" => string(1) "1" "researchtype_id" => string(1) "1" "source" => string(14) "New York Times" "slug" => string(42) "13624-a-trump-doctrine-for-the-middle-east" "thumb_file_name" => string(35) "getty_images_685139420_featured.jpg" "thumb_file_size" => string(6) "262531" "thumb_file_type" => string(10) "image/jpeg" "thumb_original_name" => string(34) "GettyImages-685139420-Featured.jpg" "thumb_portrait" => string(1) "0" "thumb_cdn_updated_at" => NULL "theme_featured" => string(1) "0" "feature_caption" => string(152) "A giant billboard bearing portraits of US President Donald Trump and Saudi Arabia's King Salman, Riyadh, May 19, 2017 (FAYEZ NUR …" "thumbvideo_file_name" => NULL "thumbvideo_file_size" => NULL "thumbvideo_file_type" => NULL "thumbvideo_portrait" => string(1) "0" "thumbvideo_cdn_updated_at" => NULL "thumbvideo_original_name" => string(0) "" "short_description" => string(41) "Michael Doran on Trump's Middle East Trip" "featured_topic" => string(1) "1" "featured_policycenter" => string(1) "0" "featured_current_trends" => string(1) "0" "featured_latest_current_trends_publication" => string(1) "0" "position_carousel" => string(1) "5" "template_id" => string(1) "1" "publication_time" => string(19) "2017-05-19 11:00:44" "publication_timer" => string(1) "0" "unpublication_timer" => string(1) "0" "unpublication_time" => string(19) "2017-05-19 11:00:44" "thumb_listing_file_name" => string(31) "getty_images_685139420_list.jpg" "thumb_listing_file_size" => string(5) "63874" "thumb_listing_file_type" => string(10) "image/jpeg" "thumb_listing_original_name" => string(30) "GettyImages-685139420-list.jpg" "thumb_portraitCopy" => string(1) "0" "featured_experts_page" => string(1) "1" "hide_homepage" => string(1) "0" "photo_credit" => string(32) "FAYEZ NURELDINE/AFP/Getty Images" "custom_slug" => NULL ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => array(1) ( "id" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "research" protected _object_plural => string(10) "researches" protected _table_name => string(10) "researches" protected _table_columns => array(51) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "subtitle" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "subtitle" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "body" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(4) "body" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "publication_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "footer" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "footer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pull_quote" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "pull_quote" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "block_quote" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "block_quote" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "published" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "published" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "featured" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "featured" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "alert" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "alert" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_index_page" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "featured_index_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "researchtype_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "researchtype_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "source" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "source" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "thumb_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "thumb_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "thumb_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "thumb_original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_portrait" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "thumb_portrait" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_cdn_updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(20) "thumb_cdn_updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme_featured" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "theme_featured" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "feature_caption" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "feature_caption" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "thumbvideo_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "thumbvideo_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "thumbvideo_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_portrait" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "thumbvideo_portrait" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 29 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_cdn_updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(25) "thumbvideo_cdn_updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(24) "thumbvideo_original_name" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "short_description" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "short_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_topic" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "featured_topic" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 33 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_policycenter" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "featured_policycenter" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 34 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_current_trends" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(23) "featured_current_trends" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_latest_current_trends_publication" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(42) "featured_latest_current_trends_publication" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position_carousel" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "position_carousel" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "template_id" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "template_id" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_time" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "publication_time" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_timer" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "publication_timer" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "unpublication_timer" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "unpublication_timer" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "unpublication_time" => array(10) ( "type" => string(6) "string" "column_name" => string(18) "unpublication_time" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 42 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(23) "thumb_listing_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 43 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(23) "thumb_listing_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 44 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(23) "thumb_listing_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 45 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(27) "thumb_listing_original_name" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 46 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_portraitCopy" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(18) "thumb_portraitCopy" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 47 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_experts_page" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "featured_experts_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 48 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hide_homepage" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(13) "hide_homepage" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 49 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "photo_credit" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "photo_credit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 50 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "custom_slug" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "custom_slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 51 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) ) protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"events" => object Database_MySQL_Result(6){ protected _connection_id => string(40) "d71b0ec19cbea964f77826ca0776730fb28bdfa2" protected _identifier => string(1) "`" public last_query => string(121) "SELECT `eventvideos`.* FROM `eventvideos` WHERE `eventvideos`.`event_id` = '1750' ORDER BY `eventvideos`.`id` ASC LIMIT 1" protected _instance => string(7) "default" protected _connection => resource(mysql link persistent) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "persistent" => bool TRUE "database" => string(18) "866774_hudson_prod" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }
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 _preload_data => array(0) }{ protected _internal_row => integer 100 protected _query => string(1488) "SELECT `events`.* FROM `events` WHERE (`events`.`publication_timer` IS NULL OR `events`.`publication_timer` = 0 OR (`events`.`pu …" protected _result => resource(mysql result) protected _total_rows => integer 100 protected _current_row => integer 100 protected _as_object => string(11) "Model_Event" }
"experts" => object Database_MySQL_Result(6){ protected _internal_row => integer 24 protected _query => string(322) "SELECT `experts`.* FROM `experts` WHERE `id` IN ('201', '477', '327', '530', '134', '88', '615', '599', '601', '602', '1035', '1 …" protected _result => resource(mysql result) protected _total_rows => integer 24 protected _current_row => integer 24 protected _as_object => string(12) "Model_Expert" }
"medias" => object Model_Research(43){ protected cdn_attachments => array(3) ( 0 => string(5) "thumb" 1 => string(13) "thumb_listing" 2 => string(10) "thumbvideo" ) protected chapters => array(0) protected _ignored_columns => array(43) ( "thumb" => string(5) "thumb" "thumbvideo" => string(10) "thumbvideo" "thumb_listing" => string(13) "thumb_listing" "policycenter_ids" => string(16) "policycenter_ids" "topic_ids" => string(9) "topic_ids" "new_researchfootnote_attributes" => string(31) "new_researchfootnote_attributes" "existing_researchfootnote_attributes" => string(36) "existing_researchfootnote_attributes" "researchfootnote_array" => string(22) "researchfootnote_array" "new_researchblockquote_attributes" => string(33) "new_researchblockquote_attributes" "existing_researchblockquote_attributes" => string(38) "existing_researchblockquote_attributes" "researchblockquote_array" => string(24) "researchblockquote_array" "new_researchheadline_attributes" => string(31) "new_researchheadline_attributes" "existing_researchheadline_attributes" => string(36) "existing_researchheadline_attributes" "researchheadline_array" => string(22) "researchheadline_array" "new_researchiframe_attributes" => string(29) "new_researchiframe_attributes" "existing_researchiframe_attributes" => string(34) "existing_researchiframe_attributes" "researchiframe_array" => string(20) "researchiframe_array" "new_researchexpert_attributes" => string(29) "new_researchexpert_attributes" "existing_researchexpert_attributes" => string(34) "existing_researchexpert_attributes" "researchexpert_array" => string(20) "researchexpert_array" "new_researchvideo_attributes" => string(28) "new_researchvideo_attributes" "existing_researchvideo_attributes" => string(33) "existing_researchvideo_attributes" "researchvideo_array" => string(19) "researchvideo_array" "new_researchaudio_attributes" => string(28) "new_researchaudio_attributes" "existing_researchaudio_attributes" => string(33) "existing_researchaudio_attributes" "researchaudio_array" => string(19) "researchaudio_array" "new_researchimage_attributes" => string(28) "new_researchimage_attributes" "existing_researchimage_attributes" => string(33) "existing_researchimage_attributes" "researchimage_array" => string(19) "researchimage_array" "new_researchsnowfallimage_attributes" => string(36) "new_researchsnowfallimage_attributes" "existing_researchsnowfallimage_attributes" => string(41) "existing_researchsnowfallimage_attributes" "researchsnowfallimage_array" => string(27) "researchsnowfallimage_array" "new_researchslideshow_attributes" => string(32) "new_researchslideshow_attributes" "existing_researchslideshow_attributes" => string(37) "existing_researchslideshow_attributes" "researchslideshow_array" => string(23) "researchslideshow_array" "new_researchmovie_attributes" => string(28) "new_researchmovie_attributes" "existing_researchmovie_attributes" => string(33) "existing_researchmovie_attributes" "researchmovie_array" => string(19) "researchmovie_array" "existing_slideshowimage_attributes" => string(34) "existing_slideshowimage_attributes" "slideshowimage_array" => string(20) "slideshowimage_array" "new_researchattachmentexternal_attributes" => string(41) "new_researchattachmentexternal_attributes" "existing_researchattachmentexternal_attributes" => string(46) "existing_researchattachmentexternal_attributes" "researchattachmentexternal_array" => string(32) "researchattachmentexternal_array" ) protected _belongs_to => array(1) ( "researchtype" => array(2) ( "model" => string(12) "researchtype" "foreign_key" => string(15) "researchtype_id" ) ) protected _has_many => array(18) ( "researchpolicycenters" => array(4) ( "model" => string(20) "researchpolicycenter" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(23) "researchpolicycenter_id" ) "policycenters" => array(4) ( "model" => string(12) "policycenter" "foreign_key" => string(11) "research_id" "through" => string(21) "researchpolicycenters" "far_key" => string(15) "policycenter_id" ) "researchtopics" => array(4) ( "model" => string(13) "researchtopic" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchtopic_id" ) "topics" => array(4) ( "model" => string(5) "topic" "foreign_key" => string(11) "research_id" "through" => string(14) "researchtopics" "far_key" => string(8) "topic_id" ) "researchexperts" => array(4) ( "model" => string(14) "researchexpert" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(17) "researchexpert_id" ) "experts" => array(4) ( "model" => string(6) "expert" "foreign_key" => string(11) "research_id" "through" => string(15) "researchexperts" "far_key" => string(9) "expert_id" ) "researchvideos" => array(4) ( "model" => string(13) "researchvideo" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchvideo_id" ) "researchaudios" => array(4) ( "model" => string(13) "researchaudio" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchaudio_id" ) "researchimages" => array(4) ( "model" => string(13) "researchimage" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchimage_id" ) "researchsnowfallimages" => array(4) ( "model" => string(21) "researchsnowfallimage" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(24) "researchsnowfallimage_id" ) "researchslideshows" => array(4) ( "model" => string(17) "researchslideshow" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(20) "researchslideshow_id" ) "researchmovies" => array(4) ( "model" => string(13) "researchmovie" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(15) "researchmovy_id" ) "researchattachments" => array(4) ( "model" => string(18) "researchattachment" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(21) "researchattachment_id" ) "researchattachmentexternals" => array(4) ( "model" => string(26) "researchattachmentexternal" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(29) "researchattachmentexternal_id" ) "researchfootnotes" => array(4) ( "model" => string(16) "researchfootnote" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(19) "researchfootnote_id" ) "researchblockquotes" => array(4) ( "model" => string(18) "researchblockquote" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(21) "researchblockquote_id" ) "researchheadlines" => array(4) ( "model" => string(16) "researchheadline" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(19) "researchheadline_id" ) "researchiframes" => array(4) ( "model" => string(14) "researchiframe" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(17) "researchiframe_id" ) ) protected _before_save => array(14) ( 0 => string(20) "load_researchexperts" 1 => string(19) "load_researchvideos" 2 => string(19) "load_researchaudios" 3 => string(21) "set_short_description" 4 => string(22) "load_researchfootnotes" 5 => string(24) "load_researchblockquotes" 6 => string(22) "load_researchheadlines" 7 => string(20) "load_researchiframes" 8 => string(32) "load_researchattachmentexternals" 9 => string(19) "load_researchimages" 10 => string(27) "load_researchsnowfallimages" 11 => string(23) "load_researchslideshows" 12 => string(19) "load_researchmovies" 13 => string(20) "load_slideshowimages" ) protected _after_save => array(15) ( 0 => string(19) "save_researchtopics" 1 => string(26) "save_researchpolicycenters" 2 => string(22) "save_researchfootnotes" 3 => string(24) "save_researchblockquotes" 4 => string(22) "save_researchheadlines" 5 => string(20) "save_researchiframes" 6 => string(8) "set_slug" 7 => string(20) "save_researchexperts" 8 => string(19) "save_researchvideos" 9 => string(19) "save_researchaudios" 10 => string(19) "save_researchimages" 11 => string(27) "save_researchsnowfallimages" 12 => string(23) "save_researchslideshows" 13 => string(19) "save_researchmovies" 14 => string(32) "save_researchattachmentexternals" ) protected _before_destroy => array(1) ( 0 => string(13) "remove_childs" ) protected _friendly_id => array(1) ( 0 => string(5) "title" ) protected _labels => array(6) ( "researchpolicycenter" => string(14) "_policycenters" "researchexpert" => string(6) "_users" "researchvideo" => string(7) "_videos" "title" => string(5) "Title" "researchattachmentexternal" => string(20) "_attachmentexternals" "researchtype_id" => string(13) "Research Type" ) protected attachments => array(3) ( "thumb" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "990x369#" ) ) "thumb_listing" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "280x180#" ) ) "thumbvideo" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "990x369#" ) ) ) protected _callbacks => array(3) ( "thumb" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) "thumb_listing" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) "thumbvideo" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) ) protected _rules => array(2) ( "title" => array(1) ( "not_empty" => array(0) ) "publication_date" => array(1) ( "not_empty" => array(0) ) ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _after_destroy => array(0) protected success => bool TRUE protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _filters => array(0) protected _object => array(51) ( "id" => NULL "title" => NULL "subtitle" => NULL "body" => NULL "publication_date" => NULL "created_at" => NULL "updated_at" => NULL "footer" => NULL "pull_quote" => NULL "block_quote" => NULL "published" => NULL "featured" => NULL "alert" => NULL "featured_index_page" => NULL "researchtype_id" => NULL "source" => NULL "slug" => NULL "thumb_file_name" => NULL "thumb_file_size" => NULL "thumb_file_type" => NULL "thumb_original_name" => NULL "thumb_portrait" => NULL "thumb_cdn_updated_at" => NULL "theme_featured" => NULL "feature_caption" => NULL "thumbvideo_file_name" => NULL "thumbvideo_file_size" => NULL "thumbvideo_file_type" => NULL "thumbvideo_portrait" => NULL "thumbvideo_cdn_updated_at" => NULL "thumbvideo_original_name" => NULL "short_description" => NULL "featured_topic" => NULL "featured_policycenter" => NULL "featured_current_trends" => NULL "featured_latest_current_trends_publication" => NULL "position_carousel" => NULL "template_id" => NULL "publication_time" => NULL "publication_timer" => NULL "unpublication_timer" => NULL "unpublication_time" => NULL "thumb_listing_file_name" => NULL "thumb_listing_file_size" => NULL "thumb_listing_file_type" => NULL "thumb_listing_original_name" => NULL "thumb_portraitCopy" => NULL "featured_experts_page" => NULL "hide_homepage" => NULL "photo_credit" => NULL "custom_slug" => NULL ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => array(1) ( "id" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "research" protected _object_plural => string(10) "researches" protected _table_name => string(10) "researches" protected _table_columns => array(51) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "subtitle" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "subtitle" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "body" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(4) "body" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "publication_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "footer" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "footer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pull_quote" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "pull_quote" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "block_quote" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "block_quote" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "published" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "published" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "featured" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "featured" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "alert" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "alert" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_index_page" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "featured_index_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "researchtype_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "researchtype_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "source" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "source" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "thumb_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "thumb_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "thumb_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "thumb_original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_portrait" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "thumb_portrait" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_cdn_updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(20) "thumb_cdn_updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme_featured" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "theme_featured" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "feature_caption" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "feature_caption" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "thumbvideo_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "thumbvideo_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "thumbvideo_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_portrait" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "thumbvideo_portrait" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 29 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_cdn_updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(25) "thumbvideo_cdn_updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(24) "thumbvideo_original_name" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "short_description" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "short_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_topic" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "featured_topic" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 33 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_policycenter" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "featured_policycenter" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 34 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_current_trends" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(23) "featured_current_trends" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_latest_current_trends_publication" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(42) "featured_latest_current_trends_publication" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position_carousel" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "position_carousel" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "template_id" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "template_id" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_time" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "publication_time" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_timer" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "publication_timer" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "unpublication_timer" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "unpublication_timer" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "unpublication_time" => array(10) ( "type" => string(6) "string" "column_name" => string(18) "unpublication_time" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 42 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(23) "thumb_listing_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 43 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(23) "thumb_listing_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 44 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(23) "thumb_listing_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 45 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(27) "thumb_listing_original_name" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 46 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_portraitCopy" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(18) "thumb_portraitCopy" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 47 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_experts_page" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "featured_experts_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 48 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hide_homepage" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(13) "hide_homepage" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 49 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "photo_credit" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "photo_credit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 50 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "custom_slug" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "custom_slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 51 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) ) protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"section" => bool FALSE "publications" => object Database_MySQL_Result(6){ protected _connection_id => string(40) "d71b0ec19cbea964f77826ca0776730fb28bdfa2" protected _identifier => string(1) "`" public last_query => string(121) "SELECT `eventvideos`.* FROM `eventvideos` WHERE `eventvideos`.`event_id` = '1750' ORDER BY `eventvideos`.`id` ASC LIMIT 1" protected _instance => string(7) "default" protected _connection => resource(mysql link persistent) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "persistent" => bool TRUE "database" => string(18) "866774_hudson_prod" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }
protected _db_applied => array(0) protected _db_pending => array(1) ( 0 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(2) "id" 1 => string(2) "IN" 2 => array(100) ( ... ) ) ) ) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _preload_data => array(0) }{ protected _internal_row => integer 17 protected _query => string(290) "SELECT `publications`.* FROM `publications` LEFT JOIN `publicationtopics` ON (`publicationtopics`.`publication_id` = `publicatio …" protected _result => resource(mysql result) protected _total_rows => integer 17 protected _current_row => integer 17 protected _as_object => string(17) "Model_Publication" }
"topics" => object Database_MySQL_Result(6){ protected _internal_row => integer 0 protected _query => string(133) "SELECT `topics`.* FROM `topics` WHERE `id` IN ('11', '24', '26', '43', '61', '62', '63', '64', '65', '66') ORDER BY `topics`.`id …" protected _result => resource(mysql result) protected _total_rows => integer 10 protected _current_row => integer 0 protected _as_object => string(11) "Model_Topic" }
"policycenters" => object Database_MySQL_Result(6){ protected _internal_row => integer 0 protected _query => string(154) "SELECT `policycenters`.* FROM `policycenters` WHERE `policycenters`.`published` = 1 ORDER BY `policycenters`.`menu_position` ASC …" protected _result => resource(mysql result) protected _total_rows => integer 14 protected _current_row => integer 0 protected _as_object => string(18) "Model_Policycenter" }
"main_css_class" => string(0) "" "page_title" => string(34) "Foreign Policy - Hudson Institute" "meta_description" => string(183) "Research about Foreign Policy at Hudson Institute, a think tank and research center dedicated to nonpartisan analysis of US and …" "meta_author" => string(0) "" "meta_type" => string(7) "website" "meta_image" => string(55) "https://www.hudson.org/assets/img/hudson-logo-large.png" "meta_keywords" => string(0) "" "current_menu" => string(4) "home" "current_user" => NULL "css_file" => string(19) "themes/theme-cc3814" )31 'file' => $file, 32 ), 33 )); 34 35 if ($this->existingHandler !== null) { 36 return call_user_func($this->existingHandler, $code, $message, $file, $line, $context); 37 } else { 38 return false; 39 } 40 } 41
-
{PHP internal call} » Raven_Breadcrumbs_ErrorHandler->handleError(arguments)
0
integer 8
1
string(28) "Undefined variable: research"
2
string(100) "/var/www/clients/hudson.org/releases/2019-12-06-0914/application/views/research/_list_additional.php"
3
integer 1
4
array(25) ( "kohana_view_filename" => string(100) "/var/www/clients/hudson.org/releases/2019-12-06-0914/application/views/research/_list_additional.php" "kohana_view_data" => array(0) "current_nav" => string(6) "topics" "topic" => object Model_Topic(42)
{ protected _has_many => array(4) ( "eventtopics" => array(4) ( "model" => string(10) "eventtopic" "foreign_key" => string(8) "topic_id" "through" => NULL "far_key" => string(13) "eventtopic_id" ) "events" => array(4) ( "model" => string(5) "event" "foreign_key" => string(8) "topic_id" "through" => string(11) "eventtopics" "far_key" => string(8) "event_id" ) "researchtopics" => array(4) ( "model" => string(13) "researchtopic" "foreign_key" => string(8) "topic_id" "through" => NULL "far_key" => string(16) "researchtopic_id" ) "researches" => array(4) ( "model" => string(8) "research" "foreign_key" => string(8) "topic_id" "through" => string(14) "researchtopics" "far_key" => string(11) "research_id" ) ) protected _rules => array(1) ( "title" => array(1) ( "not_empty" => array(0) ) ) protected cdn_attachments => array(1) ( 0 => string(5) "image" ) protected attachments => array(1) ( "image" => array(3) ( "max_size" => string(2) "2M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(2) ( "image" => string(8) "990x166#" "search" => string(8) "310x166#" ) ) ) protected _labels => array(1) ( "title" => string(5) "Title" ) protected _ignored_columns => array(1) ( "image" => string(5) "image" ) protected _friendly_id => array(1) ( 0 => string(5) "title" ) protected _before_save => array(1) ( 0 => string(16) "set_parent_title" ) protected _after_save => array(1) ( 0 => string(8) "set_slug" ) protected _callbacks => array(1) ( "image" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _before_destroy => array(0) protected _after_destroy => array(0) protected success => bool TRUE protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validate => NULL protected _filters => array(0) protected _object => array(12) ( "id" => string(2) "23" "title" => string(14) "Foreign Policy" "parent_id" => string(2) "64" "created_at" => NULL "updated_at" => string(19) "2013-11-18 14:12:49" "slug" => string(17) "23-foreign-policy" "image_file_name" => NULL "image_file_type" => NULL "image_file_size" => string(1) "0" "image_original_name" => NULL "profile_cdn_updated_at" => NULL "parent_title" => string(23) "International Relations" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => array(1) ( "id" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "topic" protected _object_plural => string(6) "topics" protected _table_name => string(6) "topics" protected _table_columns => array(12) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(9) "timestamp" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(9) "timestamp" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "image_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "image_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "image_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "image_original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "profile_cdn_updated_at" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "profile_cdn_updated_at" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_title" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "parent_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"parent_topic" => object Model_Topic(42){ protected _connection_id => string(40) "d71b0ec19cbea964f77826ca0776730fb28bdfa2" protected _identifier => string(1) "`" public last_query => string(121) "SELECT `eventvideos`.* FROM `eventvideos` WHERE `eventvideos`.`event_id` = '1750' ORDER BY `eventvideos`.`id` ASC LIMIT 1" protected _instance => string(7) "default" protected _connection => resource(mysql link persistent) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "persistent" => bool TRUE "database" => string(18) "866774_hudson_prod" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }
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 _preload_data => array(0) }{ protected _has_many => array(4) ( "eventtopics" => array(4) ( "model" => string(10) "eventtopic" "foreign_key" => string(8) "topic_id" "through" => NULL "far_key" => string(13) "eventtopic_id" ) "events" => array(4) ( "model" => string(5) "event" "foreign_key" => string(8) "topic_id" "through" => string(11) "eventtopics" "far_key" => string(8) "event_id" ) "researchtopics" => array(4) ( "model" => string(13) "researchtopic" "foreign_key" => string(8) "topic_id" "through" => NULL "far_key" => string(16) "researchtopic_id" ) "researches" => array(4) ( "model" => string(8) "research" "foreign_key" => string(8) "topic_id" "through" => string(14) "researchtopics" "far_key" => string(11) "research_id" ) ) protected _rules => array(1) ( "title" => array(1) ( "not_empty" => array(0) ) ) protected cdn_attachments => array(1) ( 0 => string(5) "image" ) protected attachments => array(1) ( "image" => array(3) ( "max_size" => string(2) "2M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(2) ( "image" => string(8) "990x166#" "search" => string(8) "310x166#" ) ) ) protected _labels => array(1) ( "title" => string(5) "Title" ) protected _ignored_columns => array(1) ( "image" => string(5) "image" ) protected _friendly_id => array(1) ( 0 => string(5) "title" ) protected _before_save => array(1) ( 0 => string(16) "set_parent_title" ) protected _after_save => array(1) ( 0 => string(8) "set_slug" ) protected _callbacks => array(1) ( "image" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _before_destroy => array(0) protected _after_destroy => array(0) protected success => bool TRUE protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validate => NULL protected _filters => array(0) protected _object => array(12) ( "id" => string(2) "64" "title" => string(23) "International Relations" "parent_id" => string(1) "0" "created_at" => NULL "updated_at" => string(19) "2014-02-04 10:57:16" "slug" => string(26) "64-international-relations" "image_file_name" => string(33) "topic_international_relations.png" "image_file_type" => string(9) "image/png" "image_file_size" => string(6) "303032" "image_original_name" => string(33) "topic_international_relations.png" "profile_cdn_updated_at" => NULL "parent_title" => NULL ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => array(1) ( "id" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "topic" protected _object_plural => string(6) "topics" protected _table_name => string(6) "topics" protected _table_columns => array(12) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(9) "timestamp" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(9) "timestamp" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "image_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "image_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "image_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "image_original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "profile_cdn_updated_at" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "profile_cdn_updated_at" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_title" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "parent_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"topics_related" => object Database_MySQL_Result(6){ protected _connection_id => string(40) "d71b0ec19cbea964f77826ca0776730fb28bdfa2" protected _identifier => string(1) "`" public last_query => string(121) "SELECT `eventvideos`.* FROM `eventvideos` WHERE `eventvideos`.`event_id` = '1750' ORDER BY `eventvideos`.`id` ASC LIMIT 1" protected _instance => string(7) "default" protected _connection => resource(mysql link persistent) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "persistent" => bool TRUE "database" => string(18) "866774_hudson_prod" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }
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 _preload_data => array(0) }{ protected _internal_row => integer 12 protected _query => string(83) "SELECT `topics`.* FROM `topics` WHERE `parent_id` = '64' ORDER BY `topics`.`id` ASC" protected _result => resource(mysql result) protected _total_rows => integer 12 protected _current_row => integer 12 protected _as_object => string(11) "Model_Topic" }
"researches" => object Database_MySQL_Result(6){ protected _internal_row => integer 0 protected _query => string(265) "SELECT `researches`.* FROM `researches` LEFT JOIN `researchtopics` ON (`researchtopics`.`research_id` = `researches`.`id`) WHERE …" protected _result => resource(mysql result) protected _total_rows => integer 3 protected _current_row => integer 0 protected _as_object => string(14) "Model_Research" }
"research_featured" => object Model_Research(43){ protected cdn_attachments => array(3) ( 0 => string(5) "thumb" 1 => string(13) "thumb_listing" 2 => string(10) "thumbvideo" ) protected chapters => array(0) protected _ignored_columns => array(43) ( "thumb" => string(5) "thumb" "thumbvideo" => string(10) "thumbvideo" "thumb_listing" => string(13) "thumb_listing" "policycenter_ids" => string(16) "policycenter_ids" "topic_ids" => string(9) "topic_ids" "new_researchfootnote_attributes" => string(31) "new_researchfootnote_attributes" "existing_researchfootnote_attributes" => string(36) "existing_researchfootnote_attributes" "researchfootnote_array" => string(22) "researchfootnote_array" "new_researchblockquote_attributes" => string(33) "new_researchblockquote_attributes" "existing_researchblockquote_attributes" => string(38) "existing_researchblockquote_attributes" "researchblockquote_array" => string(24) "researchblockquote_array" "new_researchheadline_attributes" => string(31) "new_researchheadline_attributes" "existing_researchheadline_attributes" => string(36) "existing_researchheadline_attributes" "researchheadline_array" => string(22) "researchheadline_array" "new_researchiframe_attributes" => string(29) "new_researchiframe_attributes" "existing_researchiframe_attributes" => string(34) "existing_researchiframe_attributes" "researchiframe_array" => string(20) "researchiframe_array" "new_researchexpert_attributes" => string(29) "new_researchexpert_attributes" "existing_researchexpert_attributes" => string(34) "existing_researchexpert_attributes" "researchexpert_array" => string(20) "researchexpert_array" "new_researchvideo_attributes" => string(28) "new_researchvideo_attributes" "existing_researchvideo_attributes" => string(33) "existing_researchvideo_attributes" "researchvideo_array" => string(19) "researchvideo_array" "new_researchaudio_attributes" => string(28) "new_researchaudio_attributes" "existing_researchaudio_attributes" => string(33) "existing_researchaudio_attributes" "researchaudio_array" => string(19) "researchaudio_array" "new_researchimage_attributes" => string(28) "new_researchimage_attributes" "existing_researchimage_attributes" => string(33) "existing_researchimage_attributes" "researchimage_array" => string(19) "researchimage_array" "new_researchsnowfallimage_attributes" => string(36) "new_researchsnowfallimage_attributes" "existing_researchsnowfallimage_attributes" => string(41) "existing_researchsnowfallimage_attributes" "researchsnowfallimage_array" => string(27) "researchsnowfallimage_array" "new_researchslideshow_attributes" => string(32) "new_researchslideshow_attributes" "existing_researchslideshow_attributes" => string(37) "existing_researchslideshow_attributes" "researchslideshow_array" => string(23) "researchslideshow_array" "new_researchmovie_attributes" => string(28) "new_researchmovie_attributes" "existing_researchmovie_attributes" => string(33) "existing_researchmovie_attributes" "researchmovie_array" => string(19) "researchmovie_array" "existing_slideshowimage_attributes" => string(34) "existing_slideshowimage_attributes" "slideshowimage_array" => string(20) "slideshowimage_array" "new_researchattachmentexternal_attributes" => string(41) "new_researchattachmentexternal_attributes" "existing_researchattachmentexternal_attributes" => string(46) "existing_researchattachmentexternal_attributes" "researchattachmentexternal_array" => string(32) "researchattachmentexternal_array" ) protected _belongs_to => array(1) ( "researchtype" => array(2) ( "model" => string(12) "researchtype" "foreign_key" => string(15) "researchtype_id" ) ) protected _has_many => array(18) ( "researchpolicycenters" => array(4) ( "model" => string(20) "researchpolicycenter" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(23) "researchpolicycenter_id" ) "policycenters" => array(4) ( "model" => string(12) "policycenter" "foreign_key" => string(11) "research_id" "through" => string(21) "researchpolicycenters" "far_key" => string(15) "policycenter_id" ) "researchtopics" => array(4) ( "model" => string(13) "researchtopic" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchtopic_id" ) "topics" => array(4) ( "model" => string(5) "topic" "foreign_key" => string(11) "research_id" "through" => string(14) "researchtopics" "far_key" => string(8) "topic_id" ) "researchexperts" => array(4) ( "model" => string(14) "researchexpert" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(17) "researchexpert_id" ) "experts" => array(4) ( "model" => string(6) "expert" "foreign_key" => string(11) "research_id" "through" => string(15) "researchexperts" "far_key" => string(9) "expert_id" ) "researchvideos" => array(4) ( "model" => string(13) "researchvideo" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchvideo_id" ) "researchaudios" => array(4) ( "model" => string(13) "researchaudio" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchaudio_id" ) "researchimages" => array(4) ( "model" => string(13) "researchimage" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchimage_id" ) "researchsnowfallimages" => array(4) ( "model" => string(21) "researchsnowfallimage" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(24) "researchsnowfallimage_id" ) "researchslideshows" => array(4) ( "model" => string(17) "researchslideshow" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(20) "researchslideshow_id" ) "researchmovies" => array(4) ( "model" => string(13) "researchmovie" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(15) "researchmovy_id" ) "researchattachments" => array(4) ( "model" => string(18) "researchattachment" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(21) "researchattachment_id" ) "researchattachmentexternals" => array(4) ( "model" => string(26) "researchattachmentexternal" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(29) "researchattachmentexternal_id" ) "researchfootnotes" => array(4) ( "model" => string(16) "researchfootnote" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(19) "researchfootnote_id" ) "researchblockquotes" => array(4) ( "model" => string(18) "researchblockquote" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(21) "researchblockquote_id" ) "researchheadlines" => array(4) ( "model" => string(16) "researchheadline" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(19) "researchheadline_id" ) "researchiframes" => array(4) ( "model" => string(14) "researchiframe" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(17) "researchiframe_id" ) ) protected _before_save => array(14) ( 0 => string(20) "load_researchexperts" 1 => string(19) "load_researchvideos" 2 => string(19) "load_researchaudios" 3 => string(21) "set_short_description" 4 => string(22) "load_researchfootnotes" 5 => string(24) "load_researchblockquotes" 6 => string(22) "load_researchheadlines" 7 => string(20) "load_researchiframes" 8 => string(32) "load_researchattachmentexternals" 9 => string(19) "load_researchimages" 10 => string(27) "load_researchsnowfallimages" 11 => string(23) "load_researchslideshows" 12 => string(19) "load_researchmovies" 13 => string(20) "load_slideshowimages" ) protected _after_save => array(15) ( 0 => string(19) "save_researchtopics" 1 => string(26) "save_researchpolicycenters" 2 => string(22) "save_researchfootnotes" 3 => string(24) "save_researchblockquotes" 4 => string(22) "save_researchheadlines" 5 => string(20) "save_researchiframes" 6 => string(8) "set_slug" 7 => string(20) "save_researchexperts" 8 => string(19) "save_researchvideos" 9 => string(19) "save_researchaudios" 10 => string(19) "save_researchimages" 11 => string(27) "save_researchsnowfallimages" 12 => string(23) "save_researchslideshows" 13 => string(19) "save_researchmovies" 14 => string(32) "save_researchattachmentexternals" ) protected _before_destroy => array(1) ( 0 => string(13) "remove_childs" ) protected _friendly_id => array(1) ( 0 => string(5) "title" ) protected _labels => array(6) ( "researchpolicycenter" => string(14) "_policycenters" "researchexpert" => string(6) "_users" "researchvideo" => string(7) "_videos" "title" => string(5) "Title" "researchattachmentexternal" => string(20) "_attachmentexternals" "researchtype_id" => string(13) "Research Type" ) protected attachments => array(3) ( "thumb" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "990x369#" ) ) "thumb_listing" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "280x180#" ) ) "thumbvideo" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "990x369#" ) ) ) protected _callbacks => array(3) ( "thumb" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) "thumb_listing" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) "thumbvideo" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) ) protected _rules => array(2) ( "title" => array(1) ( "not_empty" => array(0) ) "publication_date" => array(1) ( "not_empty" => array(0) ) ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _after_destroy => array(0) protected success => bool TRUE protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _filters => array(0) protected _object => array(51) ( "id" => string(5) "13624" "title" => string(37) "A Trump Doctrine for the Middle East?" "subtitle" => string(41) "Michael Doran on Trump's Middle East Trip" "body" => string(5305) "During his campaign, Donald Trump’s Middle East policy seemed to begin and end with his vow to “bomb the hell” out of the Islami …" "publication_date" => string(19) "2017-05-19 08:00:00" "created_at" => string(19) "2017-05-19 11:02:31" "updated_at" => string(19) "2017-06-03 22:30:03" "footer" => NULL "pull_quote" => string(41) "Michael Doran on Trump's Middle East Trip" "block_quote" => NULL "published" => string(1) "1" "featured" => string(1) "0" "alert" => string(1) "0" "featured_index_page" => string(1) "1" "researchtype_id" => string(1) "1" "source" => string(14) "New York Times" "slug" => string(42) "13624-a-trump-doctrine-for-the-middle-east" "thumb_file_name" => string(35) "getty_images_685139420_featured.jpg" "thumb_file_size" => string(6) "262531" "thumb_file_type" => string(10) "image/jpeg" "thumb_original_name" => string(34) "GettyImages-685139420-Featured.jpg" "thumb_portrait" => string(1) "0" "thumb_cdn_updated_at" => NULL "theme_featured" => string(1) "0" "feature_caption" => string(152) "A giant billboard bearing portraits of US President Donald Trump and Saudi Arabia's King Salman, Riyadh, May 19, 2017 (FAYEZ NUR …" "thumbvideo_file_name" => NULL "thumbvideo_file_size" => NULL "thumbvideo_file_type" => NULL "thumbvideo_portrait" => string(1) "0" "thumbvideo_cdn_updated_at" => NULL "thumbvideo_original_name" => string(0) "" "short_description" => string(41) "Michael Doran on Trump's Middle East Trip" "featured_topic" => string(1) "1" "featured_policycenter" => string(1) "0" "featured_current_trends" => string(1) "0" "featured_latest_current_trends_publication" => string(1) "0" "position_carousel" => string(1) "5" "template_id" => string(1) "1" "publication_time" => string(19) "2017-05-19 11:00:44" "publication_timer" => string(1) "0" "unpublication_timer" => string(1) "0" "unpublication_time" => string(19) "2017-05-19 11:00:44" "thumb_listing_file_name" => string(31) "getty_images_685139420_list.jpg" "thumb_listing_file_size" => string(5) "63874" "thumb_listing_file_type" => string(10) "image/jpeg" "thumb_listing_original_name" => string(30) "GettyImages-685139420-list.jpg" "thumb_portraitCopy" => string(1) "0" "featured_experts_page" => string(1) "1" "hide_homepage" => string(1) "0" "photo_credit" => string(32) "FAYEZ NURELDINE/AFP/Getty Images" "custom_slug" => NULL ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => array(1) ( "id" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "research" protected _object_plural => string(10) "researches" protected _table_name => string(10) "researches" protected _table_columns => array(51) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "subtitle" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "subtitle" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "body" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(4) "body" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "publication_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "footer" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "footer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pull_quote" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "pull_quote" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "block_quote" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "block_quote" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "published" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "published" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "featured" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "featured" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "alert" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "alert" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_index_page" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "featured_index_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "researchtype_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "researchtype_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "source" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "source" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "thumb_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "thumb_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "thumb_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "thumb_original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_portrait" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "thumb_portrait" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_cdn_updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(20) "thumb_cdn_updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme_featured" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "theme_featured" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "feature_caption" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "feature_caption" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "thumbvideo_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "thumbvideo_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "thumbvideo_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_portrait" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "thumbvideo_portrait" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 29 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_cdn_updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(25) "thumbvideo_cdn_updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(24) "thumbvideo_original_name" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "short_description" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "short_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_topic" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "featured_topic" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 33 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_policycenter" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "featured_policycenter" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 34 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_current_trends" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(23) "featured_current_trends" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_latest_current_trends_publication" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(42) "featured_latest_current_trends_publication" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position_carousel" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "position_carousel" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "template_id" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "template_id" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_time" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "publication_time" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_timer" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "publication_timer" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "unpublication_timer" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "unpublication_timer" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "unpublication_time" => array(10) ( "type" => string(6) "string" "column_name" => string(18) "unpublication_time" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 42 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(23) "thumb_listing_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 43 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(23) "thumb_listing_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 44 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(23) "thumb_listing_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 45 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(27) "thumb_listing_original_name" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 46 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_portraitCopy" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(18) "thumb_portraitCopy" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 47 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_experts_page" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "featured_experts_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 48 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hide_homepage" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(13) "hide_homepage" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 49 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "photo_credit" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "photo_credit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 50 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "custom_slug" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "custom_slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 51 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) ) protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"events" => object Database_MySQL_Result(6){ protected _connection_id => string(40) "d71b0ec19cbea964f77826ca0776730fb28bdfa2" protected _identifier => string(1) "`" public last_query => string(121) "SELECT `eventvideos`.* FROM `eventvideos` WHERE `eventvideos`.`event_id` = '1750' ORDER BY `eventvideos`.`id` ASC LIMIT 1" protected _instance => string(7) "default" protected _connection => resource(mysql link persistent) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "persistent" => bool TRUE "database" => string(18) "866774_hudson_prod" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }
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 _preload_data => array(0) }{ protected _internal_row => integer 100 protected _query => string(1488) "SELECT `events`.* FROM `events` WHERE (`events`.`publication_timer` IS NULL OR `events`.`publication_timer` = 0 OR (`events`.`pu …" protected _result => resource(mysql result) protected _total_rows => integer 100 protected _current_row => integer 100 protected _as_object => string(11) "Model_Event" }
"experts" => object Database_MySQL_Result(6){ protected _internal_row => integer 24 protected _query => string(322) "SELECT `experts`.* FROM `experts` WHERE `id` IN ('201', '477', '327', '530', '134', '88', '615', '599', '601', '602', '1035', '1 …" protected _result => resource(mysql result) protected _total_rows => integer 24 protected _current_row => integer 24 protected _as_object => string(12) "Model_Expert" }
"medias" => object Model_Research(43){ protected cdn_attachments => array(3) ( 0 => string(5) "thumb" 1 => string(13) "thumb_listing" 2 => string(10) "thumbvideo" ) protected chapters => array(0) protected _ignored_columns => array(43) ( "thumb" => string(5) "thumb" "thumbvideo" => string(10) "thumbvideo" "thumb_listing" => string(13) "thumb_listing" "policycenter_ids" => string(16) "policycenter_ids" "topic_ids" => string(9) "topic_ids" "new_researchfootnote_attributes" => string(31) "new_researchfootnote_attributes" "existing_researchfootnote_attributes" => string(36) "existing_researchfootnote_attributes" "researchfootnote_array" => string(22) "researchfootnote_array" "new_researchblockquote_attributes" => string(33) "new_researchblockquote_attributes" "existing_researchblockquote_attributes" => string(38) "existing_researchblockquote_attributes" "researchblockquote_array" => string(24) "researchblockquote_array" "new_researchheadline_attributes" => string(31) "new_researchheadline_attributes" "existing_researchheadline_attributes" => string(36) "existing_researchheadline_attributes" "researchheadline_array" => string(22) "researchheadline_array" "new_researchiframe_attributes" => string(29) "new_researchiframe_attributes" "existing_researchiframe_attributes" => string(34) "existing_researchiframe_attributes" "researchiframe_array" => string(20) "researchiframe_array" "new_researchexpert_attributes" => string(29) "new_researchexpert_attributes" "existing_researchexpert_attributes" => string(34) "existing_researchexpert_attributes" "researchexpert_array" => string(20) "researchexpert_array" "new_researchvideo_attributes" => string(28) "new_researchvideo_attributes" "existing_researchvideo_attributes" => string(33) "existing_researchvideo_attributes" "researchvideo_array" => string(19) "researchvideo_array" "new_researchaudio_attributes" => string(28) "new_researchaudio_attributes" "existing_researchaudio_attributes" => string(33) "existing_researchaudio_attributes" "researchaudio_array" => string(19) "researchaudio_array" "new_researchimage_attributes" => string(28) "new_researchimage_attributes" "existing_researchimage_attributes" => string(33) "existing_researchimage_attributes" "researchimage_array" => string(19) "researchimage_array" "new_researchsnowfallimage_attributes" => string(36) "new_researchsnowfallimage_attributes" "existing_researchsnowfallimage_attributes" => string(41) "existing_researchsnowfallimage_attributes" "researchsnowfallimage_array" => string(27) "researchsnowfallimage_array" "new_researchslideshow_attributes" => string(32) "new_researchslideshow_attributes" "existing_researchslideshow_attributes" => string(37) "existing_researchslideshow_attributes" "researchslideshow_array" => string(23) "researchslideshow_array" "new_researchmovie_attributes" => string(28) "new_researchmovie_attributes" "existing_researchmovie_attributes" => string(33) "existing_researchmovie_attributes" "researchmovie_array" => string(19) "researchmovie_array" "existing_slideshowimage_attributes" => string(34) "existing_slideshowimage_attributes" "slideshowimage_array" => string(20) "slideshowimage_array" "new_researchattachmentexternal_attributes" => string(41) "new_researchattachmentexternal_attributes" "existing_researchattachmentexternal_attributes" => string(46) "existing_researchattachmentexternal_attributes" "researchattachmentexternal_array" => string(32) "researchattachmentexternal_array" ) protected _belongs_to => array(1) ( "researchtype" => array(2) ( "model" => string(12) "researchtype" "foreign_key" => string(15) "researchtype_id" ) ) protected _has_many => array(18) ( "researchpolicycenters" => array(4) ( "model" => string(20) "researchpolicycenter" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(23) "researchpolicycenter_id" ) "policycenters" => array(4) ( "model" => string(12) "policycenter" "foreign_key" => string(11) "research_id" "through" => string(21) "researchpolicycenters" "far_key" => string(15) "policycenter_id" ) "researchtopics" => array(4) ( "model" => string(13) "researchtopic" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchtopic_id" ) "topics" => array(4) ( "model" => string(5) "topic" "foreign_key" => string(11) "research_id" "through" => string(14) "researchtopics" "far_key" => string(8) "topic_id" ) "researchexperts" => array(4) ( "model" => string(14) "researchexpert" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(17) "researchexpert_id" ) "experts" => array(4) ( "model" => string(6) "expert" "foreign_key" => string(11) "research_id" "through" => string(15) "researchexperts" "far_key" => string(9) "expert_id" ) "researchvideos" => array(4) ( "model" => string(13) "researchvideo" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchvideo_id" ) "researchaudios" => array(4) ( "model" => string(13) "researchaudio" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchaudio_id" ) "researchimages" => array(4) ( "model" => string(13) "researchimage" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchimage_id" ) "researchsnowfallimages" => array(4) ( "model" => string(21) "researchsnowfallimage" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(24) "researchsnowfallimage_id" ) "researchslideshows" => array(4) ( "model" => string(17) "researchslideshow" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(20) "researchslideshow_id" ) "researchmovies" => array(4) ( "model" => string(13) "researchmovie" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(15) "researchmovy_id" ) "researchattachments" => array(4) ( "model" => string(18) "researchattachment" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(21) "researchattachment_id" ) "researchattachmentexternals" => array(4) ( "model" => string(26) "researchattachmentexternal" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(29) "researchattachmentexternal_id" ) "researchfootnotes" => array(4) ( "model" => string(16) "researchfootnote" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(19) "researchfootnote_id" ) "researchblockquotes" => array(4) ( "model" => string(18) "researchblockquote" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(21) "researchblockquote_id" ) "researchheadlines" => array(4) ( "model" => string(16) "researchheadline" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(19) "researchheadline_id" ) "researchiframes" => array(4) ( "model" => string(14) "researchiframe" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(17) "researchiframe_id" ) ) protected _before_save => array(14) ( 0 => string(20) "load_researchexperts" 1 => string(19) "load_researchvideos" 2 => string(19) "load_researchaudios" 3 => string(21) "set_short_description" 4 => string(22) "load_researchfootnotes" 5 => string(24) "load_researchblockquotes" 6 => string(22) "load_researchheadlines" 7 => string(20) "load_researchiframes" 8 => string(32) "load_researchattachmentexternals" 9 => string(19) "load_researchimages" 10 => string(27) "load_researchsnowfallimages" 11 => string(23) "load_researchslideshows" 12 => string(19) "load_researchmovies" 13 => string(20) "load_slideshowimages" ) protected _after_save => array(15) ( 0 => string(19) "save_researchtopics" 1 => string(26) "save_researchpolicycenters" 2 => string(22) "save_researchfootnotes" 3 => string(24) "save_researchblockquotes" 4 => string(22) "save_researchheadlines" 5 => string(20) "save_researchiframes" 6 => string(8) "set_slug" 7 => string(20) "save_researchexperts" 8 => string(19) "save_researchvideos" 9 => string(19) "save_researchaudios" 10 => string(19) "save_researchimages" 11 => string(27) "save_researchsnowfallimages" 12 => string(23) "save_researchslideshows" 13 => string(19) "save_researchmovies" 14 => string(32) "save_researchattachmentexternals" ) protected _before_destroy => array(1) ( 0 => string(13) "remove_childs" ) protected _friendly_id => array(1) ( 0 => string(5) "title" ) protected _labels => array(6) ( "researchpolicycenter" => string(14) "_policycenters" "researchexpert" => string(6) "_users" "researchvideo" => string(7) "_videos" "title" => string(5) "Title" "researchattachmentexternal" => string(20) "_attachmentexternals" "researchtype_id" => string(13) "Research Type" ) protected attachments => array(3) ( "thumb" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "990x369#" ) ) "thumb_listing" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "280x180#" ) ) "thumbvideo" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "990x369#" ) ) ) protected _callbacks => array(3) ( "thumb" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) "thumb_listing" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) "thumbvideo" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) ) protected _rules => array(2) ( "title" => array(1) ( "not_empty" => array(0) ) "publication_date" => array(1) ( "not_empty" => array(0) ) ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _after_destroy => array(0) protected success => bool TRUE protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _filters => array(0) protected _object => array(51) ( "id" => NULL "title" => NULL "subtitle" => NULL "body" => NULL "publication_date" => NULL "created_at" => NULL "updated_at" => NULL "footer" => NULL "pull_quote" => NULL "block_quote" => NULL "published" => NULL "featured" => NULL "alert" => NULL "featured_index_page" => NULL "researchtype_id" => NULL "source" => NULL "slug" => NULL "thumb_file_name" => NULL "thumb_file_size" => NULL "thumb_file_type" => NULL "thumb_original_name" => NULL "thumb_portrait" => NULL "thumb_cdn_updated_at" => NULL "theme_featured" => NULL "feature_caption" => NULL "thumbvideo_file_name" => NULL "thumbvideo_file_size" => NULL "thumbvideo_file_type" => NULL "thumbvideo_portrait" => NULL "thumbvideo_cdn_updated_at" => NULL "thumbvideo_original_name" => NULL "short_description" => NULL "featured_topic" => NULL "featured_policycenter" => NULL "featured_current_trends" => NULL "featured_latest_current_trends_publication" => NULL "position_carousel" => NULL "template_id" => NULL "publication_time" => NULL "publication_timer" => NULL "unpublication_timer" => NULL "unpublication_time" => NULL "thumb_listing_file_name" => NULL "thumb_listing_file_size" => NULL "thumb_listing_file_type" => NULL "thumb_listing_original_name" => NULL "thumb_portraitCopy" => NULL "featured_experts_page" => NULL "hide_homepage" => NULL "photo_credit" => NULL "custom_slug" => NULL ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => array(1) ( "id" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "research" protected _object_plural => string(10) "researches" protected _table_name => string(10) "researches" protected _table_columns => array(51) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "subtitle" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "subtitle" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "body" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(4) "body" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "publication_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "footer" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "footer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pull_quote" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "pull_quote" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "block_quote" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "block_quote" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "published" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "published" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "featured" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "featured" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "alert" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "alert" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_index_page" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "featured_index_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "researchtype_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "researchtype_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "source" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "source" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "thumb_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "thumb_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "thumb_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "thumb_original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_portrait" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "thumb_portrait" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_cdn_updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(20) "thumb_cdn_updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme_featured" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "theme_featured" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "feature_caption" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "feature_caption" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "thumbvideo_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "thumbvideo_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "thumbvideo_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_portrait" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "thumbvideo_portrait" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 29 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_cdn_updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(25) "thumbvideo_cdn_updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(24) "thumbvideo_original_name" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "short_description" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "short_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_topic" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "featured_topic" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 33 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_policycenter" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "featured_policycenter" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 34 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_current_trends" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(23) "featured_current_trends" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_latest_current_trends_publication" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(42) "featured_latest_current_trends_publication" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position_carousel" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "position_carousel" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "template_id" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "template_id" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_time" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "publication_time" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_timer" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "publication_timer" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "unpublication_timer" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "unpublication_timer" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "unpublication_time" => array(10) ( "type" => string(6) "string" "column_name" => string(18) "unpublication_time" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 42 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(23) "thumb_listing_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 43 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(23) "thumb_listing_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 44 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(23) "thumb_listing_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 45 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(27) "thumb_listing_original_name" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 46 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_portraitCopy" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(18) "thumb_portraitCopy" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 47 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_experts_page" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "featured_experts_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 48 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hide_homepage" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(13) "hide_homepage" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 49 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "photo_credit" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "photo_credit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 50 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "custom_slug" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "custom_slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 51 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) ) protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"section" => bool FALSE "publications" => object Database_MySQL_Result(6){ protected _connection_id => string(40) "d71b0ec19cbea964f77826ca0776730fb28bdfa2" protected _identifier => string(1) "`" public last_query => string(121) "SELECT `eventvideos`.* FROM `eventvideos` WHERE `eventvideos`.`event_id` = '1750' ORDER BY `eventvideos`.`id` ASC LIMIT 1" protected _instance => string(7) "default" protected _connection => resource(mysql link persistent) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "persistent" => bool TRUE "database" => string(18) "866774_hudson_prod" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }
protected _db_applied => array(0) protected _db_pending => array(1) ( 0 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(2) "id" 1 => string(2) "IN" 2 => array(100) ( ... ) ) ) ) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _preload_data => array(0) }{ protected _internal_row => integer 17 protected _query => string(290) "SELECT `publications`.* FROM `publications` LEFT JOIN `publicationtopics` ON (`publicationtopics`.`publication_id` = `publicatio …" protected _result => resource(mysql result) protected _total_rows => integer 17 protected _current_row => integer 17 protected _as_object => string(17) "Model_Publication" }
"topics" => object Database_MySQL_Result(6){ protected _internal_row => integer 0 protected _query => string(133) "SELECT `topics`.* FROM `topics` WHERE `id` IN ('11', '24', '26', '43', '61', '62', '63', '64', '65', '66') ORDER BY `topics`.`id …" protected _result => resource(mysql result) protected _total_rows => integer 10 protected _current_row => integer 0 protected _as_object => string(11) "Model_Topic" }
"policycenters" => object Database_MySQL_Result(6){ protected _internal_row => integer 0 protected _query => string(154) "SELECT `policycenters`.* FROM `policycenters` WHERE `policycenters`.`published` = 1 ORDER BY `policycenters`.`menu_position` ASC …" protected _result => resource(mysql result) protected _total_rows => integer 14 protected _current_row => integer 0 protected _as_object => string(18) "Model_Policycenter" }
"main_css_class" => string(0) "" "page_title" => string(34) "Foreign Policy - Hudson Institute" "meta_description" => string(183) "Research about Foreign Policy at Hudson Institute, a think tank and research center dedicated to nonpartisan analysis of US and …" "meta_author" => string(0) "" "meta_type" => string(7) "website" "meta_image" => string(55) "https://www.hudson.org/assets/img/hudson-logo-large.png" "meta_keywords" => string(0) "" "current_menu" => string(4) "home" "current_user" => NULL "css_file" => string(19) "themes/theme-cc3814" ) -
DOCROOT/vendor/immobiliare/sentry-php/lib/Raven/ErrorHandler.php [ 112 ] » call_user_func(arguments)
function_name
array(2) ( 0 => object Raven_Breadcrumbs_ErrorHandler(2)
{ private existingHandler => array(2) ( 0 => string(6) "Kohana" 1 => string(13) "error_handler" ) protected ravenClient => object Raven_Client(45)
1 => string(11) "handleError" ){ public breadcrumbs => object Raven_Breadcrumbs(4)
}{ public count => integer 2 public pos => integer 2 public size => integer 100 public buffer => array(2) ( 0 => array(5) ( ... ) 1 => array(5) ( ... ) ) }
public context => object Raven_Context(3){ public tags => array(0) public extra => array(0) public user => NULL }
public extra_data => array(0) public severity_map => NULL public store_errors_for_bulk_send => bool FALSE protected error_handler => object Raven_ErrorHandler(9){ private old_exception_handler => array(2) ( 0 => string(6) "Kohana" 1 => string(17) "exception_handler" ) private call_existing_exception_handler => bool TRUE private old_error_handler => array(2) ( 0 => object Raven_Breadcrumbs_ErrorHandler(2) { *RECURSION* } 1 => string(11) "handleError" ) private call_existing_error_handler => bool TRUE private reservedMemory => string(10240) "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx …" private client => object Raven_Client(45) { *RECURSION* } private send_errors_last => bool FALSE private fatal_error_types => integer 2293 private error_types => NULL }
protected error_types => NULL protected serializer => object Raven_Serializer(1){ private mb_detect_order => string(4) "auto" }
protected reprSerializer => object Raven_ReprSerializer(1){ private mb_detect_order => string(4) "auto" }
public logger => string(3) "php" public server => string(36) "https://sentry.io/api/1724976/store/" public secret_key => string(32) "57621ed9564e46ffac7fa3fc44b5ff31" public public_key => string(32) "2901d4778a994726a991b5f5861da846" public project => string(7) "1724976" public auto_log_stacks => bool FALSE public name => string(25) "cp4310.edgewebhosting.net" public site => string(14) "www.hudson.org" public tags => array(0) public release => NULL public environment => NULL public trace => bool TRUE public timeout => integer 2 public message_limit => integer 1024 public exclude => array(0) public http_proxy => NULL public send_callback => NULL public curl_method => string(4) "sync" public curl_path => string(4) "curl" public curl_ipv4 => bool TRUE public ca_cert => string(108) "/var/www/clients/hudson.org/releases/2019-12-06-0914/vendor/immobiliare/sentry-php/lib/Raven/data/cacert.pem" public verify_ssl => bool TRUE public curl_ssl_version => NULL public trust_x_forwarded_proto => NULL public transport => NULL public mb_detect_order => NULL public app_path => NULL public excluded_app_paths => NULL public prefixes => array(3) ( 0 => string(53) "/var/www/clients/hudson.org/releases/2019-12-06-0914/" 1 => string(16) "/usr/share/pear/" 2 => string(15) "/usr/share/php/" ) public processors => array(1) ( 0 => object Raven_SanitizeDataProcessor(4){ private client => object Raven_Client(45) { *RECURSION* } private fields_re => string(83) "/(authorization|password|passwd|secret|password_confirmation|card_number|auth_pw)/i" private values_re => string(23) "/^(?:\d[ -]*?){13,16}$/" public session_cookie_name => string(9) "PHPSESSID" }
) public _lasterror => NULL public _last_event_id => string(32) "624ab0b4b13046fcb29bd147ec9cf7ec" public _user => NULL public _pending_events => array(0) public sdk => array(2) ( "name" => string(10) "sentry-php" "version" => string(5) "1.6.2" ) public transaction => object Raven_TransactionStack(1){ public stack => array(1) ( 0 => string(25) "/topics/23-foreign-policy" ) }
}parameters
integer 8
2
string(28) "Undefined variable: research"
3
string(100) "/var/www/clients/hudson.org/releases/2019-12-06-0914/application/views/research/_list_additional.php"
4
integer 1
5
array(25) ( "kohana_view_filename" => string(100) "/var/www/clients/hudson.org/releases/2019-12-06-0914/application/views/research/_list_additional.php" "kohana_view_data" => array(0) "current_nav" => string(6) "topics" "topic" => object Model_Topic(42)
{ protected _has_many => array(4) ( "eventtopics" => array(4) ( "model" => string(10) "eventtopic" "foreign_key" => string(8) "topic_id" "through" => NULL "far_key" => string(13) "eventtopic_id" ) "events" => array(4) ( "model" => string(5) "event" "foreign_key" => string(8) "topic_id" "through" => string(11) "eventtopics" "far_key" => string(8) "event_id" ) "researchtopics" => array(4) ( "model" => string(13) "researchtopic" "foreign_key" => string(8) "topic_id" "through" => NULL "far_key" => string(16) "researchtopic_id" ) "researches" => array(4) ( "model" => string(8) "research" "foreign_key" => string(8) "topic_id" "through" => string(14) "researchtopics" "far_key" => string(11) "research_id" ) ) protected _rules => array(1) ( "title" => array(1) ( "not_empty" => array(0) ) ) protected cdn_attachments => array(1) ( 0 => string(5) "image" ) protected attachments => array(1) ( "image" => array(3) ( "max_size" => string(2) "2M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(2) ( "image" => string(8) "990x166#" "search" => string(8) "310x166#" ) ) ) protected _labels => array(1) ( "title" => string(5) "Title" ) protected _ignored_columns => array(1) ( "image" => string(5) "image" ) protected _friendly_id => array(1) ( 0 => string(5) "title" ) protected _before_save => array(1) ( 0 => string(16) "set_parent_title" ) protected _after_save => array(1) ( 0 => string(8) "set_slug" ) protected _callbacks => array(1) ( "image" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _before_destroy => array(0) protected _after_destroy => array(0) protected success => bool TRUE protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validate => NULL protected _filters => array(0) protected _object => array(12) ( "id" => string(2) "23" "title" => string(14) "Foreign Policy" "parent_id" => string(2) "64" "created_at" => NULL "updated_at" => string(19) "2013-11-18 14:12:49" "slug" => string(17) "23-foreign-policy" "image_file_name" => NULL "image_file_type" => NULL "image_file_size" => string(1) "0" "image_original_name" => NULL "profile_cdn_updated_at" => NULL "parent_title" => string(23) "International Relations" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => array(1) ( "id" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "topic" protected _object_plural => string(6) "topics" protected _table_name => string(6) "topics" protected _table_columns => array(12) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(9) "timestamp" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(9) "timestamp" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "image_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "image_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "image_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "image_original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "profile_cdn_updated_at" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "profile_cdn_updated_at" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_title" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "parent_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"parent_topic" => object Model_Topic(42){ protected _connection_id => string(40) "d71b0ec19cbea964f77826ca0776730fb28bdfa2" protected _identifier => string(1) "`" public last_query => string(121) "SELECT `eventvideos`.* FROM `eventvideos` WHERE `eventvideos`.`event_id` = '1750' ORDER BY `eventvideos`.`id` ASC LIMIT 1" protected _instance => string(7) "default" protected _connection => resource(mysql link persistent) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "persistent" => bool TRUE "database" => string(18) "866774_hudson_prod" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }
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 _preload_data => array(0) }{ protected _has_many => array(4) ( "eventtopics" => array(4) ( "model" => string(10) "eventtopic" "foreign_key" => string(8) "topic_id" "through" => NULL "far_key" => string(13) "eventtopic_id" ) "events" => array(4) ( "model" => string(5) "event" "foreign_key" => string(8) "topic_id" "through" => string(11) "eventtopics" "far_key" => string(8) "event_id" ) "researchtopics" => array(4) ( "model" => string(13) "researchtopic" "foreign_key" => string(8) "topic_id" "through" => NULL "far_key" => string(16) "researchtopic_id" ) "researches" => array(4) ( "model" => string(8) "research" "foreign_key" => string(8) "topic_id" "through" => string(14) "researchtopics" "far_key" => string(11) "research_id" ) ) protected _rules => array(1) ( "title" => array(1) ( "not_empty" => array(0) ) ) protected cdn_attachments => array(1) ( 0 => string(5) "image" ) protected attachments => array(1) ( "image" => array(3) ( "max_size" => string(2) "2M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(2) ( "image" => string(8) "990x166#" "search" => string(8) "310x166#" ) ) ) protected _labels => array(1) ( "title" => string(5) "Title" ) protected _ignored_columns => array(1) ( "image" => string(5) "image" ) protected _friendly_id => array(1) ( 0 => string(5) "title" ) protected _before_save => array(1) ( 0 => string(16) "set_parent_title" ) protected _after_save => array(1) ( 0 => string(8) "set_slug" ) protected _callbacks => array(1) ( "image" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _before_destroy => array(0) protected _after_destroy => array(0) protected success => bool TRUE protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validate => NULL protected _filters => array(0) protected _object => array(12) ( "id" => string(2) "64" "title" => string(23) "International Relations" "parent_id" => string(1) "0" "created_at" => NULL "updated_at" => string(19) "2014-02-04 10:57:16" "slug" => string(26) "64-international-relations" "image_file_name" => string(33) "topic_international_relations.png" "image_file_type" => string(9) "image/png" "image_file_size" => string(6) "303032" "image_original_name" => string(33) "topic_international_relations.png" "profile_cdn_updated_at" => NULL "parent_title" => NULL ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => array(1) ( "id" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "topic" protected _object_plural => string(6) "topics" protected _table_name => string(6) "topics" protected _table_columns => array(12) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(9) "timestamp" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(9) "timestamp" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "image_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "image_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "image_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "image_original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "profile_cdn_updated_at" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "profile_cdn_updated_at" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_title" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "parent_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"topics_related" => object Database_MySQL_Result(6){ protected _connection_id => string(40) "d71b0ec19cbea964f77826ca0776730fb28bdfa2" protected _identifier => string(1) "`" public last_query => string(121) "SELECT `eventvideos`.* FROM `eventvideos` WHERE `eventvideos`.`event_id` = '1750' ORDER BY `eventvideos`.`id` ASC LIMIT 1" protected _instance => string(7) "default" protected _connection => resource(mysql link persistent) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "persistent" => bool TRUE "database" => string(18) "866774_hudson_prod" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }
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 _preload_data => array(0) }{ protected _internal_row => integer 12 protected _query => string(83) "SELECT `topics`.* FROM `topics` WHERE `parent_id` = '64' ORDER BY `topics`.`id` ASC" protected _result => resource(mysql result) protected _total_rows => integer 12 protected _current_row => integer 12 protected _as_object => string(11) "Model_Topic" }
"researches" => object Database_MySQL_Result(6){ protected _internal_row => integer 0 protected _query => string(265) "SELECT `researches`.* FROM `researches` LEFT JOIN `researchtopics` ON (`researchtopics`.`research_id` = `researches`.`id`) WHERE …" protected _result => resource(mysql result) protected _total_rows => integer 3 protected _current_row => integer 0 protected _as_object => string(14) "Model_Research" }
"research_featured" => object Model_Research(43){ protected cdn_attachments => array(3) ( 0 => string(5) "thumb" 1 => string(13) "thumb_listing" 2 => string(10) "thumbvideo" ) protected chapters => array(0) protected _ignored_columns => array(43) ( "thumb" => string(5) "thumb" "thumbvideo" => string(10) "thumbvideo" "thumb_listing" => string(13) "thumb_listing" "policycenter_ids" => string(16) "policycenter_ids" "topic_ids" => string(9) "topic_ids" "new_researchfootnote_attributes" => string(31) "new_researchfootnote_attributes" "existing_researchfootnote_attributes" => string(36) "existing_researchfootnote_attributes" "researchfootnote_array" => string(22) "researchfootnote_array" "new_researchblockquote_attributes" => string(33) "new_researchblockquote_attributes" "existing_researchblockquote_attributes" => string(38) "existing_researchblockquote_attributes" "researchblockquote_array" => string(24) "researchblockquote_array" "new_researchheadline_attributes" => string(31) "new_researchheadline_attributes" "existing_researchheadline_attributes" => string(36) "existing_researchheadline_attributes" "researchheadline_array" => string(22) "researchheadline_array" "new_researchiframe_attributes" => string(29) "new_researchiframe_attributes" "existing_researchiframe_attributes" => string(34) "existing_researchiframe_attributes" "researchiframe_array" => string(20) "researchiframe_array" "new_researchexpert_attributes" => string(29) "new_researchexpert_attributes" "existing_researchexpert_attributes" => string(34) "existing_researchexpert_attributes" "researchexpert_array" => string(20) "researchexpert_array" "new_researchvideo_attributes" => string(28) "new_researchvideo_attributes" "existing_researchvideo_attributes" => string(33) "existing_researchvideo_attributes" "researchvideo_array" => string(19) "researchvideo_array" "new_researchaudio_attributes" => string(28) "new_researchaudio_attributes" "existing_researchaudio_attributes" => string(33) "existing_researchaudio_attributes" "researchaudio_array" => string(19) "researchaudio_array" "new_researchimage_attributes" => string(28) "new_researchimage_attributes" "existing_researchimage_attributes" => string(33) "existing_researchimage_attributes" "researchimage_array" => string(19) "researchimage_array" "new_researchsnowfallimage_attributes" => string(36) "new_researchsnowfallimage_attributes" "existing_researchsnowfallimage_attributes" => string(41) "existing_researchsnowfallimage_attributes" "researchsnowfallimage_array" => string(27) "researchsnowfallimage_array" "new_researchslideshow_attributes" => string(32) "new_researchslideshow_attributes" "existing_researchslideshow_attributes" => string(37) "existing_researchslideshow_attributes" "researchslideshow_array" => string(23) "researchslideshow_array" "new_researchmovie_attributes" => string(28) "new_researchmovie_attributes" "existing_researchmovie_attributes" => string(33) "existing_researchmovie_attributes" "researchmovie_array" => string(19) "researchmovie_array" "existing_slideshowimage_attributes" => string(34) "existing_slideshowimage_attributes" "slideshowimage_array" => string(20) "slideshowimage_array" "new_researchattachmentexternal_attributes" => string(41) "new_researchattachmentexternal_attributes" "existing_researchattachmentexternal_attributes" => string(46) "existing_researchattachmentexternal_attributes" "researchattachmentexternal_array" => string(32) "researchattachmentexternal_array" ) protected _belongs_to => array(1) ( "researchtype" => array(2) ( "model" => string(12) "researchtype" "foreign_key" => string(15) "researchtype_id" ) ) protected _has_many => array(18) ( "researchpolicycenters" => array(4) ( "model" => string(20) "researchpolicycenter" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(23) "researchpolicycenter_id" ) "policycenters" => array(4) ( "model" => string(12) "policycenter" "foreign_key" => string(11) "research_id" "through" => string(21) "researchpolicycenters" "far_key" => string(15) "policycenter_id" ) "researchtopics" => array(4) ( "model" => string(13) "researchtopic" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchtopic_id" ) "topics" => array(4) ( "model" => string(5) "topic" "foreign_key" => string(11) "research_id" "through" => string(14) "researchtopics" "far_key" => string(8) "topic_id" ) "researchexperts" => array(4) ( "model" => string(14) "researchexpert" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(17) "researchexpert_id" ) "experts" => array(4) ( "model" => string(6) "expert" "foreign_key" => string(11) "research_id" "through" => string(15) "researchexperts" "far_key" => string(9) "expert_id" ) "researchvideos" => array(4) ( "model" => string(13) "researchvideo" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchvideo_id" ) "researchaudios" => array(4) ( "model" => string(13) "researchaudio" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchaudio_id" ) "researchimages" => array(4) ( "model" => string(13) "researchimage" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchimage_id" ) "researchsnowfallimages" => array(4) ( "model" => string(21) "researchsnowfallimage" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(24) "researchsnowfallimage_id" ) "researchslideshows" => array(4) ( "model" => string(17) "researchslideshow" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(20) "researchslideshow_id" ) "researchmovies" => array(4) ( "model" => string(13) "researchmovie" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(15) "researchmovy_id" ) "researchattachments" => array(4) ( "model" => string(18) "researchattachment" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(21) "researchattachment_id" ) "researchattachmentexternals" => array(4) ( "model" => string(26) "researchattachmentexternal" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(29) "researchattachmentexternal_id" ) "researchfootnotes" => array(4) ( "model" => string(16) "researchfootnote" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(19) "researchfootnote_id" ) "researchblockquotes" => array(4) ( "model" => string(18) "researchblockquote" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(21) "researchblockquote_id" ) "researchheadlines" => array(4) ( "model" => string(16) "researchheadline" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(19) "researchheadline_id" ) "researchiframes" => array(4) ( "model" => string(14) "researchiframe" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(17) "researchiframe_id" ) ) protected _before_save => array(14) ( 0 => string(20) "load_researchexperts" 1 => string(19) "load_researchvideos" 2 => string(19) "load_researchaudios" 3 => string(21) "set_short_description" 4 => string(22) "load_researchfootnotes" 5 => string(24) "load_researchblockquotes" 6 => string(22) "load_researchheadlines" 7 => string(20) "load_researchiframes" 8 => string(32) "load_researchattachmentexternals" 9 => string(19) "load_researchimages" 10 => string(27) "load_researchsnowfallimages" 11 => string(23) "load_researchslideshows" 12 => string(19) "load_researchmovies" 13 => string(20) "load_slideshowimages" ) protected _after_save => array(15) ( 0 => string(19) "save_researchtopics" 1 => string(26) "save_researchpolicycenters" 2 => string(22) "save_researchfootnotes" 3 => string(24) "save_researchblockquotes" 4 => string(22) "save_researchheadlines" 5 => string(20) "save_researchiframes" 6 => string(8) "set_slug" 7 => string(20) "save_researchexperts" 8 => string(19) "save_researchvideos" 9 => string(19) "save_researchaudios" 10 => string(19) "save_researchimages" 11 => string(27) "save_researchsnowfallimages" 12 => string(23) "save_researchslideshows" 13 => string(19) "save_researchmovies" 14 => string(32) "save_researchattachmentexternals" ) protected _before_destroy => array(1) ( 0 => string(13) "remove_childs" ) protected _friendly_id => array(1) ( 0 => string(5) "title" ) protected _labels => array(6) ( "researchpolicycenter" => string(14) "_policycenters" "researchexpert" => string(6) "_users" "researchvideo" => string(7) "_videos" "title" => string(5) "Title" "researchattachmentexternal" => string(20) "_attachmentexternals" "researchtype_id" => string(13) "Research Type" ) protected attachments => array(3) ( "thumb" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "990x369#" ) ) "thumb_listing" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "280x180#" ) ) "thumbvideo" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "990x369#" ) ) ) protected _callbacks => array(3) ( "thumb" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) "thumb_listing" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) "thumbvideo" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) ) protected _rules => array(2) ( "title" => array(1) ( "not_empty" => array(0) ) "publication_date" => array(1) ( "not_empty" => array(0) ) ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _after_destroy => array(0) protected success => bool TRUE protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _filters => array(0) protected _object => array(51) ( "id" => string(5) "13624" "title" => string(37) "A Trump Doctrine for the Middle East?" "subtitle" => string(41) "Michael Doran on Trump's Middle East Trip" "body" => string(5305) "During his campaign, Donald Trump’s Middle East policy seemed to begin and end with his vow to “bomb the hell” out of the Islami …" "publication_date" => string(19) "2017-05-19 08:00:00" "created_at" => string(19) "2017-05-19 11:02:31" "updated_at" => string(19) "2017-06-03 22:30:03" "footer" => NULL "pull_quote" => string(41) "Michael Doran on Trump's Middle East Trip" "block_quote" => NULL "published" => string(1) "1" "featured" => string(1) "0" "alert" => string(1) "0" "featured_index_page" => string(1) "1" "researchtype_id" => string(1) "1" "source" => string(14) "New York Times" "slug" => string(42) "13624-a-trump-doctrine-for-the-middle-east" "thumb_file_name" => string(35) "getty_images_685139420_featured.jpg" "thumb_file_size" => string(6) "262531" "thumb_file_type" => string(10) "image/jpeg" "thumb_original_name" => string(34) "GettyImages-685139420-Featured.jpg" "thumb_portrait" => string(1) "0" "thumb_cdn_updated_at" => NULL "theme_featured" => string(1) "0" "feature_caption" => string(152) "A giant billboard bearing portraits of US President Donald Trump and Saudi Arabia's King Salman, Riyadh, May 19, 2017 (FAYEZ NUR …" "thumbvideo_file_name" => NULL "thumbvideo_file_size" => NULL "thumbvideo_file_type" => NULL "thumbvideo_portrait" => string(1) "0" "thumbvideo_cdn_updated_at" => NULL "thumbvideo_original_name" => string(0) "" "short_description" => string(41) "Michael Doran on Trump's Middle East Trip" "featured_topic" => string(1) "1" "featured_policycenter" => string(1) "0" "featured_current_trends" => string(1) "0" "featured_latest_current_trends_publication" => string(1) "0" "position_carousel" => string(1) "5" "template_id" => string(1) "1" "publication_time" => string(19) "2017-05-19 11:00:44" "publication_timer" => string(1) "0" "unpublication_timer" => string(1) "0" "unpublication_time" => string(19) "2017-05-19 11:00:44" "thumb_listing_file_name" => string(31) "getty_images_685139420_list.jpg" "thumb_listing_file_size" => string(5) "63874" "thumb_listing_file_type" => string(10) "image/jpeg" "thumb_listing_original_name" => string(30) "GettyImages-685139420-list.jpg" "thumb_portraitCopy" => string(1) "0" "featured_experts_page" => string(1) "1" "hide_homepage" => string(1) "0" "photo_credit" => string(32) "FAYEZ NURELDINE/AFP/Getty Images" "custom_slug" => NULL ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => array(1) ( "id" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "research" protected _object_plural => string(10) "researches" protected _table_name => string(10) "researches" protected _table_columns => array(51) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "subtitle" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "subtitle" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "body" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(4) "body" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "publication_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "footer" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "footer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pull_quote" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "pull_quote" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "block_quote" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "block_quote" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "published" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "published" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "featured" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "featured" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "alert" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "alert" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_index_page" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "featured_index_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "researchtype_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "researchtype_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "source" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "source" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "thumb_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "thumb_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "thumb_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "thumb_original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_portrait" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "thumb_portrait" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_cdn_updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(20) "thumb_cdn_updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme_featured" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "theme_featured" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "feature_caption" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "feature_caption" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "thumbvideo_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "thumbvideo_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "thumbvideo_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_portrait" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "thumbvideo_portrait" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 29 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_cdn_updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(25) "thumbvideo_cdn_updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(24) "thumbvideo_original_name" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "short_description" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "short_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_topic" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "featured_topic" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 33 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_policycenter" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "featured_policycenter" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 34 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_current_trends" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(23) "featured_current_trends" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_latest_current_trends_publication" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(42) "featured_latest_current_trends_publication" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position_carousel" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "position_carousel" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "template_id" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "template_id" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_time" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "publication_time" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_timer" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "publication_timer" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "unpublication_timer" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "unpublication_timer" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "unpublication_time" => array(10) ( "type" => string(6) "string" "column_name" => string(18) "unpublication_time" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 42 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(23) "thumb_listing_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 43 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(23) "thumb_listing_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 44 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(23) "thumb_listing_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 45 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(27) "thumb_listing_original_name" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 46 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_portraitCopy" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(18) "thumb_portraitCopy" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 47 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_experts_page" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "featured_experts_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 48 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hide_homepage" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(13) "hide_homepage" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 49 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "photo_credit" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "photo_credit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 50 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "custom_slug" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "custom_slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 51 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) ) protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"events" => object Database_MySQL_Result(6){ protected _connection_id => string(40) "d71b0ec19cbea964f77826ca0776730fb28bdfa2" protected _identifier => string(1) "`" public last_query => string(121) "SELECT `eventvideos`.* FROM `eventvideos` WHERE `eventvideos`.`event_id` = '1750' ORDER BY `eventvideos`.`id` ASC LIMIT 1" protected _instance => string(7) "default" protected _connection => resource(mysql link persistent) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "persistent" => bool TRUE "database" => string(18) "866774_hudson_prod" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }
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 _preload_data => array(0) }{ protected _internal_row => integer 100 protected _query => string(1488) "SELECT `events`.* FROM `events` WHERE (`events`.`publication_timer` IS NULL OR `events`.`publication_timer` = 0 OR (`events`.`pu …" protected _result => resource(mysql result) protected _total_rows => integer 100 protected _current_row => integer 100 protected _as_object => string(11) "Model_Event" }
"experts" => object Database_MySQL_Result(6){ protected _internal_row => integer 24 protected _query => string(322) "SELECT `experts`.* FROM `experts` WHERE `id` IN ('201', '477', '327', '530', '134', '88', '615', '599', '601', '602', '1035', '1 …" protected _result => resource(mysql result) protected _total_rows => integer 24 protected _current_row => integer 24 protected _as_object => string(12) "Model_Expert" }
"medias" => object Model_Research(43){ protected cdn_attachments => array(3) ( 0 => string(5) "thumb" 1 => string(13) "thumb_listing" 2 => string(10) "thumbvideo" ) protected chapters => array(0) protected _ignored_columns => array(43) ( "thumb" => string(5) "thumb" "thumbvideo" => string(10) "thumbvideo" "thumb_listing" => string(13) "thumb_listing" "policycenter_ids" => string(16) "policycenter_ids" "topic_ids" => string(9) "topic_ids" "new_researchfootnote_attributes" => string(31) "new_researchfootnote_attributes" "existing_researchfootnote_attributes" => string(36) "existing_researchfootnote_attributes" "researchfootnote_array" => string(22) "researchfootnote_array" "new_researchblockquote_attributes" => string(33) "new_researchblockquote_attributes" "existing_researchblockquote_attributes" => string(38) "existing_researchblockquote_attributes" "researchblockquote_array" => string(24) "researchblockquote_array" "new_researchheadline_attributes" => string(31) "new_researchheadline_attributes" "existing_researchheadline_attributes" => string(36) "existing_researchheadline_attributes" "researchheadline_array" => string(22) "researchheadline_array" "new_researchiframe_attributes" => string(29) "new_researchiframe_attributes" "existing_researchiframe_attributes" => string(34) "existing_researchiframe_attributes" "researchiframe_array" => string(20) "researchiframe_array" "new_researchexpert_attributes" => string(29) "new_researchexpert_attributes" "existing_researchexpert_attributes" => string(34) "existing_researchexpert_attributes" "researchexpert_array" => string(20) "researchexpert_array" "new_researchvideo_attributes" => string(28) "new_researchvideo_attributes" "existing_researchvideo_attributes" => string(33) "existing_researchvideo_attributes" "researchvideo_array" => string(19) "researchvideo_array" "new_researchaudio_attributes" => string(28) "new_researchaudio_attributes" "existing_researchaudio_attributes" => string(33) "existing_researchaudio_attributes" "researchaudio_array" => string(19) "researchaudio_array" "new_researchimage_attributes" => string(28) "new_researchimage_attributes" "existing_researchimage_attributes" => string(33) "existing_researchimage_attributes" "researchimage_array" => string(19) "researchimage_array" "new_researchsnowfallimage_attributes" => string(36) "new_researchsnowfallimage_attributes" "existing_researchsnowfallimage_attributes" => string(41) "existing_researchsnowfallimage_attributes" "researchsnowfallimage_array" => string(27) "researchsnowfallimage_array" "new_researchslideshow_attributes" => string(32) "new_researchslideshow_attributes" "existing_researchslideshow_attributes" => string(37) "existing_researchslideshow_attributes" "researchslideshow_array" => string(23) "researchslideshow_array" "new_researchmovie_attributes" => string(28) "new_researchmovie_attributes" "existing_researchmovie_attributes" => string(33) "existing_researchmovie_attributes" "researchmovie_array" => string(19) "researchmovie_array" "existing_slideshowimage_attributes" => string(34) "existing_slideshowimage_attributes" "slideshowimage_array" => string(20) "slideshowimage_array" "new_researchattachmentexternal_attributes" => string(41) "new_researchattachmentexternal_attributes" "existing_researchattachmentexternal_attributes" => string(46) "existing_researchattachmentexternal_attributes" "researchattachmentexternal_array" => string(32) "researchattachmentexternal_array" ) protected _belongs_to => array(1) ( "researchtype" => array(2) ( "model" => string(12) "researchtype" "foreign_key" => string(15) "researchtype_id" ) ) protected _has_many => array(18) ( "researchpolicycenters" => array(4) ( "model" => string(20) "researchpolicycenter" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(23) "researchpolicycenter_id" ) "policycenters" => array(4) ( "model" => string(12) "policycenter" "foreign_key" => string(11) "research_id" "through" => string(21) "researchpolicycenters" "far_key" => string(15) "policycenter_id" ) "researchtopics" => array(4) ( "model" => string(13) "researchtopic" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchtopic_id" ) "topics" => array(4) ( "model" => string(5) "topic" "foreign_key" => string(11) "research_id" "through" => string(14) "researchtopics" "far_key" => string(8) "topic_id" ) "researchexperts" => array(4) ( "model" => string(14) "researchexpert" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(17) "researchexpert_id" ) "experts" => array(4) ( "model" => string(6) "expert" "foreign_key" => string(11) "research_id" "through" => string(15) "researchexperts" "far_key" => string(9) "expert_id" ) "researchvideos" => array(4) ( "model" => string(13) "researchvideo" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchvideo_id" ) "researchaudios" => array(4) ( "model" => string(13) "researchaudio" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchaudio_id" ) "researchimages" => array(4) ( "model" => string(13) "researchimage" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchimage_id" ) "researchsnowfallimages" => array(4) ( "model" => string(21) "researchsnowfallimage" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(24) "researchsnowfallimage_id" ) "researchslideshows" => array(4) ( "model" => string(17) "researchslideshow" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(20) "researchslideshow_id" ) "researchmovies" => array(4) ( "model" => string(13) "researchmovie" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(15) "researchmovy_id" ) "researchattachments" => array(4) ( "model" => string(18) "researchattachment" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(21) "researchattachment_id" ) "researchattachmentexternals" => array(4) ( "model" => string(26) "researchattachmentexternal" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(29) "researchattachmentexternal_id" ) "researchfootnotes" => array(4) ( "model" => string(16) "researchfootnote" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(19) "researchfootnote_id" ) "researchblockquotes" => array(4) ( "model" => string(18) "researchblockquote" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(21) "researchblockquote_id" ) "researchheadlines" => array(4) ( "model" => string(16) "researchheadline" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(19) "researchheadline_id" ) "researchiframes" => array(4) ( "model" => string(14) "researchiframe" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(17) "researchiframe_id" ) ) protected _before_save => array(14) ( 0 => string(20) "load_researchexperts" 1 => string(19) "load_researchvideos" 2 => string(19) "load_researchaudios" 3 => string(21) "set_short_description" 4 => string(22) "load_researchfootnotes" 5 => string(24) "load_researchblockquotes" 6 => string(22) "load_researchheadlines" 7 => string(20) "load_researchiframes" 8 => string(32) "load_researchattachmentexternals" 9 => string(19) "load_researchimages" 10 => string(27) "load_researchsnowfallimages" 11 => string(23) "load_researchslideshows" 12 => string(19) "load_researchmovies" 13 => string(20) "load_slideshowimages" ) protected _after_save => array(15) ( 0 => string(19) "save_researchtopics" 1 => string(26) "save_researchpolicycenters" 2 => string(22) "save_researchfootnotes" 3 => string(24) "save_researchblockquotes" 4 => string(22) "save_researchheadlines" 5 => string(20) "save_researchiframes" 6 => string(8) "set_slug" 7 => string(20) "save_researchexperts" 8 => string(19) "save_researchvideos" 9 => string(19) "save_researchaudios" 10 => string(19) "save_researchimages" 11 => string(27) "save_researchsnowfallimages" 12 => string(23) "save_researchslideshows" 13 => string(19) "save_researchmovies" 14 => string(32) "save_researchattachmentexternals" ) protected _before_destroy => array(1) ( 0 => string(13) "remove_childs" ) protected _friendly_id => array(1) ( 0 => string(5) "title" ) protected _labels => array(6) ( "researchpolicycenter" => string(14) "_policycenters" "researchexpert" => string(6) "_users" "researchvideo" => string(7) "_videos" "title" => string(5) "Title" "researchattachmentexternal" => string(20) "_attachmentexternals" "researchtype_id" => string(13) "Research Type" ) protected attachments => array(3) ( "thumb" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "990x369#" ) ) "thumb_listing" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "280x180#" ) ) "thumbvideo" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "990x369#" ) ) ) protected _callbacks => array(3) ( "thumb" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) "thumb_listing" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) "thumbvideo" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) ) protected _rules => array(2) ( "title" => array(1) ( "not_empty" => array(0) ) "publication_date" => array(1) ( "not_empty" => array(0) ) ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _after_destroy => array(0) protected success => bool TRUE protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _filters => array(0) protected _object => array(51) ( "id" => NULL "title" => NULL "subtitle" => NULL "body" => NULL "publication_date" => NULL "created_at" => NULL "updated_at" => NULL "footer" => NULL "pull_quote" => NULL "block_quote" => NULL "published" => NULL "featured" => NULL "alert" => NULL "featured_index_page" => NULL "researchtype_id" => NULL "source" => NULL "slug" => NULL "thumb_file_name" => NULL "thumb_file_size" => NULL "thumb_file_type" => NULL "thumb_original_name" => NULL "thumb_portrait" => NULL "thumb_cdn_updated_at" => NULL "theme_featured" => NULL "feature_caption" => NULL "thumbvideo_file_name" => NULL "thumbvideo_file_size" => NULL "thumbvideo_file_type" => NULL "thumbvideo_portrait" => NULL "thumbvideo_cdn_updated_at" => NULL "thumbvideo_original_name" => NULL "short_description" => NULL "featured_topic" => NULL "featured_policycenter" => NULL "featured_current_trends" => NULL "featured_latest_current_trends_publication" => NULL "position_carousel" => NULL "template_id" => NULL "publication_time" => NULL "publication_timer" => NULL "unpublication_timer" => NULL "unpublication_time" => NULL "thumb_listing_file_name" => NULL "thumb_listing_file_size" => NULL "thumb_listing_file_type" => NULL "thumb_listing_original_name" => NULL "thumb_portraitCopy" => NULL "featured_experts_page" => NULL "hide_homepage" => NULL "photo_credit" => NULL "custom_slug" => NULL ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => array(1) ( "id" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "research" protected _object_plural => string(10) "researches" protected _table_name => string(10) "researches" protected _table_columns => array(51) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "subtitle" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "subtitle" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "body" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(4) "body" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "publication_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "footer" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "footer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pull_quote" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "pull_quote" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "block_quote" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "block_quote" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "published" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "published" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "featured" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "featured" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "alert" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "alert" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_index_page" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "featured_index_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "researchtype_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "researchtype_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "source" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "source" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "thumb_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "thumb_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "thumb_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "thumb_original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_portrait" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "thumb_portrait" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_cdn_updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(20) "thumb_cdn_updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme_featured" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "theme_featured" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "feature_caption" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "feature_caption" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "thumbvideo_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "thumbvideo_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "thumbvideo_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_portrait" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "thumbvideo_portrait" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 29 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_cdn_updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(25) "thumbvideo_cdn_updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(24) "thumbvideo_original_name" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "short_description" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "short_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_topic" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "featured_topic" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 33 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_policycenter" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "featured_policycenter" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 34 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_current_trends" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(23) "featured_current_trends" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_latest_current_trends_publication" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(42) "featured_latest_current_trends_publication" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position_carousel" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "position_carousel" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "template_id" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "template_id" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_time" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "publication_time" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_timer" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "publication_timer" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "unpublication_timer" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "unpublication_timer" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "unpublication_time" => array(10) ( "type" => string(6) "string" "column_name" => string(18) "unpublication_time" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 42 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(23) "thumb_listing_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 43 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(23) "thumb_listing_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 44 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(23) "thumb_listing_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 45 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(27) "thumb_listing_original_name" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 46 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_portraitCopy" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(18) "thumb_portraitCopy" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 47 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_experts_page" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "featured_experts_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 48 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hide_homepage" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(13) "hide_homepage" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 49 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "photo_credit" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "photo_credit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 50 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "custom_slug" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "custom_slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 51 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) ) protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"section" => bool FALSE "publications" => object Database_MySQL_Result(6){ protected _connection_id => string(40) "d71b0ec19cbea964f77826ca0776730fb28bdfa2" protected _identifier => string(1) "`" public last_query => string(121) "SELECT `eventvideos`.* FROM `eventvideos` WHERE `eventvideos`.`event_id` = '1750' ORDER BY `eventvideos`.`id` ASC LIMIT 1" protected _instance => string(7) "default" protected _connection => resource(mysql link persistent) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "persistent" => bool TRUE "database" => string(18) "866774_hudson_prod" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }
protected _db_applied => array(0) protected _db_pending => array(1) ( 0 => array(2) ( "name" => string(5) "where" "args" => array(3) ( 0 => string(2) "id" 1 => string(2) "IN" 2 => array(100) ( ... ) ) ) ) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _preload_data => array(0) }{ protected _internal_row => integer 17 protected _query => string(290) "SELECT `publications`.* FROM `publications` LEFT JOIN `publicationtopics` ON (`publicationtopics`.`publication_id` = `publicatio …" protected _result => resource(mysql result) protected _total_rows => integer 17 protected _current_row => integer 17 protected _as_object => string(17) "Model_Publication" }
"topics" => object Database_MySQL_Result(6){ protected _internal_row => integer 0 protected _query => string(133) "SELECT `topics`.* FROM `topics` WHERE `id` IN ('11', '24', '26', '43', '61', '62', '63', '64', '65', '66') ORDER BY `topics`.`id …" protected _result => resource(mysql result) protected _total_rows => integer 10 protected _current_row => integer 0 protected _as_object => string(11) "Model_Topic" }
"policycenters" => object Database_MySQL_Result(6){ protected _internal_row => integer 0 protected _query => string(154) "SELECT `policycenters`.* FROM `policycenters` WHERE `policycenters`.`published` = 1 ORDER BY `policycenters`.`menu_position` ASC …" protected _result => resource(mysql result) protected _total_rows => integer 14 protected _current_row => integer 0 protected _as_object => string(18) "Model_Policycenter" }
"main_css_class" => string(0) "" "page_title" => string(34) "Foreign Policy - Hudson Institute" "meta_description" => string(183) "Research about Foreign Policy at Hudson Institute, a think tank and research center dedicated to nonpartisan analysis of US and …" "meta_author" => string(0) "" "meta_type" => string(7) "website" "meta_image" => string(55) "https://www.hudson.org/assets/img/hudson-logo-large.png" "meta_keywords" => string(0) "" "current_menu" => string(4) "home" "current_user" => NULL "css_file" => string(19) "themes/theme-cc3814" )107 $type, 108 $message, 109 $file, 110 $line, 111 $context 112 ); 113 } else { 114 return false; 115 } 116 } 117 return true;
-
APPPATH/views/research/_list_additional.php [ 1 ] » Raven_ErrorHandler->handleError(arguments)
0
integer 8
1
string(28) "Undefined variable: research"
2
string(100) "/var/www/clients/hudson.org/releases/2019-12-06-0914/application/views/research/_list_additional.php"
3
integer 1
4
array(25) ( "kohana_view_filename" => string(100) "/var/www/clients/hudson.org/releases/2019-12-06-0914/application/views/research/_list_additional.php" "kohana_view_data" => array(0) "current_nav" => string(6) "topics" "topic" => object Model_Topic(42)
{ protected _has_many => array(4) ( "eventtopics" => array(4) ( "model" => string(10) "eventtopic" "foreign_key" => string(8) "topic_id" "through" => NULL "far_key" => string(13) "eventtopic_id" ) "events" => array(4) ( "model" => string(5) "event" "foreign_key" => string(8) "topic_id" "through" => string(11) "eventtopics" "far_key" => string(8) "event_id" ) "researchtopics" => array(4) ( "model" => string(13) "researchtopic" "foreign_key" => string(8) "topic_id" "through" => NULL "far_key" => string(16) "researchtopic_id" ) "researches" => array(4) ( "model" => string(8) "research" "foreign_key" => string(8) "topic_id" "through" => string(14) "researchtopics" "far_key" => string(11) "research_id" ) ) protected _rules => array(1) ( "title" => array(1) ( "not_empty" => array(0) ) ) protected cdn_attachments => array(1) ( 0 => string(5) "image" ) protected attachments => array(1) ( "image" => array(3) ( "max_size" => string(2) "2M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(2) ( "image" => string(8) "990x166#" "search" => string(8) "310x166#" ) ) ) protected _labels => array(1) ( "title" => string(5) "Title" ) protected _ignored_columns => array(1) ( "image" => string(5) "image" ) protected _friendly_id => array(1) ( 0 => string(5) "title" ) protected _before_save => array(1) ( 0 => string(16) "set_parent_title" ) protected _after_save => array(1) ( 0 => string(8) "set_slug" ) protected _callbacks => array(1) ( "image" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _before_destroy => array(0) protected _after_destroy => array(0) protected success => bool TRUE protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validate => NULL protected _filters => array(0) protected _object => array(12) ( "id" => string(2) "23" "title" => string(14) "Foreign Policy" "parent_id" => string(2) "64" "created_at" => NULL "updated_at" => string(19) "2013-11-18 14:12:49" "slug" => string(17) "23-foreign-policy" "image_file_name" => NULL "image_file_type" => NULL "image_file_size" => string(1) "0" "image_original_name" => NULL "profile_cdn_updated_at" => NULL "parent_title" => string(23) "International Relations" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => array(1) ( "id" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "topic" protected _object_plural => string(6) "topics" protected _table_name => string(6) "topics" protected _table_columns => array(12) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(9) "timestamp" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(9) "timestamp" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "image_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "image_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "image_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "image_original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "profile_cdn_updated_at" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "profile_cdn_updated_at" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_title" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "parent_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"parent_topic" => object Model_Topic(42){ protected _connection_id => string(40) "d71b0ec19cbea964f77826ca0776730fb28bdfa2" protected _identifier => string(1) "`" public last_query => string(121) "SELECT `eventvideos`.* FROM `eventvideos` WHERE `eventvideos`.`event_id` = '1750' ORDER BY `eventvideos`.`id` ASC LIMIT 1" protected _instance => string(7) "default" protected _connection => resource(mysql link persistent) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "persistent" => bool TRUE "database" => string(18) "866774_hudson_prod" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }
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 _preload_data => array(0) }{ protected _has_many => array(4) ( "eventtopics" => array(4) ( "model" => string(10) "eventtopic" "foreign_key" => string(8) "topic_id" "through" => NULL "far_key" => string(13) "eventtopic_id" ) "events" => array(4) ( "model" => string(5) "event" "foreign_key" => string(8) "topic_id" "through" => string(11) "eventtopics" "far_key" => string(8) "event_id" ) "researchtopics" => array(4) ( "model" => string(13) "researchtopic" "foreign_key" => string(8) "topic_id" "through" => NULL "far_key" => string(16) "researchtopic_id" ) "researches" => array(4) ( "model" => string(8) "research" "foreign_key" => string(8) "topic_id" "through" => string(14) "researchtopics" "far_key" => string(11) "research_id" ) ) protected _rules => array(1) ( "title" => array(1) ( "not_empty" => array(0) ) ) protected cdn_attachments => array(1) ( 0 => string(5) "image" ) protected attachments => array(1) ( "image" => array(3) ( "max_size" => string(2) "2M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(2) ( "image" => string(8) "990x166#" "search" => string(8) "310x166#" ) ) ) protected _labels => array(1) ( "title" => string(5) "Title" ) protected _ignored_columns => array(1) ( "image" => string(5) "image" ) protected _friendly_id => array(1) ( 0 => string(5) "title" ) protected _before_save => array(1) ( 0 => string(16) "set_parent_title" ) protected _after_save => array(1) ( 0 => string(8) "set_slug" ) protected _callbacks => array(1) ( "image" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _before_destroy => array(0) protected _after_destroy => array(0) protected success => bool TRUE protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validate => NULL protected _filters => array(0) protected _object => array(12) ( "id" => string(2) "64" "title" => string(23) "International Relations" "parent_id" => string(1) "0" "created_at" => NULL "updated_at" => string(19) "2014-02-04 10:57:16" "slug" => string(26) "64-international-relations" "image_file_name" => string(33) "topic_international_relations.png" "image_file_type" => string(9) "image/png" "image_file_size" => string(6) "303032" "image_original_name" => string(33) "topic_international_relations.png" "profile_cdn_updated_at" => NULL "parent_title" => NULL ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => array(1) ( "id" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "topic" protected _object_plural => string(6) "topics" protected _table_name => string(6) "topics" protected _table_columns => array(12) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(9) "timestamp" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(9) "timestamp" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "image_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "image_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "image_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "image_original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "profile_cdn_updated_at" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "profile_cdn_updated_at" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_title" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "parent_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"topics_related" => object Database_MySQL_Result(6){ protected _connection_id => string(40) "d71b0ec19cbea964f77826ca0776730fb28bdfa2" protected _identifier => string(1) "`" public last_query => string(121) "SELECT `eventvideos`.* FROM `eventvideos` WHERE `eventvideos`.`event_id` = '1750' ORDER BY `eventvideos`.`id` ASC LIMIT 1" protected _instance => string(7) "default" protected _connection => resource(mysql link persistent) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "persistent" => bool TRUE "database" => string(18) "866774_hudson_prod" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }
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 _preload_data => array(0) }{ protected _internal_row => integer 12 protected _query => string(83) "SELECT `topics`.* FROM `topics` WHERE `parent_id` = '64' ORDER BY `topics`.`id` ASC" protected _result => resource(mysql result) protected _total_rows => integer 12 protected _current_row => integer 12 protected _as_object => string(11) "Model_Topic" }
"researches" => object Database_MySQL_Result(6){ protected _internal_row => integer 0 protected _query => string(265) "SELECT `researches`.* FROM `researches` LEFT JOIN `researchtopics` ON (`researchtopics`.`research_id` = `researches`.`id`) WHERE …" protected _result => resource(mysql result) protected _total_rows => integer 3 protected _current_row => integer 0 protected _as_object => string(14) "Model_Research" }
"research_featured" => object Model_Research(43){ protected cdn_attachments => array(3) ( 0 => string(5) "thumb" 1 => string(13) "thumb_listing" 2 => string(10) "thumbvideo" ) protected chapters => array(0) protected _ignored_columns => array(43) ( "thumb" => string(5) "thumb" "thumbvideo" => string(10) "thumbvideo" "thumb_listing" => string(13) "thumb_listing" "policycenter_ids" => string(16) "policycenter_ids" "topic_ids" => string(9) "topic_ids" "new_researchfootnote_attributes" => string(31) "new_researchfootnote_attributes" "existing_researchfootnote_attributes" => string(36) "existing_researchfootnote_attributes" "researchfootnote_array" => string(22) "researchfootnote_array" "new_researchblockquote_attributes" => string(33) "new_researchblockquote_attributes" "existing_researchblockquote_attributes" => string(38) "existing_researchblockquote_attributes" "researchblockquote_array" => string(24) "researchblockquote_array" "new_researchheadline_attributes" => string(31) "new_researchheadline_attributes" "existing_researchheadline_attributes" => string(36) "existing_researchheadline_attributes" "researchheadline_array" => string(22) "researchheadline_array" "new_researchiframe_attributes" => string(29) "new_researchiframe_attributes" "existing_researchiframe_attributes" => string(34) "existing_researchiframe_attributes" "researchiframe_array" => string(20) "researchiframe_array" "new_researchexpert_attributes" => string(29) "new_researchexpert_attributes" "existing_researchexpert_attributes" => string(34) "existing_researchexpert_attributes" "researchexpert_array" => string(20) "researchexpert_array" "new_researchvideo_attributes" => string(28) "new_researchvideo_attributes" "existing_researchvideo_attributes" => string(33) "existing_researchvideo_attributes" "researchvideo_array" => string(19) "researchvideo_array" "new_researchaudio_attributes" => string(28) "new_researchaudio_attributes" "existing_researchaudio_attributes" => string(33) "existing_researchaudio_attributes" "researchaudio_array" => string(19) "researchaudio_array" "new_researchimage_attributes" => string(28) "new_researchimage_attributes" "existing_researchimage_attributes" => string(33) "existing_researchimage_attributes" "researchimage_array" => string(19) "researchimage_array" "new_researchsnowfallimage_attributes" => string(36) "new_researchsnowfallimage_attributes" "existing_researchsnowfallimage_attributes" => string(41) "existing_researchsnowfallimage_attributes" "researchsnowfallimage_array" => string(27) "researchsnowfallimage_array" "new_researchslideshow_attributes" => string(32) "new_researchslideshow_attributes" "existing_researchslideshow_attributes" => string(37) "existing_researchslideshow_attributes" "researchslideshow_array" => string(23) "researchslideshow_array" "new_researchmovie_attributes" => string(28) "new_researchmovie_attributes" "existing_researchmovie_attributes" => string(33) "existing_researchmovie_attributes" "researchmovie_array" => string(19) "researchmovie_array" "existing_slideshowimage_attributes" => string(34) "existing_slideshowimage_attributes" "slideshowimage_array" => string(20) "slideshowimage_array" "new_researchattachmentexternal_attributes" => string(41) "new_researchattachmentexternal_attributes" "existing_researchattachmentexternal_attributes" => string(46) "existing_researchattachmentexternal_attributes" "researchattachmentexternal_array" => string(32) "researchattachmentexternal_array" ) protected _belongs_to => array(1) ( "researchtype" => array(2) ( "model" => string(12) "researchtype" "foreign_key" => string(15) "researchtype_id" ) ) protected _has_many => array(18) ( "researchpolicycenters" => array(4) ( "model" => string(20) "researchpolicycenter" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(23) "researchpolicycenter_id" ) "policycenters" => array(4) ( "model" => string(12) "policycenter" "foreign_key" => string(11) "research_id" "through" => string(21) "researchpolicycenters" "far_key" => string(15) "policycenter_id" ) "researchtopics" => array(4) ( "model" => string(13) "researchtopic" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchtopic_id" ) "topics" => array(4) ( "model" => string(5) "topic" "foreign_key" => string(11) "research_id" "through" => string(14) "researchtopics" "far_key" => string(8) "topic_id" ) "researchexperts" => array(4) ( "model" => string(14) "researchexpert" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(17) "researchexpert_id" ) "experts" => array(4) ( "model" => string(6) "expert" "foreign_key" => string(11) "research_id" "through" => string(15) "researchexperts" "far_key" => string(9) "expert_id" ) "researchvideos" => array(4) ( "model" => string(13) "researchvideo" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchvideo_id" ) "researchaudios" => array(4) ( "model" => string(13) "researchaudio" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchaudio_id" ) "researchimages" => array(4) ( "model" => string(13) "researchimage" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchimage_id" ) "researchsnowfallimages" => array(4) ( "model" => string(21) "researchsnowfallimage" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(24) "researchsnowfallimage_id" ) "researchslideshows" => array(4) ( "model" => string(17) "researchslideshow" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(20) "researchslideshow_id" ) "researchmovies" => array(4) ( "model" => string(13) "researchmovie" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(15) "researchmovy_id" ) "researchattachments" => array(4) ( "model" => string(18) "researchattachment" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(21) "researchattachment_id" ) "researchattachmentexternals" => array(4) ( "model" => string(26) "researchattachmentexternal" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(29) "researchattachmentexternal_id" ) "researchfootnotes" => array(4) ( "model" => string(16) "researchfootnote" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(19) "researchfootnote_id" ) "researchblockquotes" => array(4) ( "model" => string(18) "researchblockquote" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(21) "researchblockquote_id" ) "researchheadlines" => array(4) ( "model" => string(16) "researchheadline" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(19) "researchheadline_id" ) "researchiframes" => array(4) ( "model" => string(14) "researchiframe" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(17) "researchiframe_id" ) ) protected _before_save => array(14) ( 0 => string(20) "load_researchexperts" 1 => string(19) "load_researchvideos" 2 => string(19) "load_researchaudios" 3 => string(21) "set_short_description" 4 => string(22) "load_researchfootnotes" 5 => string(24) "load_researchblockquotes" 6 => string(22) "load_researchheadlines" 7 => string(20) "load_researchiframes" 8 => string(32) "load_researchattachmentexternals" 9 => string(19) "load_researchimages" 10 => string(27) "load_researchsnowfallimages" 11 => string(23) "load_researchslideshows" 12 => string(19) "load_researchmovies" 13 => string(20) "load_slideshowimages" ) protected _after_save => array(15) ( 0 => string(19) "save_researchtopics" 1 => string(26) "save_researchpolicycenters" 2 => string(22) "save_researchfootnotes" 3 => string(24) "save_researchblockquotes" 4 => string(22) "save_researchheadlines" 5 => string(20) "save_researchiframes" 6 => string(8) "set_slug" 7 => string(20) "save_researchexperts" 8 => string(19) "save_researchvideos" 9 => string(19) "save_researchaudios" 10 => string(19) "save_researchimages" 11 => string(27) "save_researchsnowfallimages" 12 => string(23) "save_researchslideshows" 13 => string(19) "save_researchmovies" 14 => string(32) "save_researchattachmentexternals" ) protected _before_destroy => array(1) ( 0 => string(13) "remove_childs" ) protected _friendly_id => array(1) ( 0 => string(5) "title" ) protected _labels => array(6) ( "researchpolicycenter" => string(14) "_policycenters" "researchexpert" => string(6) "_users" "researchvideo" => string(7) "_videos" "title" => string(5) "Title" "researchattachmentexternal" => string(20) "_attachmentexternals" "researchtype_id" => string(13) "Research Type" ) protected attachments => array(3) ( "thumb" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "990x369#" ) ) "thumb_listing" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "280x180#" ) ) "thumbvideo" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "990x369#" ) ) ) protected _callbacks => array(3) ( "thumb" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) "thumb_listing" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) "thumbvideo" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) ) protected _rules => array(2) ( "title" => array(1) ( "not_empty" => array(0) ) "publication_date" => array(1) ( "not_empty" => array(0) ) ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _after_destroy => array(0) protected success => bool TRUE protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _filters => array(0) protected _object => array(51) ( "id" => string(5) "13624" "title" => string(37) "A Trump Doctrine for the Middle East?" "subtitle" => string(41) "Michael Doran on Trump's Middle East Trip" "body" => string(5305) "During his campaign, Donald Trump’s Middle East policy seemed to begin and end with his vow to “bomb the hell” out of the Islami …" "publication_date" => string(19) "2017-05-19 08:00:00" "created_at" => string(19) "2017-05-19 11:02:31" "updated_at" => string(19) "2017-06-03 22:30:03" "footer" => NULL "pull_quote" => string(41) "Michael Doran on Trump's Middle East Trip" "block_quote" => NULL "published" => string(1) "1" "featured" => string(1) "0" "alert" => string(1) "0" "featured_index_page" => string(1) "1" "researchtype_id" => string(1) "1" "source" => string(14) "New York Times" "slug" => string(42) "13624-a-trump-doctrine-for-the-middle-east" "thumb_file_name" => string(35) "getty_images_685139420_featured.jpg" "thumb_file_size" => string(6) "262531" "thumb_file_type" => string(10) "image/jpeg" "thumb_original_name" => string(34) "GettyImages-685139420-Featured.jpg" "thumb_portrait" => string(1) "0" "thumb_cdn_updated_at" => NULL "theme_featured" => string(1) "0" "feature_caption" => string(152) "A giant billboard bearing portraits of US President Donald Trump and Saudi Arabia's King Salman, Riyadh, May 19, 2017 (FAYEZ NUR …" "thumbvideo_file_name" => NULL "thumbvideo_file_size" => NULL "thumbvideo_file_type" => NULL "thumbvideo_portrait" => string(1) "0" "thumbvideo_cdn_updated_at" => NULL "thumbvideo_original_name" => string(0) "" "short_description" => string(41) "Michael Doran on Trump's Middle East Trip" "featured_topic" => string(1) "1" "featured_policycenter" => string(1) "0" "featured_current_trends" => string(1) "0" "featured_latest_current_trends_publication" => string(1) "0" "position_carousel" => string(1) "5" "template_id" => string(1) "1" "publication_time" => string(19) "2017-05-19 11:00:44" "publication_timer" => string(1) "0" "unpublication_timer" => string(1) "0" "unpublication_time" => string(19) "2017-05-19 11:00:44" "thumb_listing_file_name" => string(31) "getty_images_685139420_list.jpg" "thumb_listing_file_size" => string(5) "63874" "thumb_listing_file_type" => string(10) "image/jpeg" "thumb_listing_original_name" => string(30) "GettyImages-685139420-list.jpg" "thumb_portraitCopy" => string(1) "0" "featured_experts_page" => string(1) "1" "hide_homepage" => string(1) "0" "photo_credit" => string(32) "FAYEZ NURELDINE/AFP/Getty Images" "custom_slug" => NULL ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool TRUE protected _sorting => array(1) ( "id" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "research" protected _object_plural => string(10) "researches" protected _table_name => string(10) "researches" protected _table_columns => array(51) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "subtitle" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "subtitle" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "body" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(4) "body" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "publication_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "footer" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "footer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pull_quote" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "pull_quote" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "block_quote" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "block_quote" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "published" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "published" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "featured" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "featured" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "alert" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "alert" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_index_page" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "featured_index_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "researchtype_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "researchtype_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "source" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "source" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "thumb_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "thumb_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "thumb_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "thumb_original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_portrait" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "thumb_portrait" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_cdn_updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(20) "thumb_cdn_updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme_featured" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "theme_featured" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "feature_caption" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "feature_caption" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "thumbvideo_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "thumbvideo_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "thumbvideo_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_portrait" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "thumbvideo_portrait" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 29 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_cdn_updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(25) "thumbvideo_cdn_updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(24) "thumbvideo_original_name" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "short_description" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "short_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_topic" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "featured_topic" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 33 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_policycenter" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "featured_policycenter" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 34 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_current_trends" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(23) "featured_current_trends" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_latest_current_trends_publication" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(42) "featured_latest_current_trends_publication" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position_carousel" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "position_carousel" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "template_id" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "template_id" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_time" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "publication_time" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_timer" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "publication_timer" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "unpublication_timer" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "unpublication_timer" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "unpublication_time" => array(10) ( "type" => string(6) "string" "column_name" => string(18) "unpublication_time" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 42 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(23) "thumb_listing_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 43 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(23) "thumb_listing_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 44 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(23) "thumb_listing_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 45 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(27) "thumb_listing_original_name" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 46 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_portraitCopy" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(18) "thumb_portraitCopy" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 47 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_experts_page" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "featured_experts_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 48 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hide_homepage" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(13) "hide_homepage" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 49 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "photo_credit" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "photo_credit" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 50 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "custom_slug" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "custom_slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 51 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) ) protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"events" => object Database_MySQL_Result(6){ protected _connection_id => string(40) "d71b0ec19cbea964f77826ca0776730fb28bdfa2" protected _identifier => string(1) "`" public last_query => string(121) "SELECT `eventvideos`.* FROM `eventvideos` WHERE `eventvideos`.`event_id` = '1750' ORDER BY `eventvideos`.`id` ASC LIMIT 1" protected _instance => string(7) "default" protected _connection => resource(mysql link persistent) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "persistent" => bool TRUE "database" => string(18) "866774_hudson_prod" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }
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 _preload_data => array(0) }{ protected _internal_row => integer 100 protected _query => string(1488) "SELECT `events`.* FROM `events` WHERE (`events`.`publication_timer` IS NULL OR `events`.`publication_timer` = 0 OR (`events`.`pu …" protected _result => resource(mysql result) protected _total_rows => integer 100 protected _current_row => integer 100 protected _as_object => string(11) "Model_Event" }
"experts" => object Database_MySQL_Result(6){ protected _internal_row => integer 24 protected _query => string(322) "SELECT `experts`.* FROM `experts` WHERE `id` IN ('201', '477', '327', '530', '134', '88', '615', '599', '601', '602', '1035', '1 …" protected _result => resource(mysql result) protected _total_rows => integer 24 protected _current_row => integer 24 protected _as_object => string(12) "Model_Expert" }
"medias" => object Model_Research(43){ protected cdn_attachments => array(3) ( 0 => string(5) "thumb" 1 => string(13) "thumb_listing" 2 => string(10) "thumbvideo" ) protected chapters => array(0) protected _ignored_columns => array(43) ( "thumb" => string(5) "thumb" "thumbvideo" => string(10) "thumbvideo" "thumb_listing" => string(13) "thumb_listing" "policycenter_ids" => string(16) "policycenter_ids" "topic_ids" => string(9) "topic_ids" "new_researchfootnote_attributes" => string(31) "new_researchfootnote_attributes" "existing_researchfootnote_attributes" => string(36) "existing_researchfootnote_attributes" "researchfootnote_array" => string(22) "researchfootnote_array" "new_researchblockquote_attributes" => string(33) "new_researchblockquote_attributes" "existing_researchblockquote_attributes" => string(38) "existing_researchblockquote_attributes" "researchblockquote_array" => string(24) "researchblockquote_array" "new_researchheadline_attributes" => string(31) "new_researchheadline_attributes" "existing_researchheadline_attributes" => string(36) "existing_researchheadline_attributes" "researchheadline_array" => string(22) "researchheadline_array" "new_researchiframe_attributes" => string(29) "new_researchiframe_attributes" "existing_researchiframe_attributes" => string(34) "existing_researchiframe_attributes" "researchiframe_array" => string(20) "researchiframe_array" "new_researchexpert_attributes" => string(29) "new_researchexpert_attributes" "existing_researchexpert_attributes" => string(34) "existing_researchexpert_attributes" "researchexpert_array" => string(20) "researchexpert_array" "new_researchvideo_attributes" => string(28) "new_researchvideo_attributes" "existing_researchvideo_attributes" => string(33) "existing_researchvideo_attributes" "researchvideo_array" => string(19) "researchvideo_array" "new_researchaudio_attributes" => string(28) "new_researchaudio_attributes" "existing_researchaudio_attributes" => string(33) "existing_researchaudio_attributes" "researchaudio_array" => string(19) "researchaudio_array" "new_researchimage_attributes" => string(28) "new_researchimage_attributes" "existing_researchimage_attributes" => string(33) "existing_researchimage_attributes" "researchimage_array" => string(19) "researchimage_array" "new_researchsnowfallimage_attributes" => string(36) "new_researchsnowfallimage_attributes" "existing_researchsnowfallimage_attributes" => string(41) "existing_researchsnowfallimage_attributes" "researchsnowfallimage_array" => string(27) "researchsnowfallimage_array" "new_researchslideshow_attributes" => string(32) "new_researchslideshow_attributes" "existing_researchslideshow_attributes" => string(37) "existing_researchslideshow_attributes" "researchslideshow_array" => string(23) "researchslideshow_array" "new_researchmovie_attributes" => string(28) "new_researchmovie_attributes" "existing_researchmovie_attributes" => string(33) "existing_researchmovie_attributes" "researchmovie_array" => string(19) "researchmovie_array" "existing_slideshowimage_attributes" => string(34) "existing_slideshowimage_attributes" "slideshowimage_array" => string(20) "slideshowimage_array" "new_researchattachmentexternal_attributes" => string(41) "new_researchattachmentexternal_attributes" "existing_researchattachmentexternal_attributes" => string(46) "existing_researchattachmentexternal_attributes" "researchattachmentexternal_array" => string(32) "researchattachmentexternal_array" ) protected _belongs_to => array(1) ( "researchtype" => array(2) ( "model" => string(12) "researchtype" "foreign_key" => string(15) "researchtype_id" ) ) protected _has_many => array(18) ( "researchpolicycenters" => array(4) ( "model" => string(20) "researchpolicycenter" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(23) "researchpolicycenter_id" ) "policycenters" => array(4) ( "model" => string(12) "policycenter" "foreign_key" => string(11) "research_id" "through" => string(21) "researchpolicycenters" "far_key" => string(15) "policycenter_id" ) "researchtopics" => array(4) ( "model" => string(13) "researchtopic" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchtopic_id" ) "topics" => array(4) ( "model" => string(5) "topic" "foreign_key" => string(11) "research_id" "through" => string(14) "researchtopics" "far_key" => string(8) "topic_id" ) "researchexperts" => array(4) ( "model" => string(14) "researchexpert" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(17) "researchexpert_id" ) "experts" => array(4) ( "model" => string(6) "expert" "foreign_key" => string(11) "research_id" "through" => string(15) "researchexperts" "far_key" => string(9) "expert_id" ) "researchvideos" => array(4) ( "model" => string(13) "researchvideo" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchvideo_id" ) "researchaudios" => array(4) ( "model" => string(13) "researchaudio" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchaudio_id" ) "researchimages" => array(4) ( "model" => string(13) "researchimage" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(16) "researchimage_id" ) "researchsnowfallimages" => array(4) ( "model" => string(21) "researchsnowfallimage" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(24) "researchsnowfallimage_id" ) "researchslideshows" => array(4) ( "model" => string(17) "researchslideshow" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(20) "researchslideshow_id" ) "researchmovies" => array(4) ( "model" => string(13) "researchmovie" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(15) "researchmovy_id" ) "researchattachments" => array(4) ( "model" => string(18) "researchattachment" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(21) "researchattachment_id" ) "researchattachmentexternals" => array(4) ( "model" => string(26) "researchattachmentexternal" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(29) "researchattachmentexternal_id" ) "researchfootnotes" => array(4) ( "model" => string(16) "researchfootnote" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(19) "researchfootnote_id" ) "researchblockquotes" => array(4) ( "model" => string(18) "researchblockquote" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(21) "researchblockquote_id" ) "researchheadlines" => array(4) ( "model" => string(16) "researchheadline" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(19) "researchheadline_id" ) "researchiframes" => array(4) ( "model" => string(14) "researchiframe" "foreign_key" => string(11) "research_id" "through" => NULL "far_key" => string(17) "researchiframe_id" ) ) protected _before_save => array(14) ( 0 => string(20) "load_researchexperts" 1 => string(19) "load_researchvideos" 2 => string(19) "load_researchaudios" 3 => string(21) "set_short_description" 4 => string(22) "load_researchfootnotes" 5 => string(24) "load_researchblockquotes" 6 => string(22) "load_researchheadlines" 7 => string(20) "load_researchiframes" 8 => string(32) "load_researchattachmentexternals" 9 => string(19) "load_researchimages" 10 => string(27) "load_researchsnowfallimages" 11 => string(23) "load_researchslideshows" 12 => string(19) "load_researchmovies" 13 => string(20) "load_slideshowimages" ) protected _after_save => array(15) ( 0 => string(19) "save_researchtopics" 1 => string(26) "save_researchpolicycenters" 2 => string(22) "save_researchfootnotes" 3 => string(24) "save_researchblockquotes" 4 => string(22) "save_researchheadlines" 5 => string(20) "save_researchiframes" 6 => string(8) "set_slug" 7 => string(20) "save_researchexperts" 8 => string(19) "save_researchvideos" 9 => string(19) "save_researchaudios" 10 => string(19) "save_researchimages" 11 => string(27) "save_researchsnowfallimages" 12 => string(23) "save_researchslideshows" 13 => string(19) "save_researchmovies" 14 => string(32) "save_researchattachmentexternals" ) protected _before_destroy => array(1) ( 0 => string(13) "remove_childs" ) protected _friendly_id => array(1) ( 0 => string(5) "title" ) protected _labels => array(6) ( "researchpolicycenter" => string(14) "_policycenters" "researchexpert" => string(6) "_users" "researchvideo" => string(7) "_videos" "title" => string(5) "Title" "researchattachmentexternal" => string(20) "_attachmentexternals" "researchtype_id" => string(13) "Research Type" ) protected attachments => array(3) ( "thumb" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "990x369#" ) ) "thumb_listing" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "280x180#" ) ) "thumbvideo" => array(3) ( "max_size" => string(2) "5M" "types" => array(4) ( 0 => string(3) "jpg" 1 => string(4) "jpeg" 2 => string(3) "png" 3 => string(3) "gif" ) "styles" => array(1) ( "feature" => string(8) "990x369#" ) ) ) protected _callbacks => array(3) ( "thumb" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) "thumb_listing" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) "thumbvideo" => array(2) ( 0 => string(9) "file_size" 1 => string(9) "file_type" ) ) protected _rules => array(2) ( "title" => array(1) ( "not_empty" => array(0) ) "publication_date" => array(1) ( "not_empty" => array(0) ) ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _after_destroy => array(0) protected success => bool TRUE protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _filters => array(0) protected _object => array(51) ( "id" => NULL "title" => NULL "subtitle" => NULL "body" => NULL "publication_date" => NULL "created_at" => NULL "updated_at" => NULL "footer" => NULL "pull_quote" => NULL "block_quote" => NULL "published" => NULL "featured" => NULL "alert" => NULL "featured_index_page" => NULL "researchtype_id" => NULL "source" => NULL "slug" => NULL "thumb_file_name" => NULL "thumb_file_size" => NULL "thumb_file_type" => NULL "thumb_original_name" => NULL "thumb_portrait" => NULL "thumb_cdn_updated_at" => NULL "theme_featured" => NULL "feature_caption" => NULL "thumbvideo_file_name" => NULL "thumbvideo_file_size" => NULL "thumbvideo_file_type" => NULL "thumbvideo_portrait" => NULL "thumbvideo_cdn_updated_at" => NULL "thumbvideo_original_name" => NULL "short_description" => NULL "featured_topic" => NULL "featured_policycenter" => NULL "featured_current_trends" => NULL "featured_latest_current_trends_publication" => NULL "position_carousel" => NULL "template_id" => NULL "publication_time" => NULL "publication_timer" => NULL "unpublication_timer" => NULL "unpublication_time" => NULL "thumb_listing_file_name" => NULL "thumb_listing_file_size" => NULL "thumb_listing_file_type" => NULL "thumb_listing_original_name" => NULL "thumb_portraitCopy" => NULL "featured_experts_page" => NULL "hide_homepage" => NULL "photo_credit" => NULL "custom_slug" => NULL ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool FALSE protected _saved => bool FALSE protected _sorting => array(1) ( "id" => string(3) "ASC" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "research" protected _object_plural => string(10) "researches" protected _table_name => string(10) "researches" protected _table_columns => array(51) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "subtitle" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "subtitle" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "body" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(4) "body" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "publication_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "footer" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "footer" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pull_quote" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(10) "pull_quote" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "block_quote" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "block_quote" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "published" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "published" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "featured" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "featured" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "alert" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "alert" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_index_page" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "featured_index_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "researchtype_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "researchtype_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "source" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "source" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "thumb_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "thumb_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "thumb_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "thumb_original_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_portrait" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "thumb_portrait" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_cdn_updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(20) "thumb_cdn_updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme_featured" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(14) "theme_featured" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "feature_caption" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "feature_caption" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "thumbvideo_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "thumbvideo_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "thumbvideo_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_portrait" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "thumbvideo_portrait" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 29 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_cdn_updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(25) "thumbvideo_cdn_updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumbvideo_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(24) "thumbvideo_original_name" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "short_description" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "short_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_topic" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "featured_topic" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 33 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_policycenter" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "featured_policycenter" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 34 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_current_trends" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(23) "featured_current_trends" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_latest_current_trends_publication" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(42) "featured_latest_current_trends_publication" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position_carousel" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "position_carousel" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "template_id" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "template_id" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_time" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "publication_time" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publication_timer" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "publication_timer" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "unpublication_timer" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "unpublication_timer" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "unpublication_time" => array(10) ( "type" => string(6) "string" "column_name" => string(18) "unpublication_time" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 42 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_name" => array(12) ( "type" => string(6) "string" "column_name" => string(23) "thumb_listing_file_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 43 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_size" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(23) "thumb_listing_file_size" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 44 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_file_type" => array(12) ( "type" => string(6) "string" "column_name" => string(23) "thumb_listing_file_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 45 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_listing_original_name" => array(12) ( "type" => string(6) "string" "column_name" => string(27) "thumb_listing_original_name" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 46 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "thumb_portraitCopy" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(18) "thumb_portraitCopy" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 47 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "featured_experts_page" => array(12) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "featured_experts_p