object(App\Models\Blog)#517 (26) {
["table":protected]=>
string(10) "mb4b_blogs"
["user":protected]=>
NULL
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(5) {
[0]=>
string(8) "users_id"
[1]=>
string(4) "name"
[2]=>
string(4) "slug"
[3]=>
string(9) "blog_type"
[4]=>
string(6) "active"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["casts":protected]=>
array(1) {
["active"]=>
string(7) "integer"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(8) {
["id"]=>
int(52607)
["users_id"]=>
int(48166)
["name"]=>
string(12) "radek.monika"
["slug"]=>
string(13) "radek--monika"
["blog_type"]=>
int(1)
["active"]=>
int(1)
["created_at"]=>
string(19) "2008-06-29 22:58:09"
["updated_at"]=>
string(19) "2008-06-29 22:58:09"
}
["original":protected]=>
array(8) {
["id"]=>
int(52607)
["users_id"]=>
int(48166)
["name"]=>
string(12) "radek.monika"
["slug"]=>
string(13) "radek--monika"
["blog_type"]=>
int(1)
["active"]=>
int(1)
["created_at"]=>
string(19) "2008-06-29 22:58:09"
["updated_at"]=>
string(19) "2008-06-29 22:58:09"
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(7) {
["observes"]=>
object(Illuminate\Database\Eloquent\Collection)#327 (1) {
["items":protected]=>
array(4) {
[0]=>
object(App\Models\Observe)#328 (25) {
["table":protected]=>
string(13) "mb4b_observes"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(3) {
[0]=>
string(8) "users_id"
[1]=>
string(8) "blogs_id"
[2]=>
string(6) "active"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["casts":protected]=>
array(1) {
["active"]=>
string(7) "boolean"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(6) {
["id"]=>
int(16940)
["users_id"]=>
int(61442)
["blogs_id"]=>
int(52607)
["active"]=>
int(1)
["created_at"]=>
string(19) "2012-04-02 15:42:13"
["updated_at"]=>
string(19) "2012-04-02 15:42:13"
}
["original":protected]=>
array(6) {
["id"]=>
int(16940)
["users_id"]=>
int(61442)
["blogs_id"]=>
int(52607)
["active"]=>
int(1)
["created_at"]=>
string(19) "2012-04-02 15:42:13"
["updated_at"]=>
string(19) "2012-04-02 15:42:13"
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(1) {
["user"]=>
object(App\User)#428 (27) {
["table":protected]=>
string(10) "mb4b_users"
["prefixTab":protected]=>
string(5) "mb4b_"
["fillable":protected]=>
array(22) {
[0]=>
string(4) "name"
[1]=>
string(4) "slug"
[2]=>
string(5) "email"
[3]=>
string(8) "password"
[4]=>
string(3) "ads"
[5]=>
string(8) "ads_blog"
[6]=>
string(6) "active"
[7]=>
string(9) "invisible"
[8]=>
string(6) "banned"
[9]=>
string(9) "confirmed"
[10]=>
string(11) "access_type"
[11]=>
string(6) "is_mig"
[12]=>
string(8) "is_admin"
[13]=>
string(12) "is_moderator"
[14]=>
string(9) "is_bloger"
[15]=>
string(9) "is_expert"
[16]=>
string(13) "is_expert_pro"
[17]=>
string(7) "is_firm"
[18]=>
string(14) "remember_token"
[19]=>
string(7) "last_ip"
[20]=>
string(9) "last_host"
[21]=>
string(14) "last_logged_at"
}
["hidden":protected]=>
array(3) {
[0]=>
string(8) "password"
[1]=>
string(14) "remember_token"
[2]=>
string(6) "is_mig"
}
["casts":protected]=>
array(13) {
["is_mig"]=>
string(7) "boolean"
["is_admin"]=>
string(7) "boolean"
["is_moderator"]=>
string(7) "boolean"
["is_bloger"]=>
string(7) "boolean"
["is_expert"]=>
string(7) "boolean"
["is_expert_pro"]=>
string(7) "boolean"
["is_firm"]=>
string(7) "boolean"
["ads"]=>
string(7) "boolean"
["ads_blog"]=>
string(7) "boolean"
["active"]=>
string(7) "boolean"
["invisible"]=>
string(7) "boolean"
["banned"]=>
string(7) "boolean"
["confirmed"]=>
string(7) "boolean"
}
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(26) {
["id"]=>
int(61442)
["name"]=>
string(8) "basiaxxx"
["slug"]=>
string(8) "basiaxxx"
["email"]=>
string(17) "basiadrozdz@wp.pl"
["password"]=>
string(40) "76a715acfddbc3a3de8c76e49e52bd6fe46f17b9"
["is_mig"]=>
int(1)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(0)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(0)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
NULL
["last_ip"]=>
string(14) "37.248.254.170"
["last_host"]=>
string(28) "Chrome, Mozilla/5.0 (Linux; "
["last_logged_at"]=>
string(19) "2015-10-10 10:27:04"
["created_at"]=>
string(19) "2010-08-12 00:16:42"
["updated_at"]=>
string(19) "2020-12-18 15:15:26"
}
["original":protected]=>
array(26) {
["id"]=>
int(61442)
["name"]=>
string(8) "basiaxxx"
["slug"]=>
string(8) "basiaxxx"
["email"]=>
string(17) "basiadrozdz@wp.pl"
["password"]=>
string(40) "76a715acfddbc3a3de8c76e49e52bd6fe46f17b9"
["is_mig"]=>
int(1)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(0)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(0)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
NULL
["last_ip"]=>
string(14) "37.248.254.170"
["last_host"]=>
string(28) "Chrome, Mozilla/5.0 (Linux; "
["last_logged_at"]=>
string(19) "2015-10-10 10:27:04"
["created_at"]=>
string(19) "2010-08-12 00:16:42"
["updated_at"]=>
string(19) "2020-12-18 15:15:26"
}
["dates":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["timestamps"]=>
bool(true)
["visible":protected]=>
array(0) {
}
["guarded":protected]=>
array(1) {
[0]=>
string(1) "*"
}
["rememberTokenName":protected]=>
string(14) "remember_token"
}
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[1]=>
object(App\Models\Observe)#284 (25) {
["table":protected]=>
string(13) "mb4b_observes"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(3) {
[0]=>
string(8) "users_id"
[1]=>
string(8) "blogs_id"
[2]=>
string(6) "active"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["casts":protected]=>
array(1) {
["active"]=>
string(7) "boolean"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(6) {
["id"]=>
int(28184)
["users_id"]=>
int(38069)
["blogs_id"]=>
int(52607)
["active"]=>
int(1)
["created_at"]=>
string(19) "2012-10-07 09:10:17"
["updated_at"]=>
string(19) "2012-10-07 09:10:17"
}
["original":protected]=>
array(6) {
["id"]=>
int(28184)
["users_id"]=>
int(38069)
["blogs_id"]=>
int(52607)
["active"]=>
int(1)
["created_at"]=>
string(19) "2012-10-07 09:10:17"
["updated_at"]=>
string(19) "2012-10-07 09:10:17"
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(1) {
["user"]=>
object(App\User)#431 (27) {
["table":protected]=>
string(10) "mb4b_users"
["prefixTab":protected]=>
string(5) "mb4b_"
["fillable":protected]=>
array(22) {
[0]=>
string(4) "name"
[1]=>
string(4) "slug"
[2]=>
string(5) "email"
[3]=>
string(8) "password"
[4]=>
string(3) "ads"
[5]=>
string(8) "ads_blog"
[6]=>
string(6) "active"
[7]=>
string(9) "invisible"
[8]=>
string(6) "banned"
[9]=>
string(9) "confirmed"
[10]=>
string(11) "access_type"
[11]=>
string(6) "is_mig"
[12]=>
string(8) "is_admin"
[13]=>
string(12) "is_moderator"
[14]=>
string(9) "is_bloger"
[15]=>
string(9) "is_expert"
[16]=>
string(13) "is_expert_pro"
[17]=>
string(7) "is_firm"
[18]=>
string(14) "remember_token"
[19]=>
string(7) "last_ip"
[20]=>
string(9) "last_host"
[21]=>
string(14) "last_logged_at"
}
["hidden":protected]=>
array(3) {
[0]=>
string(8) "password"
[1]=>
string(14) "remember_token"
[2]=>
string(6) "is_mig"
}
["casts":protected]=>
array(13) {
["is_mig"]=>
string(7) "boolean"
["is_admin"]=>
string(7) "boolean"
["is_moderator"]=>
string(7) "boolean"
["is_bloger"]=>
string(7) "boolean"
["is_expert"]=>
string(7) "boolean"
["is_expert_pro"]=>
string(7) "boolean"
["is_firm"]=>
string(7) "boolean"
["ads"]=>
string(7) "boolean"
["ads_blog"]=>
string(7) "boolean"
["active"]=>
string(7) "boolean"
["invisible"]=>
string(7) "boolean"
["banned"]=>
string(7) "boolean"
["confirmed"]=>
string(7) "boolean"
}
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(26) {
["id"]=>
int(38069)
["name"]=>
string(11) "michaliania"
["slug"]=>
string(11) "michaliania"
["email"]=>
string(20) "michalsk84@gmail.com"
["password"]=>
string(40) "817248fb77fb5c2cef3f2c732ad257cb1fb9c5e4"
["is_mig"]=>
int(1)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(1)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(0)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
NULL
["last_ip"]=>
string(13) "91.228.34.219"
["last_host"]=>
string(22) "Firefox, Windows Seven"
["last_logged_at"]=>
string(19) "2015-04-12 11:00:43"
["created_at"]=>
string(19) "2011-04-10 23:02:37"
["updated_at"]=>
string(19) "2011-04-10 23:02:37"
}
["original":protected]=>
array(26) {
["id"]=>
int(38069)
["name"]=>
string(11) "michaliania"
["slug"]=>
string(11) "michaliania"
["email"]=>
string(20) "michalsk84@gmail.com"
["password"]=>
string(40) "817248fb77fb5c2cef3f2c732ad257cb1fb9c5e4"
["is_mig"]=>
int(1)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(1)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(0)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
NULL
["last_ip"]=>
string(13) "91.228.34.219"
["last_host"]=>
string(22) "Firefox, Windows Seven"
["last_logged_at"]=>
string(19) "2015-04-12 11:00:43"
["created_at"]=>
string(19) "2011-04-10 23:02:37"
["updated_at"]=>
string(19) "2011-04-10 23:02:37"
}
["dates":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["timestamps"]=>
bool(true)
["visible":protected]=>
array(0) {
}
["guarded":protected]=>
array(1) {
[0]=>
string(1) "*"
}
["rememberTokenName":protected]=>
string(14) "remember_token"
}
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[2]=>
object(App\Models\Observe)#434 (25) {
["table":protected]=>
string(13) "mb4b_observes"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(3) {
[0]=>
string(8) "users_id"
[1]=>
string(8) "blogs_id"
[2]=>
string(6) "active"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["casts":protected]=>
array(1) {
["active"]=>
string(7) "boolean"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(6) {
["id"]=>
int(54835)
["users_id"]=>
int(18184)
["blogs_id"]=>
int(52607)
["active"]=>
int(1)
["created_at"]=>
string(19) "2013-11-13 16:09:34"
["updated_at"]=>
string(19) "2013-11-13 16:09:34"
}
["original":protected]=>
array(6) {
["id"]=>
int(54835)
["users_id"]=>
int(18184)
["blogs_id"]=>
int(52607)
["active"]=>
int(1)
["created_at"]=>
string(19) "2013-11-13 16:09:34"
["updated_at"]=>
string(19) "2013-11-13 16:09:34"
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(1) {
["user"]=>
object(App\User)#430 (27) {
["table":protected]=>
string(10) "mb4b_users"
["prefixTab":protected]=>
string(5) "mb4b_"
["fillable":protected]=>
array(22) {
[0]=>
string(4) "name"
[1]=>
string(4) "slug"
[2]=>
string(5) "email"
[3]=>
string(8) "password"
[4]=>
string(3) "ads"
[5]=>
string(8) "ads_blog"
[6]=>
string(6) "active"
[7]=>
string(9) "invisible"
[8]=>
string(6) "banned"
[9]=>
string(9) "confirmed"
[10]=>
string(11) "access_type"
[11]=>
string(6) "is_mig"
[12]=>
string(8) "is_admin"
[13]=>
string(12) "is_moderator"
[14]=>
string(9) "is_bloger"
[15]=>
string(9) "is_expert"
[16]=>
string(13) "is_expert_pro"
[17]=>
string(7) "is_firm"
[18]=>
string(14) "remember_token"
[19]=>
string(7) "last_ip"
[20]=>
string(9) "last_host"
[21]=>
string(14) "last_logged_at"
}
["hidden":protected]=>
array(3) {
[0]=>
string(8) "password"
[1]=>
string(14) "remember_token"
[2]=>
string(6) "is_mig"
}
["casts":protected]=>
array(13) {
["is_mig"]=>
string(7) "boolean"
["is_admin"]=>
string(7) "boolean"
["is_moderator"]=>
string(7) "boolean"
["is_bloger"]=>
string(7) "boolean"
["is_expert"]=>
string(7) "boolean"
["is_expert_pro"]=>
string(7) "boolean"
["is_firm"]=>
string(7) "boolean"
["ads"]=>
string(7) "boolean"
["ads_blog"]=>
string(7) "boolean"
["active"]=>
string(7) "boolean"
["invisible"]=>
string(7) "boolean"
["banned"]=>
string(7) "boolean"
["confirmed"]=>
string(7) "boolean"
}
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(26) {
["id"]=>
int(18184)
["name"]=>
string(10) "elunia1985"
["slug"]=>
string(10) "elunia1985"
["email"]=>
string(23) "elunia1985@buziaczek.pl"
["password"]=>
string(60) "$2y$10$YIWO680ABvSpDhJqXPvtVunuLy8.RVyaPavetzLm.X7NTsMNl3VFO"
["is_mig"]=>
int(0)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(1)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(0)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
NULL
["last_ip"]=>
string(11) "31.0.120.63"
["last_host"]=>
string(142) "HTTP_USER_AGENT: Mozilla/5.0 (Linux; Android 8.1.0; Redmi 6A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36"
["last_logged_at"]=>
string(19) "2020-02-06 21:16:41"
["created_at"]=>
string(19) "2015-03-26 20:15:29"
["updated_at"]=>
string(19) "2020-02-06 21:16:41"
}
["original":protected]=>
array(26) {
["id"]=>
int(18184)
["name"]=>
string(10) "elunia1985"
["slug"]=>
string(10) "elunia1985"
["email"]=>
string(23) "elunia1985@buziaczek.pl"
["password"]=>
string(60) "$2y$10$YIWO680ABvSpDhJqXPvtVunuLy8.RVyaPavetzLm.X7NTsMNl3VFO"
["is_mig"]=>
int(0)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(1)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(0)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
NULL
["last_ip"]=>
string(11) "31.0.120.63"
["last_host"]=>
string(142) "HTTP_USER_AGENT: Mozilla/5.0 (Linux; Android 8.1.0; Redmi 6A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36"
["last_logged_at"]=>
string(19) "2020-02-06 21:16:41"
["created_at"]=>
string(19) "2015-03-26 20:15:29"
["updated_at"]=>
string(19) "2020-02-06 21:16:41"
}
["dates":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["timestamps"]=>
bool(true)
["visible":protected]=>
array(0) {
}
["guarded":protected]=>
array(1) {
[0]=>
string(1) "*"
}
["rememberTokenName":protected]=>
string(14) "remember_token"
}
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[3]=>
object(App\Models\Observe)#435 (25) {
["table":protected]=>
string(13) "mb4b_observes"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(3) {
[0]=>
string(8) "users_id"
[1]=>
string(8) "blogs_id"
[2]=>
string(6) "active"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["casts":protected]=>
array(1) {
["active"]=>
string(7) "boolean"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(6) {
["id"]=>
int(54847)
["users_id"]=>
int(76233)
["blogs_id"]=>
int(52607)
["active"]=>
int(1)
["created_at"]=>
string(19) "2013-11-13 19:39:06"
["updated_at"]=>
string(19) "2013-11-13 19:39:06"
}
["original":protected]=>
array(6) {
["id"]=>
int(54847)
["users_id"]=>
int(76233)
["blogs_id"]=>
int(52607)
["active"]=>
int(1)
["created_at"]=>
string(19) "2013-11-13 19:39:06"
["updated_at"]=>
string(19) "2013-11-13 19:39:06"
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(1) {
["user"]=>
object(App\User)#437 (27) {
["table":protected]=>
string(10) "mb4b_users"
["prefixTab":protected]=>
string(5) "mb4b_"
["fillable":protected]=>
array(22) {
[0]=>
string(4) "name"
[1]=>
string(4) "slug"
[2]=>
string(5) "email"
[3]=>
string(8) "password"
[4]=>
string(3) "ads"
[5]=>
string(8) "ads_blog"
[6]=>
string(6) "active"
[7]=>
string(9) "invisible"
[8]=>
string(6) "banned"
[9]=>
string(9) "confirmed"
[10]=>
string(11) "access_type"
[11]=>
string(6) "is_mig"
[12]=>
string(8) "is_admin"
[13]=>
string(12) "is_moderator"
[14]=>
string(9) "is_bloger"
[15]=>
string(9) "is_expert"
[16]=>
string(13) "is_expert_pro"
[17]=>
string(7) "is_firm"
[18]=>
string(14) "remember_token"
[19]=>
string(7) "last_ip"
[20]=>
string(9) "last_host"
[21]=>
string(14) "last_logged_at"
}
["hidden":protected]=>
array(3) {
[0]=>
string(8) "password"
[1]=>
string(14) "remember_token"
[2]=>
string(6) "is_mig"
}
["casts":protected]=>
array(13) {
["is_mig"]=>
string(7) "boolean"
["is_admin"]=>
string(7) "boolean"
["is_moderator"]=>
string(7) "boolean"
["is_bloger"]=>
string(7) "boolean"
["is_expert"]=>
string(7) "boolean"
["is_expert_pro"]=>
string(7) "boolean"
["is_firm"]=>
string(7) "boolean"
["ads"]=>
string(7) "boolean"
["ads_blog"]=>
string(7) "boolean"
["active"]=>
string(7) "boolean"
["invisible"]=>
string(7) "boolean"
["banned"]=>
string(7) "boolean"
["confirmed"]=>
string(7) "boolean"
}
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(26) {
["id"]=>
int(76233)
["name"]=>
string(6) "entera"
["slug"]=>
string(6) "entera"
["email"]=>
string(18) "monika77@gmail.com"
["password"]=>
string(40) "69fcb74b29139f0e9a9027e27bfa8eb37145efbe"
["is_mig"]=>
int(1)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(0)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(0)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
NULL
["last_ip"]=>
string(12) "31.1.146.108"
["last_host"]=>
string(28) "Chrome, Mozilla/5.0 (Windows"
["last_logged_at"]=>
string(19) "2017-11-06 22:04:08"
["created_at"]=>
string(19) "2013-08-28 20:22:41"
["updated_at"]=>
string(19) "2020-12-18 15:15:26"
}
["original":protected]=>
array(26) {
["id"]=>
int(76233)
["name"]=>
string(6) "entera"
["slug"]=>
string(6) "entera"
["email"]=>
string(18) "monika77@gmail.com"
["password"]=>
string(40) "69fcb74b29139f0e9a9027e27bfa8eb37145efbe"
["is_mig"]=>
int(1)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(0)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(0)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
NULL
["last_ip"]=>
string(12) "31.1.146.108"
["last_host"]=>
string(28) "Chrome, Mozilla/5.0 (Windows"
["last_logged_at"]=>
string(19) "2017-11-06 22:04:08"
["created_at"]=>
string(19) "2013-08-28 20:22:41"
["updated_at"]=>
string(19) "2020-12-18 15:15:26"
}
["dates":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["timestamps"]=>
bool(true)
["visible":protected]=>
array(0) {
}
["guarded":protected]=>
array(1) {
[0]=>
string(1) "*"
}
["rememberTokenName":protected]=>
string(14) "remember_token"
}
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
}
}
["build"]=>
object(App\Models\BlogBuild)#1109 (25) {
["table":protected]=>
string(17) "mb4b_blogs_builds"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(17) {
[0]=>
string(8) "blogs_id"
[1]=>
string(11) "projects_id"
[2]=>
string(12) "project_name"
[3]=>
string(12) "project_city"
[4]=>
string(5) "autor"
[5]=>
string(11) "typ_budynku"
[6]=>
string(14) "rodzaj_budynku"
[7]=>
string(7) "piwnica"
[8]=>
string(11) "technologia"
[9]=>
string(11) "etap_budowy"
[10]=>
string(7) "dzialka"
[11]=>
string(12) "dzialka_cena"
[12]=>
string(7) "projekt"
[13]=>
string(7) "geodeta"
[14]=>
string(6) "waluta"
[15]=>
string(7) "nagroda"
[16]=>
string(12) "nagroda_opis"
}
["dates"]=>
array(1) {
[0]=>
string(10) "updated_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(19) {
["id"]=>
int(52607)
["blogs_id"]=>
int(52607)
["projects_id"]=>
NULL
["project_name"]=>
string(5) "MUZA2"
["project_city"]=>
string(5) "Torun"
["autor"]=>
string(18) "Tomasz Włodarczyk"
["typ_budynku"]=>
int(1)
["rodzaj_budynku"]=>
int(1)
["piwnica"]=>
int(0)
["technologia"]=>
int(1)
["etap_budowy"]=>
int(0)
["dzialka"]=>
NULL
["dzialka_cena"]=>
int(0)
["projekt"]=>
int(0)
["geodeta"]=>
int(0)
["waluta"]=>
int(1)
["nagroda"]=>
int(0)
["nagroda_opis"]=>
NULL
["updated_at"]=>
string(19) "2019-12-04 10:29:06"
}
["original":protected]=>
array(19) {
["id"]=>
int(52607)
["blogs_id"]=>
int(52607)
["projects_id"]=>
NULL
["project_name"]=>
string(5) "MUZA2"
["project_city"]=>
string(5) "Torun"
["autor"]=>
string(18) "Tomasz Włodarczyk"
["typ_budynku"]=>
int(1)
["rodzaj_budynku"]=>
int(1)
["piwnica"]=>
int(0)
["technologia"]=>
int(1)
["etap_budowy"]=>
int(0)
["dzialka"]=>
NULL
["dzialka_cena"]=>
int(0)
["projekt"]=>
int(0)
["geodeta"]=>
int(0)
["waluta"]=>
int(1)
["nagroda"]=>
int(0)
["nagroda_opis"]=>
NULL
["updated_at"]=>
string(19) "2019-12-04 10:29:06"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
["user"]=>
object(App\User)#1051 (27) {
["table":protected]=>
string(10) "mb4b_users"
["prefixTab":protected]=>
string(5) "mb4b_"
["fillable":protected]=>
array(22) {
[0]=>
string(4) "name"
[1]=>
string(4) "slug"
[2]=>
string(5) "email"
[3]=>
string(8) "password"
[4]=>
string(3) "ads"
[5]=>
string(8) "ads_blog"
[6]=>
string(6) "active"
[7]=>
string(9) "invisible"
[8]=>
string(6) "banned"
[9]=>
string(9) "confirmed"
[10]=>
string(11) "access_type"
[11]=>
string(6) "is_mig"
[12]=>
string(8) "is_admin"
[13]=>
string(12) "is_moderator"
[14]=>
string(9) "is_bloger"
[15]=>
string(9) "is_expert"
[16]=>
string(13) "is_expert_pro"
[17]=>
string(7) "is_firm"
[18]=>
string(14) "remember_token"
[19]=>
string(7) "last_ip"
[20]=>
string(9) "last_host"
[21]=>
string(14) "last_logged_at"
}
["hidden":protected]=>
array(3) {
[0]=>
string(8) "password"
[1]=>
string(14) "remember_token"
[2]=>
string(6) "is_mig"
}
["casts":protected]=>
array(13) {
["is_mig"]=>
string(7) "boolean"
["is_admin"]=>
string(7) "boolean"
["is_moderator"]=>
string(7) "boolean"
["is_bloger"]=>
string(7) "boolean"
["is_expert"]=>
string(7) "boolean"
["is_expert_pro"]=>
string(7) "boolean"
["is_firm"]=>
string(7) "boolean"
["ads"]=>
string(7) "boolean"
["ads_blog"]=>
string(7) "boolean"
["active"]=>
string(7) "boolean"
["invisible"]=>
string(7) "boolean"
["banned"]=>
string(7) "boolean"
["confirmed"]=>
string(7) "boolean"
}
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(26) {
["id"]=>
int(48166)
["name"]=>
string(12) "radek.monika"
["slug"]=>
string(13) "radek--monika"
["email"]=>
string(14) "laps.com@wp.pl"
["password"]=>
string(40) "9de6328a6804ab6f9e76a86a3ea513015bfc6b35"
["is_mig"]=>
int(1)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(1)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(0)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
NULL
["last_ip"]=>
string(13) "92.18.237.169"
["last_host"]=>
string(22) "Firefox, Windows Seven"
["last_logged_at"]=>
string(19) "2014-03-26 10:57:43"
["created_at"]=>
string(19) "2008-06-29 22:58:09"
["updated_at"]=>
string(19) "2008-06-29 22:58:09"
}
["original":protected]=>
array(26) {
["id"]=>
int(48166)
["name"]=>
string(12) "radek.monika"
["slug"]=>
string(13) "radek--monika"
["email"]=>
string(14) "laps.com@wp.pl"
["password"]=>
string(40) "9de6328a6804ab6f9e76a86a3ea513015bfc6b35"
["is_mig"]=>
int(1)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(1)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(0)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
NULL
["last_ip"]=>
string(13) "92.18.237.169"
["last_host"]=>
string(22) "Firefox, Windows Seven"
["last_logged_at"]=>
string(19) "2014-03-26 10:57:43"
["created_at"]=>
string(19) "2008-06-29 22:58:09"
["updated_at"]=>
string(19) "2008-06-29 22:58:09"
}
["dates":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(3) {
["preference"]=>
object(App\Models\UserPreference)#1049 (25) {
["table":protected]=>
string(22) "mb4b_users_preferences"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(17) {
[0]=>
string(8) "users_id"
[1]=>
string(16) "galeria_prywatna"
[2]=>
string(14) "zdjecie_podpis"
[3]=>
string(18) "wiadomosci_koperta"
[4]=>
string(9) "ocen_blog"
[5]=>
string(15) "koszty_prywatne"
[6]=>
string(15) "email_komentarz"
[7]=>
string(13) "email_pytania"
[8]=>
string(10) "email_news"
[9]=>
string(10) "komentarze"
[10]=>
string(26) "komentarz_komentowany_wpis"
[11]=>
string(31) "komentarze_ukryj_niezalogowanym"
[12]=>
string(27) "koszty_ukryj_niezalogowanym"
[13]=>
string(26) "wpisy_ukryj_niezalogowanym"
[14]=>
string(23) "info_komentowane_tematy"
[15]=>
string(23) "info_obserwowane_tematy"
[16]=>
string(18) "info_dodane_tematy"
}
["dates"]=>
array(1) {
[0]=>
string(10) "updated_at"
}
["casts":protected]=>
array(16) {
["galeria_prywatna"]=>
string(7) "integer"
["zdjecie_podpis"]=>
string(7) "boolean"
["wiadomosci_koperta"]=>
string(7) "boolean"
["ocen_blog"]=>
string(7) "boolean"
["koszty_prywatne"]=>
string(7) "boolean"
["email_komentarz"]=>
string(7) "boolean"
["email_pytania"]=>
string(7) "boolean"
["email_news"]=>
string(7) "boolean"
["komentarze"]=>
string(7) "boolean"
["komentarz_komentowany_wpis"]=>
string(7) "boolean"
["komentarze_ukryj_niezalogowanym"]=>
string(7) "boolean"
["koszty_ukryj_niezalogowanym"]=>
string(7) "boolean"
["wpisy_ukryj_niezalogowanym"]=>
string(7) "boolean"
["info_komentowane_tematy"]=>
string(7) "boolean"
["info_obserwowane_tematy"]=>
string(7) "boolean"
["info_dodane_tematy"]=>
string(7) "boolean"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(19) {
["id"]=>
int(48165)
["users_id"]=>
int(48166)
["galeria_prywatna"]=>
int(0)
["zdjecie_podpis"]=>
int(1)
["wiadomosci_koperta"]=>
int(1)
["ocen_blog"]=>
int(1)
["koszty_prywatne"]=>
int(0)
["email_komentarz"]=>
int(1)
["email_pytania"]=>
int(1)
["email_news"]=>
int(1)
["komentarze"]=>
int(1)
["komentarz_komentowany_wpis"]=>
int(0)
["komentarze_ukryj_niezalogowanym"]=>
int(0)
["koszty_ukryj_niezalogowanym"]=>
int(1)
["wpisy_ukryj_niezalogowanym"]=>
int(0)
["info_komentowane_tematy"]=>
int(1)
["info_obserwowane_tematy"]=>
int(1)
["info_dodane_tematy"]=>
int(1)
["updated_at"]=>
string(19) "2019-12-04 10:29:06"
}
["original":protected]=>
array(19) {
["id"]=>
int(48165)
["users_id"]=>
int(48166)
["galeria_prywatna"]=>
int(0)
["zdjecie_podpis"]=>
int(1)
["wiadomosci_koperta"]=>
int(1)
["ocen_blog"]=>
int(1)
["koszty_prywatne"]=>
int(0)
["email_komentarz"]=>
int(1)
["email_pytania"]=>
int(1)
["email_news"]=>
int(1)
["komentarze"]=>
int(1)
["komentarz_komentowany_wpis"]=>
int(0)
["komentarze_ukryj_niezalogowanym"]=>
int(0)
["koszty_ukryj_niezalogowanym"]=>
int(1)
["wpisy_ukryj_niezalogowanym"]=>
int(0)
["info_komentowane_tematy"]=>
int(1)
["info_obserwowane_tematy"]=>
int(1)
["info_dodane_tematy"]=>
int(1)
["updated_at"]=>
string(19) "2019-12-04 10:29:06"
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
["online_user"]=>
NULL
["detail"]=>
object(App\Models\UserDetail)#1055 (25) {
["table":protected]=>
string(18) "mb4b_users_details"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(17) {
[0]=>
string(8) "users_id"
[1]=>
string(10) "regions_id"
[2]=>
string(9) "firstname"
[3]=>
string(8) "lastname"
[4]=>
string(5) "firma"
[5]=>
string(5) "ulica"
[6]=>
string(12) "kod_pocztowy"
[7]=>
string(4) "city"
[8]=>
string(3) "nip"
[9]=>
string(7) "telefon"
[10]=>
string(10) "avatar_url"
[11]=>
string(8) "opis_moj"
[12]=>
string(10) "opis_firmy"
[13]=>
string(11) "opis_oferta"
[14]=>
string(6) "podpis"
[15]=>
string(16) "typ_dzialalnosci"
[16]=>
string(19) "rodzaj_dzialalnosci"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(20) {
["id"]=>
int(48165)
["users_id"]=>
int(48166)
["regions_id"]=>
NULL
["firstname"]=>
string(5) "Radek"
["lastname"]=>
string(9) "Kosciecha"
["firma"]=>
NULL
["ulica"]=>
NULL
["kod_pocztowy"]=>
NULL
["city"]=>
string(5) "Torun"
["nip"]=>
NULL
["telefon"]=>
NULL
["avatar_url"]=>
string(23) "avatar-radek.monika.jpg"
["opis_moj"]=>
NULL
["opis_firmy"]=>
NULL
["opis_oferta"]=>
NULL
["podpis"]=>
NULL
["typ_dzialalnosci"]=>
NULL
["rodzaj_dzialalnosci"]=>
NULL
["created_at"]=>
string(19) "2019-12-04 10:29:06"
["updated_at"]=>
string(19) "2019-12-04 10:29:06"
}
["original":protected]=>
array(20) {
["id"]=>
int(48165)
["users_id"]=>
int(48166)
["regions_id"]=>
NULL
["firstname"]=>
string(5) "Radek"
["lastname"]=>
string(9) "Kosciecha"
["firma"]=>
NULL
["ulica"]=>
NULL
["kod_pocztowy"]=>
NULL
["city"]=>
string(5) "Torun"
["nip"]=>
NULL
["telefon"]=>
NULL
["avatar_url"]=>
string(23) "avatar-radek.monika.jpg"
["opis_moj"]=>
NULL
["opis_firmy"]=>
NULL
["opis_oferta"]=>
NULL
["podpis"]=>
NULL
["typ_dzialalnosci"]=>
NULL
["rodzaj_dzialalnosci"]=>
NULL
["created_at"]=>
string(19) "2019-12-04 10:29:06"
["updated_at"]=>
string(19) "2019-12-04 10:29:06"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
}
["touches":protected]=>
array(0) {
}
["timestamps"]=>
bool(true)
["visible":protected]=>
array(0) {
}
["guarded":protected]=>
array(1) {
[0]=>
string(1) "*"
}
["rememberTokenName":protected]=>
string(14) "remember_token"
}
["setting"]=>
object(App\Models\BlogSetting)#1040 (25) {
["table":protected]=>
string(19) "mb4b_blogs_settings"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(33) {
[0]=>
string(8) "blogs_id"
[1]=>
string(12) "templates_id"
[2]=>
string(10) "header_off"
[3]=>
string(6) "header"
[4]=>
string(10) "header_top"
[5]=>
string(11) "header_text"
[6]=>
string(17) "header_text_color"
[7]=>
string(16) "header_text_size"
[8]=>
string(19) "header_text_justify"
[9]=>
string(11) "header_font"
[10]=>
string(11) "header_bold"
[11]=>
string(13) "header_italic"
[12]=>
string(18) "kolor_glowny_tekst"
[13]=>
string(20) "kolor_zalogowany_tlo"
[14]=>
string(25) "kolor_zalogowany_tlo_boki"
[15]=>
string(17) "kolor_glowny_link"
[16]=>
string(18) "kolor_glowny_tytul"
[17]=>
string(16) "kolor_glowny_tlo"
[18]=>
string(16) "kolor_male_tekst"
[19]=>
string(17) "kolor_tytul_tekst"
[20]=>
string(10) "kolor_link"
[21]=>
string(11) "kolor_ramka"
[22]=>
string(15) "kolor_komentarz"
[23]=>
string(18) "kolor_obok_zdjecia"
[24]=>
string(11) "kolor_tresc"
[25]=>
string(14) "main_center_bg"
[26]=>
string(14) "main_header_bg"
[27]=>
string(3) "tlo"
[28]=>
string(10) "rodzaj_tla"
[29]=>
string(4) "font"
[30]=>
string(3) "swf"
[31]=>
string(28) "sortowanie_polecanych_linkow"
[32]=>
string(15) "wyswietl_koszty"
}
["dates"]=>
array(1) {
[0]=>
string(10) "updated_at"
}
["casts":protected]=>
array(6) {
["sortowanie_polecanych_linkow"]=>
string(7) "boolean"
["wyswietl_koszty"]=>
string(7) "boolean"
["swf"]=>
string(7) "boolean"
["header_off"]=>
string(7) "boolean"
["header_bold"]=>
string(7) "boolean"
["header_italic"]=>
string(7) "boolean"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(40) {
["id"]=>
int(52607)
["blogs_id"]=>
int(52607)
["templates_id"]=>
NULL
["header_off"]=>
int(0)
["header"]=>
NULL
["header_top"]=>
string(1) "0"
["header_text"]=>
NULL
["header_text_color"]=>
NULL
["header_text_size"]=>
NULL
["header_text_justify"]=>
NULL
["header_font"]=>
int(0)
["header_bold"]=>
int(0)
["header_italic"]=>
int(0)
["kolor_glowny_tekst"]=>
string(7) "#000000"
["kolor_zalogowany_tlo"]=>
string(7) "#FFFF99"
["kolor_zalogowany_tlo_boki"]=>
NULL
["kolor_glowny_link"]=>
string(7) "#000000"
["kolor_glowny_tytul"]=>
string(7) "#000000"
["kolor_glowny_tlo"]=>
string(7) "#FFFFFF"
["kolor_male_tekst"]=>
string(7) "#7D7D7D"
["kolor_tytul_tekst"]=>
string(7) "#FF0000"
["kolor_link"]=>
string(7) "#066CC0"
["kolor_ramka"]=>
string(7) "#AFAFAF"
["kolor_komentarz"]=>
string(7) "#DEDEDE"
["kolor_obok_zdjecia"]=>
NULL
["kolor_tresc"]=>
NULL
["main_center_bg"]=>
NULL
["main_header_bg"]=>
NULL
["tlo"]=>
NULL
["rodzaj_tla"]=>
int(0)
["font"]=>
int(5)
["swf"]=>
int(0)
["sortowanie_polecanych_linkow"]=>
int(0)
["wyswietl_koszty"]=>
int(1)
["ekspert_opis_wpisy"]=>
NULL
["ekspert_opis_artykuly"]=>
NULL
["ekspert_opis_pytania"]=>
NULL
["ekspert_opis_promocja"]=>
NULL
["ekspert_opis_konkurs"]=>
NULL
["updated_at"]=>
string(19) "2025-02-03 06:25:05"
}
["original":protected]=>
array(40) {
["id"]=>
int(52607)
["blogs_id"]=>
int(52607)
["templates_id"]=>
NULL
["header_off"]=>
int(0)
["header"]=>
NULL
["header_top"]=>
string(1) "0"
["header_text"]=>
NULL
["header_text_color"]=>
NULL
["header_text_size"]=>
NULL
["header_text_justify"]=>
NULL
["header_font"]=>
int(0)
["header_bold"]=>
int(0)
["header_italic"]=>
int(0)
["kolor_glowny_tekst"]=>
string(7) "#000000"
["kolor_zalogowany_tlo"]=>
string(7) "#FFFF99"
["kolor_zalogowany_tlo_boki"]=>
NULL
["kolor_glowny_link"]=>
string(7) "#000000"
["kolor_glowny_tytul"]=>
string(7) "#000000"
["kolor_glowny_tlo"]=>
string(7) "#FFFFFF"
["kolor_male_tekst"]=>
string(7) "#7D7D7D"
["kolor_tytul_tekst"]=>
string(7) "#FF0000"
["kolor_link"]=>
string(7) "#066CC0"
["kolor_ramka"]=>
string(7) "#AFAFAF"
["kolor_komentarz"]=>
string(7) "#DEDEDE"
["kolor_obok_zdjecia"]=>
NULL
["kolor_tresc"]=>
NULL
["main_center_bg"]=>
NULL
["main_header_bg"]=>
NULL
["tlo"]=>
NULL
["rodzaj_tla"]=>
int(0)
["font"]=>
int(5)
["swf"]=>
int(0)
["sortowanie_polecanych_linkow"]=>
int(0)
["wyswietl_koszty"]=>
int(1)
["ekspert_opis_wpisy"]=>
NULL
["ekspert_opis_artykuly"]=>
NULL
["ekspert_opis_pytania"]=>
NULL
["ekspert_opis_promocja"]=>
NULL
["ekspert_opis_konkurs"]=>
NULL
["updated_at"]=>
string(19) "2025-02-03 06:25:05"
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
["stat"]=>
object(App\Models\BlogStat)#993 (25) {
["table":protected]=>
string(16) "mb4b_blogs_stats"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(11) {
[0]=>
string(8) "blogs_id"
[1]=>
string(5) "posts"
[2]=>
string(10) "promotions"
[3]=>
string(8) "contests"
[4]=>
string(9) "questions"
[5]=>
string(8) "comments"
[6]=>
string(6) "visits"
[7]=>
string(9) "followers"
[8]=>
string(6) "photos"
[9]=>
string(5) "costs"
[10]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(11) {
["id"]=>
int(52607)
["blogs_id"]=>
int(52607)
["posts"]=>
int(32)
["articles"]=>
int(0)
["comments"]=>
int(36)
["visits"]=>
int(1851)
["followers"]=>
int(4)
["photos"]=>
int(47)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 10:29:06"
["updated_at"]=>
string(19) "2025-04-01 02:22:00"
}
["original":protected]=>
array(11) {
["id"]=>
int(52607)
["blogs_id"]=>
int(52607)
["posts"]=>
int(32)
["articles"]=>
int(0)
["comments"]=>
int(36)
["visits"]=>
int(1851)
["followers"]=>
int(4)
["photos"]=>
int(47)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 10:29:06"
["updated_at"]=>
string(19) "2025-04-01 02:22:00"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
["stats_m_desc"]=>
object(Illuminate\Database\Eloquent\Collection)#810 (1) {
["items":protected]=>
array(184) {
[0]=>
object(App\Models\BlogStatM)#809 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(3014855)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202401)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(53)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2024-01-02 09:15:28"
["updated_at"]=>
string(19) "2024-01-29 13:15:28"
}
["original":protected]=>
array(12) {
["id"]=>
int(3014855)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202401)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(53)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2024-01-02 09:15:28"
["updated_at"]=>
string(19) "2024-01-29 13:15:28"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[1]=>
object(App\Models\BlogStatM)#808 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2985238)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202312)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(45)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-12-02 01:15:51"
["updated_at"]=>
string(19) "2023-12-28 22:15:43"
}
["original":protected]=>
array(12) {
["id"]=>
int(2985238)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202312)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(45)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-12-02 01:15:51"
["updated_at"]=>
string(19) "2023-12-28 22:15:43"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[2]=>
object(App\Models\BlogStatM)#807 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2965745)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202311)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(54)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-11-02 02:13:46"
["updated_at"]=>
string(19) "2023-11-30 16:14:08"
}
["original":protected]=>
array(12) {
["id"]=>
int(2965745)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202311)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(54)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-11-02 02:13:46"
["updated_at"]=>
string(19) "2023-11-30 16:14:08"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[3]=>
object(App\Models\BlogStatM)#806 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2920197)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202310)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(25)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-10-02 00:04:50"
["updated_at"]=>
string(19) "2023-10-29 09:13:58"
}
["original":protected]=>
array(12) {
["id"]=>
int(2920197)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202310)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(25)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-10-02 00:04:50"
["updated_at"]=>
string(19) "2023-10-29 09:13:58"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[4]=>
object(App\Models\BlogStatM)#805 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2891969)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202309)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(104)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-09-02 00:05:56"
["updated_at"]=>
string(19) "2023-09-30 20:13:44"
}
["original":protected]=>
array(12) {
["id"]=>
int(2891969)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202309)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(104)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-09-02 00:05:56"
["updated_at"]=>
string(19) "2023-09-30 20:13:44"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[5]=>
object(App\Models\BlogStatM)#804 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2840364)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202308)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(32)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-08-02 00:04:20"
["updated_at"]=>
string(19) "2023-08-31 12:04:31"
}
["original":protected]=>
array(12) {
["id"]=>
int(2840364)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202308)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(32)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-08-02 00:04:20"
["updated_at"]=>
string(19) "2023-08-31 12:04:31"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[6]=>
object(App\Models\BlogStatM)#803 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2806654)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202307)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(11)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-07-03 23:13:23"
["updated_at"]=>
string(19) "2023-07-30 23:13:18"
}
["original":protected]=>
array(12) {
["id"]=>
int(2806654)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202307)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(11)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-07-03 23:13:23"
["updated_at"]=>
string(19) "2023-07-30 23:13:18"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[7]=>
object(App\Models\BlogStatM)#802 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2782537)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202306)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(18)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-06-12 00:03:06"
["updated_at"]=>
string(19) "2023-06-28 10:13:08"
}
["original":protected]=>
array(12) {
["id"]=>
int(2782537)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202306)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(18)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-06-12 00:03:06"
["updated_at"]=>
string(19) "2023-06-28 10:13:08"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[8]=>
object(App\Models\BlogStatM)#801 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2739194)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202305)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(15)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-05-04 07:13:02"
["updated_at"]=>
string(19) "2023-05-31 14:12:56"
}
["original":protected]=>
array(12) {
["id"]=>
int(2739194)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202305)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(15)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-05-04 07:13:02"
["updated_at"]=>
string(19) "2023-05-31 14:12:56"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[9]=>
object(App\Models\BlogStatM)#800 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2714697)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202304)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(12)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-04-06 07:13:02"
["updated_at"]=>
string(19) "2023-04-30 01:13:37"
}
["original":protected]=>
array(12) {
["id"]=>
int(2714697)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202304)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(12)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-04-06 07:13:02"
["updated_at"]=>
string(19) "2023-04-30 01:13:37"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[10]=>
object(App\Models\BlogStatM)#799 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2674979)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202303)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(10)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-03-03 22:13:22"
["updated_at"]=>
string(19) "2023-03-28 09:12:56"
}
["original":protected]=>
array(12) {
["id"]=>
int(2674979)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202303)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(10)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-03-03 22:13:22"
["updated_at"]=>
string(19) "2023-03-28 09:12:56"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[11]=>
object(App\Models\BlogStatM)#798 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2645493)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202302)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(24)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-02-05 11:12:44"
["updated_at"]=>
string(19) "2023-02-23 08:12:35"
}
["original":protected]=>
array(12) {
["id"]=>
int(2645493)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202302)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(24)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-02-05 11:12:44"
["updated_at"]=>
string(19) "2023-02-23 08:12:35"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[12]=>
object(App\Models\BlogStatM)#797 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2594955)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202212)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(21)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-12-12 06:12:18"
["updated_at"]=>
string(19) "2022-12-21 03:12:36"
}
["original":protected]=>
array(12) {
["id"]=>
int(2594955)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202212)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(21)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-12-12 06:12:18"
["updated_at"]=>
string(19) "2022-12-21 03:12:36"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[13]=>
object(App\Models\BlogStatM)#796 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2566569)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202211)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(2)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-11-06 04:13:00"
["updated_at"]=>
string(19) "2022-11-25 03:13:32"
}
["original":protected]=>
array(12) {
["id"]=>
int(2566569)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202211)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(2)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-11-06 04:13:00"
["updated_at"]=>
string(19) "2022-11-25 03:13:32"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[14]=>
object(App\Models\BlogStatM)#795 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2524976)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202210)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(24)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-10-04 06:12:04"
["updated_at"]=>
string(19) "2022-10-31 13:12:19"
}
["original":protected]=>
array(12) {
["id"]=>
int(2524976)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202210)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(24)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-10-04 06:12:04"
["updated_at"]=>
string(19) "2022-10-31 13:12:19"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[15]=>
object(App\Models\BlogStatM)#794 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2512440)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202209)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(41)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-09-16 04:15:14"
["updated_at"]=>
string(19) "2022-09-29 08:12:07"
}
["original":protected]=>
array(12) {
["id"]=>
int(2512440)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202209)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(41)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-09-16 04:15:14"
["updated_at"]=>
string(19) "2022-09-29 08:12:07"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[16]=>
object(App\Models\BlogStatM)#793 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2474237)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202208)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(2)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-08-21 09:12:26"
["updated_at"]=>
string(19) "2022-08-26 23:12:26"
}
["original":protected]=>
array(12) {
["id"]=>
int(2474237)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202208)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(2)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-08-21 09:12:26"
["updated_at"]=>
string(19) "2022-08-26 23:12:26"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[17]=>
object(App\Models\BlogStatM)#792 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2427458)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202207)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(65)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-07-03 05:11:56"
["updated_at"]=>
string(19) "2022-07-31 12:12:42"
}
["original":protected]=>
array(12) {
["id"]=>
int(2427458)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202207)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(65)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-07-03 05:11:56"
["updated_at"]=>
string(19) "2022-07-31 12:12:42"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[18]=>
object(App\Models\BlogStatM)#791 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2395217)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202206)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(27)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-06-02 00:02:37"
["updated_at"]=>
string(19) "2022-06-29 08:12:06"
}
["original":protected]=>
array(12) {
["id"]=>
int(2395217)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202206)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(27)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-06-02 00:02:37"
["updated_at"]=>
string(19) "2022-06-29 08:12:06"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[19]=>
object(App\Models\BlogStatM)#790 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2375812)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202205)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(2)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-05-02 21:11:52"
["updated_at"]=>
string(19) "2022-05-19 04:11:51"
}
["original":protected]=>
array(12) {
["id"]=>
int(2375812)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202205)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(2)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-05-02 21:11:52"
["updated_at"]=>
string(19) "2022-05-19 04:11:51"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[20]=>
object(App\Models\BlogStatM)#789 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2358307)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202204)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(26)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-04-08 04:12:06"
["updated_at"]=>
string(19) "2022-04-19 08:11:45"
}
["original":protected]=>
array(12) {
["id"]=>
int(2358307)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202204)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(26)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-04-08 04:12:06"
["updated_at"]=>
string(19) "2022-04-19 08:11:45"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[21]=>
object(App\Models\BlogStatM)#788 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2335813)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202203)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(65)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-03-18 06:11:39"
["updated_at"]=>
string(19) "2022-03-28 09:12:13"
}
["original":protected]=>
array(12) {
["id"]=>
int(2335813)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202203)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(65)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-03-18 06:11:39"
["updated_at"]=>
string(19) "2022-03-28 09:12:13"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[22]=>
object(App\Models\BlogStatM)#787 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2300621)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202202)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(4)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-02-05 16:11:33"
["updated_at"]=>
string(19) "2022-02-21 10:11:45"
}
["original":protected]=>
array(12) {
["id"]=>
int(2300621)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202202)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(4)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-02-05 16:11:33"
["updated_at"]=>
string(19) "2022-02-21 10:11:45"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[23]=>
object(App\Models\BlogStatM)#786 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2278632)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202201)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(2)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-01-12 10:11:38"
["updated_at"]=>
string(19) "2022-01-14 21:11:40"
}
["original":protected]=>
array(12) {
["id"]=>
int(2278632)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202201)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(2)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-01-12 10:11:38"
["updated_at"]=>
string(19) "2022-01-14 21:11:40"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[24]=>
object(App\Models\BlogStatM)#785 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2244564)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202111)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(1)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-11-03 15:11:24"
["updated_at"]=>
string(19) "2021-11-03 15:11:24"
}
["original":protected]=>
array(12) {
["id"]=>
int(2244564)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202111)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(1)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-11-03 15:11:24"
["updated_at"]=>
string(19) "2021-11-03 15:11:24"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[25]=>
object(App\Models\BlogStatM)#784 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2204619)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202110)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(5)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-10-02 00:11:49"
["updated_at"]=>
string(19) "2021-10-21 20:11:20"
}
["original":protected]=>
array(12) {
["id"]=>
int(2204619)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202110)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(5)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-10-02 00:11:49"
["updated_at"]=>
string(19) "2021-10-21 20:11:20"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[26]=>
object(App\Models\BlogStatM)#783 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2194221)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202109)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(15)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-09-12 14:11:15"
["updated_at"]=>
string(19) "2021-09-30 20:11:39"
}
["original":protected]=>
array(12) {
["id"]=>
int(2194221)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202109)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(15)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-09-12 14:11:15"
["updated_at"]=>
string(19) "2021-09-30 20:11:39"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[27]=>
object(App\Models\BlogStatM)#782 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2142089)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202108)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(11)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-08-02 00:11:25"
["updated_at"]=>
string(19) "2021-08-02 10:11:33"
}
["original":protected]=>
array(12) {
["id"]=>
int(2142089)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202108)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(11)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-08-02 00:11:25"
["updated_at"]=>
string(19) "2021-08-02 10:11:33"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[28]=>
object(App\Models\BlogStatM)#781 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2138284)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202107)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(1)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-07-31 08:11:10"
["updated_at"]=>
string(19) "2021-07-31 08:11:10"
}
["original":protected]=>
array(12) {
["id"]=>
int(2138284)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202107)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(1)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-07-31 08:11:10"
["updated_at"]=>
string(19) "2021-07-31 08:11:10"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[29]=>
object(App\Models\BlogStatM)#780 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2099290)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202106)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(30)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-06-06 09:11:00"
["updated_at"]=>
string(19) "2021-06-21 19:11:27"
}
["original":protected]=>
array(12) {
["id"]=>
int(2099290)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202106)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(30)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-06-06 09:11:00"
["updated_at"]=>
string(19) "2021-06-21 19:11:27"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[30]=>
object(App\Models\BlogStatM)#779 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2071164)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202105)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(1)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-05-27 21:11:15"
["updated_at"]=>
string(19) "2021-05-27 21:11:15"
}
["original":protected]=>
array(12) {
["id"]=>
int(2071164)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202105)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(1)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-05-27 21:11:15"
["updated_at"]=>
string(19) "2021-05-27 21:11:15"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[31]=>
object(App\Models\BlogStatM)#778 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2031542)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202104)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(3)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-04-08 18:11:02"
["updated_at"]=>
string(19) "2021-04-18 17:10:55"
}
["original":protected]=>
array(12) {
["id"]=>
int(2031542)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202104)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(3)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-04-08 18:11:02"
["updated_at"]=>
string(19) "2021-04-18 17:10:55"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[32]=>
object(App\Models\BlogStatM)#777 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1954019)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202102)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(1)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-02-02 11:10:44"
["updated_at"]=>
string(19) "2021-02-02 11:10:44"
}
["original":protected]=>
array(12) {
["id"]=>
int(1954019)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202102)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(1)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-02-02 11:10:44"
["updated_at"]=>
string(19) "2021-02-02 11:10:44"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[33]=>
object(App\Models\BlogStatM)#776 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1921848)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202101)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(3)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-01-02 03:10:43"
["updated_at"]=>
string(19) "2021-01-12 19:10:46"
}
["original":protected]=>
array(12) {
["id"]=>
int(1921848)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202101)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(3)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-01-02 03:10:43"
["updated_at"]=>
string(19) "2021-01-12 19:10:46"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[34]=>
object(App\Models\BlogStatM)#775 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1903870)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202012)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(1)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-12-23 07:10:41"
["updated_at"]=>
string(19) "2020-12-23 07:10:41"
}
["original":protected]=>
array(12) {
["id"]=>
int(1903870)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202012)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(1)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-12-23 07:10:41"
["updated_at"]=>
string(19) "2020-12-23 07:10:41"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[35]=>
object(App\Models\BlogStatM)#774 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1817122)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202010)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(2)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-10-02 00:10:38"
["updated_at"]=>
string(19) "2020-10-26 14:10:43"
}
["original":protected]=>
array(12) {
["id"]=>
int(1817122)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202010)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(2)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-10-02 00:10:38"
["updated_at"]=>
string(19) "2020-10-26 14:10:43"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[36]=>
object(App\Models\BlogStatM)#773 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1785457)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202009)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(19)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-09-02 00:10:41"
["updated_at"]=>
string(19) "2020-09-15 17:10:38"
}
["original":protected]=>
array(12) {
["id"]=>
int(1785457)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202009)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(19)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-09-02 00:10:41"
["updated_at"]=>
string(19) "2020-09-15 17:10:38"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[37]=>
object(App\Models\BlogStatM)#772 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1770812)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202008)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(58)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-08-08 19:10:28"
["updated_at"]=>
string(19) "2020-08-31 11:10:35"
}
["original":protected]=>
array(12) {
["id"]=>
int(1770812)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202008)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(58)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-08-08 19:10:28"
["updated_at"]=>
string(19) "2020-08-31 11:10:35"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[38]=>
object(App\Models\BlogStatM)#771 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1733441)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202007)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(4)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-07-05 02:10:23"
["updated_at"]=>
string(19) "2020-07-30 06:10:26"
}
["original":protected]=>
array(12) {
["id"]=>
int(1733441)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202007)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(4)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-07-05 02:10:23"
["updated_at"]=>
string(19) "2020-07-30 06:10:26"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[39]=>
object(App\Models\BlogStatM)#770 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1700651)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202006)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(9)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-06-02 18:10:22"
["updated_at"]=>
string(19) "2020-06-29 22:10:26"
}
["original":protected]=>
array(12) {
["id"]=>
int(1700651)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202006)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(9)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-06-02 18:10:22"
["updated_at"]=>
string(19) "2020-06-29 22:10:26"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[40]=>
object(App\Models\BlogStatM)#769 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1679419)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202005)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(17)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-05-06 21:10:25"
["updated_at"]=>
string(19) "2020-05-30 20:10:27"
}
["original":protected]=>
array(12) {
["id"]=>
int(1679419)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202005)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(17)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-05-06 21:10:25"
["updated_at"]=>
string(19) "2020-05-30 20:10:27"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[41]=>
object(App\Models\BlogStatM)#768 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1645238)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202004)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(8)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-04-05 02:10:17"
["updated_at"]=>
string(19) "2020-04-29 14:10:23"
}
["original":protected]=>
array(12) {
["id"]=>
int(1645238)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202004)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(8)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-04-05 02:10:17"
["updated_at"]=>
string(19) "2020-04-29 14:10:23"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[42]=>
object(App\Models\BlogStatM)#767 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1615911)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202003)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(69)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-03-03 15:10:14"
["updated_at"]=>
string(19) "2020-03-23 16:10:17"
}
["original":protected]=>
array(12) {
["id"]=>
int(1615911)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202003)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(69)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-03-03 15:10:14"
["updated_at"]=>
string(19) "2020-03-23 16:10:17"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[43]=>
object(App\Models\BlogStatM)#766 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1599402)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202002)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(14)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-02-17 12:10:14"
["updated_at"]=>
string(19) "2020-02-29 04:10:15"
}
["original":protected]=>
array(12) {
["id"]=>
int(1599402)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202002)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(14)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-02-17 12:10:14"
["updated_at"]=>
string(19) "2020-02-29 04:10:15"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[44]=>
object(App\Models\BlogStatM)#765 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1560914)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202001)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(70)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-01-02 07:28:07"
["updated_at"]=>
string(19) "2020-01-28 03:10:14"
}
["original":protected]=>
array(12) {
["id"]=>
int(1560914)
["blogs_id"]=>
int(52607)
["ym"]=>
int(202001)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(70)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-01-02 07:28:07"
["updated_at"]=>
string(19) "2020-01-28 03:10:14"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[45]=>
object(App\Models\BlogStatM)#764 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1540352)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201912)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(16)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 11:07:23"
["updated_at"]=>
string(19) "2020-01-01 03:15:11"
}
["original":protected]=>
array(12) {
["id"]=>
int(1540352)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201912)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(16)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 11:07:23"
["updated_at"]=>
string(19) "2020-01-01 03:15:11"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[46]=>
object(App\Models\BlogStatM)#763 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1509010)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201911)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(58)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 11:06:06"
["updated_at"]=>
string(19) "2019-12-05 11:06:06"
}
["original":protected]=>
array(12) {
["id"]=>
int(1509010)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201911)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(58)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 11:06:06"
["updated_at"]=>
string(19) "2019-12-05 11:06:06"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[47]=>
object(App\Models\BlogStatM)#762 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1477627)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201910)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(54)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 11:04:21"
["updated_at"]=>
string(19) "2019-12-05 11:04:21"
}
["original":protected]=>
array(12) {
["id"]=>
int(1477627)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201910)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(54)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 11:04:21"
["updated_at"]=>
string(19) "2019-12-05 11:04:21"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[48]=>
object(App\Models\BlogStatM)#761 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1449294)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201909)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(65)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 11:02:54"
["updated_at"]=>
string(19) "2019-12-05 11:02:54"
}
["original":protected]=>
array(12) {
["id"]=>
int(1449294)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201909)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(65)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 11:02:54"
["updated_at"]=>
string(19) "2019-12-05 11:02:54"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[49]=>
object(App\Models\BlogStatM)#760 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1422932)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201908)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(93)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 11:01:53"
["updated_at"]=>
string(19) "2019-12-05 11:01:53"
}
["original":protected]=>
array(12) {
["id"]=>
int(1422932)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201908)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(93)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 11:01:53"
["updated_at"]=>
string(19) "2019-12-05 11:01:53"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[50]=>
object(App\Models\BlogStatM)#759 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1407814)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201907)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(80)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 11:01:23"
["updated_at"]=>
string(19) "2019-12-05 11:01:23"
}
["original":protected]=>
array(12) {
["id"]=>
int(1407814)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201907)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(80)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 11:01:23"
["updated_at"]=>
string(19) "2019-12-05 11:01:23"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[51]=>
object(App\Models\BlogStatM)#758 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1371144)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201906)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(55)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:59:21"
["updated_at"]=>
string(19) "2019-12-05 10:59:21"
}
["original":protected]=>
array(12) {
["id"]=>
int(1371144)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201906)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(55)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:59:21"
["updated_at"]=>
string(19) "2019-12-05 10:59:21"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[52]=>
object(App\Models\BlogStatM)#757 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1343889)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201905)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(296)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:57:55"
["updated_at"]=>
string(19) "2019-12-05 10:57:55"
}
["original":protected]=>
array(12) {
["id"]=>
int(1343889)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201905)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(296)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:57:55"
["updated_at"]=>
string(19) "2019-12-05 10:57:55"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[53]=>
object(App\Models\BlogStatM)#756 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1320075)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201904)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(288)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:57:15"
["updated_at"]=>
string(19) "2019-12-05 10:57:15"
}
["original":protected]=>
array(12) {
["id"]=>
int(1320075)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201904)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(288)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:57:15"
["updated_at"]=>
string(19) "2019-12-05 10:57:15"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[54]=>
object(App\Models\BlogStatM)#755 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1296620)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201903)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(102)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:56:12"
["updated_at"]=>
string(19) "2019-12-05 10:56:12"
}
["original":protected]=>
array(12) {
["id"]=>
int(1296620)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201903)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(102)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:56:12"
["updated_at"]=>
string(19) "2019-12-05 10:56:12"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[55]=>
object(App\Models\BlogStatM)#754 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1262601)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201902)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(87)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:54:39"
["updated_at"]=>
string(19) "2019-12-05 10:54:39"
}
["original":protected]=>
array(12) {
["id"]=>
int(1262601)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201902)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(87)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:54:39"
["updated_at"]=>
string(19) "2019-12-05 10:54:39"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[56]=>
object(App\Models\BlogStatM)#753 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1240073)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201901)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(98)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:52:37"
["updated_at"]=>
string(19) "2019-12-05 10:52:37"
}
["original":protected]=>
array(12) {
["id"]=>
int(1240073)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201901)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(98)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:52:37"
["updated_at"]=>
string(19) "2019-12-05 10:52:37"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[57]=>
object(App\Models\BlogStatM)#752 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1218770)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201812)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(91)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:51:41"
["updated_at"]=>
string(19) "2019-12-05 10:51:41"
}
["original":protected]=>
array(12) {
["id"]=>
int(1218770)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201812)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(91)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:51:41"
["updated_at"]=>
string(19) "2019-12-05 10:51:41"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[58]=>
object(App\Models\BlogStatM)#751 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1193740)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201811)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(71)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:50:45"
["updated_at"]=>
string(19) "2019-12-05 10:50:45"
}
["original":protected]=>
array(12) {
["id"]=>
int(1193740)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201811)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(71)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:50:45"
["updated_at"]=>
string(19) "2019-12-05 10:50:45"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[59]=>
object(App\Models\BlogStatM)#750 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1167746)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201810)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(72)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:49:23"
["updated_at"]=>
string(19) "2019-12-05 10:49:23"
}
["original":protected]=>
array(12) {
["id"]=>
int(1167746)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201810)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(72)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:49:23"
["updated_at"]=>
string(19) "2019-12-05 10:49:23"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[60]=>
object(App\Models\BlogStatM)#749 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1144524)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201809)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(67)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:47:56"
["updated_at"]=>
string(19) "2019-12-05 10:47:56"
}
["original":protected]=>
array(12) {
["id"]=>
int(1144524)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201809)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(67)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:47:56"
["updated_at"]=>
string(19) "2019-12-05 10:47:56"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[61]=>
object(App\Models\BlogStatM)#748 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1127004)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201808)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(53)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:47:15"
["updated_at"]=>
string(19) "2019-12-05 10:47:15"
}
["original":protected]=>
array(12) {
["id"]=>
int(1127004)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201808)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(53)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:47:15"
["updated_at"]=>
string(19) "2019-12-05 10:47:15"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[62]=>
object(App\Models\BlogStatM)#747 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1102582)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201807)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(91)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:46:19"
["updated_at"]=>
string(19) "2019-12-05 10:46:19"
}
["original":protected]=>
array(12) {
["id"]=>
int(1102582)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201807)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(91)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:46:19"
["updated_at"]=>
string(19) "2019-12-05 10:46:19"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[63]=>
object(App\Models\BlogStatM)#746 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1080489)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201806)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(68)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:45:17"
["updated_at"]=>
string(19) "2019-12-05 10:45:17"
}
["original":protected]=>
array(12) {
["id"]=>
int(1080489)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201806)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(68)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:45:17"
["updated_at"]=>
string(19) "2019-12-05 10:45:17"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[64]=>
object(App\Models\BlogStatM)#745 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1062898)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201805)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(143)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:44:28"
["updated_at"]=>
string(19) "2019-12-05 10:44:28"
}
["original":protected]=>
array(12) {
["id"]=>
int(1062898)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201805)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(143)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:44:28"
["updated_at"]=>
string(19) "2019-12-05 10:44:28"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[65]=>
object(App\Models\BlogStatM)#744 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1040192)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201804)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(137)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:43:34"
["updated_at"]=>
string(19) "2019-12-05 10:43:34"
}
["original":protected]=>
array(12) {
["id"]=>
int(1040192)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201804)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(137)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:43:34"
["updated_at"]=>
string(19) "2019-12-05 10:43:34"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[66]=>
object(App\Models\BlogStatM)#743 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1015239)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201803)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(328)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:42:16"
["updated_at"]=>
string(19) "2019-12-05 10:42:16"
}
["original":protected]=>
array(12) {
["id"]=>
int(1015239)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201803)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(328)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:42:16"
["updated_at"]=>
string(19) "2019-12-05 10:42:16"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[67]=>
object(App\Models\BlogStatM)#742 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(993134)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201802)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(196)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:41:12"
["updated_at"]=>
string(19) "2019-12-05 10:41:12"
}
["original":protected]=>
array(12) {
["id"]=>
int(993134)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201802)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(196)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:41:12"
["updated_at"]=>
string(19) "2019-12-05 10:41:12"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[68]=>
object(App\Models\BlogStatM)#741 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(968032)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201801)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(173)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:40:21"
["updated_at"]=>
string(19) "2019-12-05 10:40:21"
}
["original":protected]=>
array(12) {
["id"]=>
int(968032)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201801)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(173)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:40:21"
["updated_at"]=>
string(19) "2019-12-05 10:40:21"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[69]=>
object(App\Models\BlogStatM)#737 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(951048)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201712)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(188)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:39:37"
["updated_at"]=>
string(19) "2019-12-05 10:39:37"
}
["original":protected]=>
array(12) {
["id"]=>
int(951048)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201712)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(188)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:39:37"
["updated_at"]=>
string(19) "2019-12-05 10:39:37"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[70]=>
object(App\Models\BlogStatM)#736 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(921246)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201711)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(185)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:38:32"
["updated_at"]=>
string(19) "2019-12-05 10:38:32"
}
["original":protected]=>
array(12) {
["id"]=>
int(921246)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201711)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(185)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:38:32"
["updated_at"]=>
string(19) "2019-12-05 10:38:32"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[71]=>
object(App\Models\BlogStatM)#735 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(901786)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201710)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(241)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:37:40"
["updated_at"]=>
string(19) "2019-12-05 10:37:40"
}
["original":protected]=>
array(12) {
["id"]=>
int(901786)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201710)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(241)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:37:40"
["updated_at"]=>
string(19) "2019-12-05 10:37:40"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[72]=>
object(App\Models\BlogStatM)#734 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(881197)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201709)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(218)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:36:55"
["updated_at"]=>
string(19) "2019-12-05 10:36:55"
}
["original":protected]=>
array(12) {
["id"]=>
int(881197)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201709)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(218)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:36:55"
["updated_at"]=>
string(19) "2019-12-05 10:36:55"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[73]=>
object(App\Models\BlogStatM)#733 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(860588)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201708)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(216)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:36:02"
["updated_at"]=>
string(19) "2019-12-05 10:36:02"
}
["original":protected]=>
array(12) {
["id"]=>
int(860588)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201708)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(216)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:36:02"
["updated_at"]=>
string(19) "2019-12-05 10:36:02"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[74]=>
object(App\Models\BlogStatM)#732 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(841460)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201707)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(283)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:35:17"
["updated_at"]=>
string(19) "2019-12-05 10:35:17"
}
["original":protected]=>
array(12) {
["id"]=>
int(841460)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201707)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(283)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:35:17"
["updated_at"]=>
string(19) "2019-12-05 10:35:17"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[75]=>
object(App\Models\BlogStatM)#731 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(826041)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201706)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(308)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:34:39"
["updated_at"]=>
string(19) "2019-12-05 10:34:39"
}
["original":protected]=>
array(12) {
["id"]=>
int(826041)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201706)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(308)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:34:39"
["updated_at"]=>
string(19) "2019-12-05 10:34:39"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[76]=>
object(App\Models\BlogStatM)#730 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(808421)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201705)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(376)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:33:58"
["updated_at"]=>
string(19) "2019-12-05 10:33:58"
}
["original":protected]=>
array(12) {
["id"]=>
int(808421)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201705)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(376)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:33:58"
["updated_at"]=>
string(19) "2019-12-05 10:33:58"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[77]=>
object(App\Models\BlogStatM)#729 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(791230)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201704)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(177)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:33:12"
["updated_at"]=>
string(19) "2019-12-05 10:33:12"
}
["original":protected]=>
array(12) {
["id"]=>
int(791230)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201704)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(177)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:33:12"
["updated_at"]=>
string(19) "2019-12-05 10:33:12"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[78]=>
object(App\Models\BlogStatM)#728 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(776967)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201703)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(137)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:32:55"
["updated_at"]=>
string(19) "2019-12-05 10:32:55"
}
["original":protected]=>
array(12) {
["id"]=>
int(776967)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201703)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(137)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:32:55"
["updated_at"]=>
string(19) "2019-12-05 10:32:55"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[79]=>
object(App\Models\BlogStatM)#727 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(760081)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201702)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(88)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:32:02"
["updated_at"]=>
string(19) "2019-12-05 10:32:02"
}
["original":protected]=>
array(12) {
["id"]=>
int(760081)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201702)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(88)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:32:02"
["updated_at"]=>
string(19) "2019-12-05 10:32:02"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[80]=>
object(App\Models\BlogStatM)#726 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(743051)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201701)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(201)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:31:22"
["updated_at"]=>
string(19) "2019-12-05 10:31:22"
}
["original":protected]=>
array(12) {
["id"]=>
int(743051)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201701)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(201)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:31:22"
["updated_at"]=>
string(19) "2019-12-05 10:31:22"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[81]=>
object(App\Models\BlogStatM)#725 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(729295)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201612)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(308)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:30:47"
["updated_at"]=>
string(19) "2019-12-05 10:30:47"
}
["original":protected]=>
array(12) {
["id"]=>
int(729295)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201612)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(308)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:30:47"
["updated_at"]=>
string(19) "2019-12-05 10:30:47"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[82]=>
object(App\Models\BlogStatM)#724 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(714502)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201611)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(223)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:30:06"
["updated_at"]=>
string(19) "2019-12-05 10:30:06"
}
["original":protected]=>
array(12) {
["id"]=>
int(714502)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201611)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(223)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:30:06"
["updated_at"]=>
string(19) "2019-12-05 10:30:06"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[83]=>
object(App\Models\BlogStatM)#723 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(700059)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201610)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(319)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:29:12"
["updated_at"]=>
string(19) "2019-12-05 10:29:12"
}
["original":protected]=>
array(12) {
["id"]=>
int(700059)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201610)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(319)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:29:12"
["updated_at"]=>
string(19) "2019-12-05 10:29:12"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[84]=>
object(App\Models\BlogStatM)#722 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(687126)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201609)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(125)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:28:57"
["updated_at"]=>
string(19) "2019-12-05 10:28:57"
}
["original":protected]=>
array(12) {
["id"]=>
int(687126)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201609)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(125)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:28:57"
["updated_at"]=>
string(19) "2019-12-05 10:28:57"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[85]=>
object(App\Models\BlogStatM)#721 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(672238)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201608)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(195)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:28:14"
["updated_at"]=>
string(19) "2019-12-05 10:28:14"
}
["original":protected]=>
array(12) {
["id"]=>
int(672238)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201608)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(195)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:28:14"
["updated_at"]=>
string(19) "2019-12-05 10:28:14"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[86]=>
object(App\Models\BlogStatM)#720 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(660800)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201607)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(149)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:27:40"
["updated_at"]=>
string(19) "2019-12-05 10:27:40"
}
["original":protected]=>
array(12) {
["id"]=>
int(660800)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201607)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(149)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:27:40"
["updated_at"]=>
string(19) "2019-12-05 10:27:40"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[87]=>
object(App\Models\BlogStatM)#719 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(646746)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201606)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(158)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:26:22"
["updated_at"]=>
string(19) "2019-12-05 10:26:22"
}
["original":protected]=>
array(12) {
["id"]=>
int(646746)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201606)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(158)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:26:22"
["updated_at"]=>
string(19) "2019-12-05 10:26:22"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[88]=>
object(App\Models\BlogStatM)#718 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(634816)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201605)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(144)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:26:09"
["updated_at"]=>
string(19) "2019-12-05 10:26:09"
}
["original":protected]=>
array(12) {
["id"]=>
int(634816)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201605)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(144)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:26:09"
["updated_at"]=>
string(19) "2019-12-05 10:26:09"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[89]=>
object(App\Models\BlogStatM)#717 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(623755)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201604)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(177)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:23:10"
["updated_at"]=>
string(19) "2019-12-05 10:23:10"
}
["original":protected]=>
array(12) {
["id"]=>
int(623755)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201604)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(177)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:23:10"
["updated_at"]=>
string(19) "2019-12-05 10:23:10"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[90]=>
object(App\Models\BlogStatM)#716 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(612992)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201603)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(170)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:22:42"
["updated_at"]=>
string(19) "2019-12-05 10:22:42"
}
["original":protected]=>
array(12) {
["id"]=>
int(612992)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201603)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(170)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:22:42"
["updated_at"]=>
string(19) "2019-12-05 10:22:42"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[91]=>
object(App\Models\BlogStatM)#715 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(598831)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201602)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(206)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:21:09"
["updated_at"]=>
string(19) "2019-12-05 10:21:09"
}
["original":protected]=>
array(12) {
["id"]=>
int(598831)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201602)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(206)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:21:09"
["updated_at"]=>
string(19) "2019-12-05 10:21:09"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[92]=>
object(App\Models\BlogStatM)#714 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(585862)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201601)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(195)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:20:53"
["updated_at"]=>
string(19) "2019-12-05 10:20:53"
}
["original":protected]=>
array(12) {
["id"]=>
int(585862)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201601)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(195)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:20:53"
["updated_at"]=>
string(19) "2019-12-05 10:20:53"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[93]=>
object(App\Models\BlogStatM)#713 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(574347)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201512)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(204)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:19:47"
["updated_at"]=>
string(19) "2019-12-05 10:19:47"
}
["original":protected]=>
array(12) {
["id"]=>
int(574347)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201512)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(204)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:19:47"
["updated_at"]=>
string(19) "2019-12-05 10:19:47"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[94]=>
object(App\Models\BlogStatM)#712 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(564708)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201511)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(135)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:18:56"
["updated_at"]=>
string(19) "2019-12-05 10:18:56"
}
["original":protected]=>
array(12) {
["id"]=>
int(564708)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201511)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(135)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:18:56"
["updated_at"]=>
string(19) "2019-12-05 10:18:56"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[95]=>
object(App\Models\BlogStatM)#711 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(554959)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201510)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(132)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:18:44"
["updated_at"]=>
string(19) "2019-12-05 10:18:44"
}
["original":protected]=>
array(12) {
["id"]=>
int(554959)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201510)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(132)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:18:44"
["updated_at"]=>
string(19) "2019-12-05 10:18:44"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[96]=>
object(App\Models\BlogStatM)#710 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(543562)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201509)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(120)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:18:07"
["updated_at"]=>
string(19) "2019-12-05 10:18:07"
}
["original":protected]=>
array(12) {
["id"]=>
int(543562)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201509)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(120)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:18:07"
["updated_at"]=>
string(19) "2019-12-05 10:18:07"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[97]=>
object(App\Models\BlogStatM)#709 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(533102)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201508)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(163)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:17:55"
["updated_at"]=>
string(19) "2019-12-05 10:17:55"
}
["original":protected]=>
array(12) {
["id"]=>
int(533102)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201508)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(163)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:17:55"
["updated_at"]=>
string(19) "2019-12-05 10:17:55"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[98]=>
object(App\Models\BlogStatM)#708 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(522185)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201507)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(153)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:17:14"
["updated_at"]=>
string(19) "2019-12-05 10:17:14"
}
["original":protected]=>
array(12) {
["id"]=>
int(522185)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201507)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(153)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:17:14"
["updated_at"]=>
string(19) "2019-12-05 10:17:14"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[99]=>
object(App\Models\BlogStatM)#707 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(513134)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201506)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(131)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:16:37"
["updated_at"]=>
string(19) "2019-12-05 10:16:37"
}
["original":protected]=>
array(12) {
["id"]=>
int(513134)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201506)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(131)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:16:37"
["updated_at"]=>
string(19) "2019-12-05 10:16:37"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[100]=>
object(App\Models\BlogStatM)#706 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(504907)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201505)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(172)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:16:28"
["updated_at"]=>
string(19) "2019-12-05 10:16:28"
}
["original":protected]=>
array(12) {
["id"]=>
int(504907)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201505)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(172)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:16:28"
["updated_at"]=>
string(19) "2019-12-05 10:16:28"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[101]=>
object(App\Models\BlogStatM)#705 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(493206)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201504)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(152)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:15:54"
["updated_at"]=>
string(19) "2019-12-05 10:15:54"
}
["original":protected]=>
array(12) {
["id"]=>
int(493206)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201504)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(152)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:15:54"
["updated_at"]=>
string(19) "2019-12-05 10:15:54"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[102]=>
object(App\Models\BlogStatM)#704 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(481764)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201503)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(114)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:15:41"
["updated_at"]=>
string(19) "2019-12-05 10:15:41"
}
["original":protected]=>
array(12) {
["id"]=>
int(481764)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201503)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(114)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:15:41"
["updated_at"]=>
string(19) "2019-12-05 10:15:41"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[103]=>
object(App\Models\BlogStatM)#703 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(473844)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201502)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(107)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:15:15"
["updated_at"]=>
string(19) "2019-12-05 10:15:15"
}
["original":protected]=>
array(12) {
["id"]=>
int(473844)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201502)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(107)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:15:15"
["updated_at"]=>
string(19) "2019-12-05 10:15:15"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[104]=>
object(App\Models\BlogStatM)#702 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(463394)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201501)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(193)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:15:05"
["updated_at"]=>
string(19) "2019-12-05 10:15:05"
}
["original":protected]=>
array(12) {
["id"]=>
int(463394)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201501)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(193)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:15:05"
["updated_at"]=>
string(19) "2019-12-05 10:15:05"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[105]=>
object(App\Models\BlogStatM)#701 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(452045)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201412)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(105)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:14:47"
["updated_at"]=>
string(19) "2019-12-05 10:14:47"
}
["original":protected]=>
array(12) {
["id"]=>
int(452045)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201412)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(105)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:14:47"
["updated_at"]=>
string(19) "2019-12-05 10:14:47"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[106]=>
object(App\Models\BlogStatM)#700 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(445395)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201411)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(111)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:14:41"
["updated_at"]=>
string(19) "2019-12-05 10:14:41"
}
["original":protected]=>
array(12) {
["id"]=>
int(445395)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201411)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(111)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:14:41"
["updated_at"]=>
string(19) "2019-12-05 10:14:41"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[107]=>
object(App\Models\BlogStatM)#699 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(432382)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201410)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(174)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:02:13"
["updated_at"]=>
string(19) "2019-12-05 10:02:13"
}
["original":protected]=>
array(12) {
["id"]=>
int(432382)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201410)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(174)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:02:13"
["updated_at"]=>
string(19) "2019-12-05 10:02:13"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[108]=>
object(App\Models\BlogStatM)#698 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(423199)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201409)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(164)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:00:16"
["updated_at"]=>
string(19) "2019-12-05 10:00:16"
}
["original":protected]=>
array(12) {
["id"]=>
int(423199)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201409)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(164)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:00:16"
["updated_at"]=>
string(19) "2019-12-05 10:00:16"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[109]=>
object(App\Models\BlogStatM)#697 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(415807)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201408)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(175)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:00:09"
["updated_at"]=>
string(19) "2019-12-05 10:00:09"
}
["original":protected]=>
array(12) {
["id"]=>
int(415807)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201408)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(175)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:00:09"
["updated_at"]=>
string(19) "2019-12-05 10:00:09"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[110]=>
object(App\Models\BlogStatM)#696 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(406221)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201407)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(214)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:59:24"
["updated_at"]=>
string(19) "2019-12-05 09:59:24"
}
["original":protected]=>
array(12) {
["id"]=>
int(406221)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201407)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(214)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:59:24"
["updated_at"]=>
string(19) "2019-12-05 09:59:24"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[111]=>
object(App\Models\BlogStatM)#695 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(396665)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201406)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(211)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:59:14"
["updated_at"]=>
string(19) "2019-12-05 09:59:14"
}
["original":protected]=>
array(12) {
["id"]=>
int(396665)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201406)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(211)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:59:14"
["updated_at"]=>
string(19) "2019-12-05 09:59:14"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[112]=>
object(App\Models\BlogStatM)#694 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(387347)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201405)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(282)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:58:09"
["updated_at"]=>
string(19) "2019-12-05 09:58:09"
}
["original":protected]=>
array(12) {
["id"]=>
int(387347)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201405)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(282)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:58:09"
["updated_at"]=>
string(19) "2019-12-05 09:58:09"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[113]=>
object(App\Models\BlogStatM)#693 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(379819)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201404)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(251)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:58:00"
["updated_at"]=>
string(19) "2019-12-05 09:58:00"
}
["original":protected]=>
array(12) {
["id"]=>
int(379819)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201404)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(251)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:58:00"
["updated_at"]=>
string(19) "2019-12-05 09:58:00"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[114]=>
object(App\Models\BlogStatM)#692 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(373066)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201403)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(262)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:57:51"
["updated_at"]=>
string(19) "2019-12-05 09:57:51"
}
["original":protected]=>
array(12) {
["id"]=>
int(373066)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201403)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(262)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:57:51"
["updated_at"]=>
string(19) "2019-12-05 09:57:51"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[115]=>
object(App\Models\BlogStatM)#691 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(363317)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201402)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(263)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:57:30"
["updated_at"]=>
string(19) "2019-12-05 09:57:30"
}
["original":protected]=>
array(12) {
["id"]=>
int(363317)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201402)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(263)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:57:30"
["updated_at"]=>
string(19) "2019-12-05 09:57:30"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[116]=>
object(App\Models\BlogStatM)#690 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(354876)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201401)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(201)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:56:35"
["updated_at"]=>
string(19) "2019-12-05 09:56:35"
}
["original":protected]=>
array(12) {
["id"]=>
int(354876)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201401)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(201)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:56:35"
["updated_at"]=>
string(19) "2019-12-05 09:56:35"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[117]=>
object(App\Models\BlogStatM)#689 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(347513)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201312)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(355)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:56:28"
["updated_at"]=>
string(19) "2019-12-05 09:56:28"
}
["original":protected]=>
array(12) {
["id"]=>
int(347513)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201312)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(355)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:56:28"
["updated_at"]=>
string(19) "2019-12-05 09:56:28"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[118]=>
object(App\Models\BlogStatM)#688 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(82793)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201311)
["posts"]=>
int(4)
["articles"]=>
int(0)
["comments"]=>
int(2)
["visits"]=>
int(2420)
["followers"]=>
int(2)
["photos"]=>
int(6)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 16:14:33"
["updated_at"]=>
string(19) "2019-12-05 09:56:21"
}
["original":protected]=>
array(12) {
["id"]=>
int(82793)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201311)
["posts"]=>
int(4)
["articles"]=>
int(0)
["comments"]=>
int(2)
["visits"]=>
int(2420)
["followers"]=>
int(2)
["photos"]=>
int(6)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 16:14:33"
["updated_at"]=>
string(19) "2019-12-05 09:56:21"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[119]=>
object(App\Models\BlogStatM)#687 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(332870)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201310)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(678)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:55:52"
["updated_at"]=>
string(19) "2019-12-05 09:55:52"
}
["original":protected]=>
array(12) {
["id"]=>
int(332870)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201310)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(678)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:55:52"
["updated_at"]=>
string(19) "2019-12-05 09:55:52"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[120]=>
object(App\Models\BlogStatM)#686 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(324598)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201309)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(355)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:55:44"
["updated_at"]=>
string(19) "2019-12-05 09:55:44"
}
["original":protected]=>
array(12) {
["id"]=>
int(324598)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201309)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(355)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:55:44"
["updated_at"]=>
string(19) "2019-12-05 09:55:44"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[121]=>
object(App\Models\BlogStatM)#685 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(318984)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201308)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(252)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:52:30"
["updated_at"]=>
string(19) "2019-12-05 09:52:30"
}
["original":protected]=>
array(12) {
["id"]=>
int(318984)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201308)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(252)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:52:30"
["updated_at"]=>
string(19) "2019-12-05 09:52:30"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[122]=>
object(App\Models\BlogStatM)#684 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(311565)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201307)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(346)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:52:23"
["updated_at"]=>
string(19) "2019-12-05 09:52:23"
}
["original":protected]=>
array(12) {
["id"]=>
int(311565)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201307)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(346)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:52:23"
["updated_at"]=>
string(19) "2019-12-05 09:52:23"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[123]=>
object(App\Models\BlogStatM)#683 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(304095)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201306)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(195)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:51:52"
["updated_at"]=>
string(19) "2019-12-05 09:51:52"
}
["original":protected]=>
array(12) {
["id"]=>
int(304095)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201306)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(195)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:51:52"
["updated_at"]=>
string(19) "2019-12-05 09:51:52"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[124]=>
object(App\Models\BlogStatM)#682 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(297666)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201305)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(701)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:51:45"
["updated_at"]=>
string(19) "2019-12-05 09:51:45"
}
["original":protected]=>
array(12) {
["id"]=>
int(297666)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201305)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(701)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:51:45"
["updated_at"]=>
string(19) "2019-12-05 09:51:45"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[125]=>
object(App\Models\BlogStatM)#681 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(291166)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201304)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(256)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:51:39"
["updated_at"]=>
string(19) "2019-12-05 09:51:39"
}
["original":protected]=>
array(12) {
["id"]=>
int(291166)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201304)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(256)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:51:39"
["updated_at"]=>
string(19) "2019-12-05 09:51:39"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[126]=>
object(App\Models\BlogStatM)#680 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(286333)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201303)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(523)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:51:16"
["updated_at"]=>
string(19) "2019-12-05 09:51:16"
}
["original":protected]=>
array(12) {
["id"]=>
int(286333)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201303)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(523)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:51:16"
["updated_at"]=>
string(19) "2019-12-05 09:51:16"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[127]=>
object(App\Models\BlogStatM)#679 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(279166)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201302)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(1155)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:51:08"
["updated_at"]=>
string(19) "2019-12-05 09:51:08"
}
["original":protected]=>
array(12) {
["id"]=>
int(279166)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201302)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(1155)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:51:08"
["updated_at"]=>
string(19) "2019-12-05 09:51:08"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[128]=>
object(App\Models\BlogStatM)#678 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(273306)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201301)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(294)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:50:42"
["updated_at"]=>
string(19) "2019-12-05 09:50:42"
}
["original":protected]=>
array(12) {
["id"]=>
int(273306)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201301)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(294)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:50:42"
["updated_at"]=>
string(19) "2019-12-05 09:50:42"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[129]=>
object(App\Models\BlogStatM)#677 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(267878)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201212)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(279)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:50:02"
["updated_at"]=>
string(19) "2019-12-05 09:50:02"
}
["original":protected]=>
array(12) {
["id"]=>
int(267878)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201212)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(279)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:50:02"
["updated_at"]=>
string(19) "2019-12-05 09:50:02"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[130]=>
object(App\Models\BlogStatM)#676 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(262377)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201211)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(363)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:49:56"
["updated_at"]=>
string(19) "2019-12-05 09:49:56"
}
["original":protected]=>
array(12) {
["id"]=>
int(262377)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201211)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(363)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 09:49:56"
["updated_at"]=>
string(19) "2019-12-05 09:49:56"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[131]=>
object(App\Models\BlogStatM)#675 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(141616)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201210)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(289)
["followers"]=>
int(1)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 06:59:45"
["updated_at"]=>
string(19) "2019-12-05 09:49:29"
}
["original":protected]=>
array(12) {
["id"]=>
int(141616)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201210)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(289)
["followers"]=>
int(1)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 06:59:45"
["updated_at"]=>
string(19) "2019-12-05 09:49:29"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[132]=>
object(App\Models\BlogStatM)#674 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(253530)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201209)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(238)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 08:07:20"
["updated_at"]=>
string(19) "2019-12-05 08:07:20"
}
["original":protected]=>
array(12) {
["id"]=>
int(253530)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201209)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(238)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 08:07:20"
["updated_at"]=>
string(19) "2019-12-05 08:07:20"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[133]=>
object(App\Models\BlogStatM)#673 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(248166)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201208)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(297)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 08:07:14"
["updated_at"]=>
string(19) "2019-12-05 08:07:14"
}
["original":protected]=>
array(12) {
["id"]=>
int(248166)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201208)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(297)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 08:07:14"
["updated_at"]=>
string(19) "2019-12-05 08:07:14"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[134]=>
object(App\Models\BlogStatM)#672 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(75812)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201207)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(3)
["visits"]=>
int(423)
["followers"]=>
int(0)
["photos"]=>
int(4)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 15:09:38"
["updated_at"]=>
string(19) "2019-12-05 08:06:49"
}
["original":protected]=>
array(12) {
["id"]=>
int(75812)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201207)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(3)
["visits"]=>
int(423)
["followers"]=>
int(0)
["photos"]=>
int(4)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 15:09:38"
["updated_at"]=>
string(19) "2019-12-05 08:06:49"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[135]=>
object(App\Models\BlogStatM)#671 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(240703)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201206)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(386)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 08:06:45"
["updated_at"]=>
string(19) "2019-12-05 08:06:45"
}
["original":protected]=>
array(12) {
["id"]=>
int(240703)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201206)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(386)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 08:06:45"
["updated_at"]=>
string(19) "2019-12-05 08:06:45"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[136]=>
object(App\Models\BlogStatM)#670 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(236289)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201205)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(322)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 08:06:18"
["updated_at"]=>
string(19) "2019-12-05 08:06:18"
}
["original":protected]=>
array(12) {
["id"]=>
int(236289)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201205)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(322)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 08:06:18"
["updated_at"]=>
string(19) "2019-12-05 08:06:18"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[137]=>
object(App\Models\BlogStatM)#669 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(70122)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201204)
["posts"]=>
int(2)
["articles"]=>
int(0)
["comments"]=>
int(9)
["visits"]=>
int(880)
["followers"]=>
int(1)
["photos"]=>
int(4)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 15:05:34"
["updated_at"]=>
string(19) "2019-12-05 08:06:14"
}
["original":protected]=>
array(12) {
["id"]=>
int(70122)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201204)
["posts"]=>
int(2)
["articles"]=>
int(0)
["comments"]=>
int(9)
["visits"]=>
int(880)
["followers"]=>
int(1)
["photos"]=>
int(4)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 15:05:34"
["updated_at"]=>
string(19) "2019-12-05 08:06:14"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[138]=>
object(App\Models\BlogStatM)#668 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(229408)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201203)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(528)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:13:02"
["updated_at"]=>
string(19) "2019-12-05 07:13:02"
}
["original":protected]=>
array(12) {
["id"]=>
int(229408)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201203)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(528)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:13:02"
["updated_at"]=>
string(19) "2019-12-05 07:13:02"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[139]=>
object(App\Models\BlogStatM)#667 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(226173)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201202)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(256)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:12:58"
["updated_at"]=>
string(19) "2019-12-05 07:12:58"
}
["original":protected]=>
array(12) {
["id"]=>
int(226173)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201202)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(256)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:12:58"
["updated_at"]=>
string(19) "2019-12-05 07:12:58"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[140]=>
object(App\Models\BlogStatM)#666 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(222931)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201201)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(530)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:12:55"
["updated_at"]=>
string(19) "2019-12-05 07:12:55"
}
["original":protected]=>
array(12) {
["id"]=>
int(222931)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201201)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(530)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:12:55"
["updated_at"]=>
string(19) "2019-12-05 07:12:55"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[141]=>
object(App\Models\BlogStatM)#665 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(220107)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201112)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(434)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:12:31"
["updated_at"]=>
string(19) "2019-12-05 07:12:31"
}
["original":protected]=>
array(12) {
["id"]=>
int(220107)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201112)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(434)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:12:31"
["updated_at"]=>
string(19) "2019-12-05 07:12:31"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[142]=>
object(App\Models\BlogStatM)#664 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(217758)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201111)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(218)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:12:28"
["updated_at"]=>
string(19) "2019-12-05 07:12:28"
}
["original":protected]=>
array(12) {
["id"]=>
int(217758)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201111)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(218)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:12:28"
["updated_at"]=>
string(19) "2019-12-05 07:12:28"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[143]=>
object(App\Models\BlogStatM)#663 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(215141)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201110)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(279)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:12:24"
["updated_at"]=>
string(19) "2019-12-05 07:12:24"
}
["original":protected]=>
array(12) {
["id"]=>
int(215141)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201110)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(279)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:12:24"
["updated_at"]=>
string(19) "2019-12-05 07:12:24"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[144]=>
object(App\Models\BlogStatM)#662 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(211798)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201109)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(450)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:12:08"
["updated_at"]=>
string(19) "2019-12-05 07:12:08"
}
["original":protected]=>
array(12) {
["id"]=>
int(211798)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201109)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(450)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:12:08"
["updated_at"]=>
string(19) "2019-12-05 07:12:08"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[145]=>
object(App\Models\BlogStatM)#661 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(208727)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201108)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(174)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:12:05"
["updated_at"]=>
string(19) "2019-12-05 07:12:05"
}
["original":protected]=>
array(12) {
["id"]=>
int(208727)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201108)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(174)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:12:05"
["updated_at"]=>
string(19) "2019-12-05 07:12:05"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[146]=>
object(App\Models\BlogStatM)#660 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(206781)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201107)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(214)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:12:02"
["updated_at"]=>
string(19) "2019-12-05 07:12:02"
}
["original":protected]=>
array(12) {
["id"]=>
int(206781)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201107)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(214)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:12:02"
["updated_at"]=>
string(19) "2019-12-05 07:12:02"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[147]=>
object(App\Models\BlogStatM)#659 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(203962)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201106)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(568)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:11:36"
["updated_at"]=>
string(19) "2019-12-05 07:11:36"
}
["original":protected]=>
array(12) {
["id"]=>
int(203962)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201106)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(568)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:11:36"
["updated_at"]=>
string(19) "2019-12-05 07:11:36"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[148]=>
object(App\Models\BlogStatM)#658 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(201714)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201105)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(572)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:11:34"
["updated_at"]=>
string(19) "2019-12-05 07:11:34"
}
["original":protected]=>
array(12) {
["id"]=>
int(201714)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201105)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(572)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:11:34"
["updated_at"]=>
string(19) "2019-12-05 07:11:34"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[149]=>
object(App\Models\BlogStatM)#657 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(199262)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201104)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(484)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:11:31"
["updated_at"]=>
string(19) "2019-12-05 07:11:31"
}
["original":protected]=>
array(12) {
["id"]=>
int(199262)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201104)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(484)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:11:31"
["updated_at"]=>
string(19) "2019-12-05 07:11:31"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[150]=>
object(App\Models\BlogStatM)#656 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(197079)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201103)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(512)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:57"
["updated_at"]=>
string(19) "2019-12-05 07:10:57"
}
["original":protected]=>
array(12) {
["id"]=>
int(197079)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201103)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(512)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:57"
["updated_at"]=>
string(19) "2019-12-05 07:10:57"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[151]=>
object(App\Models\BlogStatM)#655 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(195735)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201102)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(520)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:56"
["updated_at"]=>
string(19) "2019-12-05 07:10:56"
}
["original":protected]=>
array(12) {
["id"]=>
int(195735)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201102)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(520)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:56"
["updated_at"]=>
string(19) "2019-12-05 07:10:56"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[152]=>
object(App\Models\BlogStatM)#654 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(193402)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201101)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(729)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:53"
["updated_at"]=>
string(19) "2019-12-05 07:10:53"
}
["original":protected]=>
array(12) {
["id"]=>
int(193402)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201101)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(729)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:53"
["updated_at"]=>
string(19) "2019-12-05 07:10:53"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[153]=>
object(App\Models\BlogStatM)#653 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(191455)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201012)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(489)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:50"
["updated_at"]=>
string(19) "2019-12-05 07:10:50"
}
["original":protected]=>
array(12) {
["id"]=>
int(191455)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201012)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(489)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:50"
["updated_at"]=>
string(19) "2019-12-05 07:10:50"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[154]=>
object(App\Models\BlogStatM)#652 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(189840)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201011)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(678)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:38"
["updated_at"]=>
string(19) "2019-12-05 07:10:38"
}
["original":protected]=>
array(12) {
["id"]=>
int(189840)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201011)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(678)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:38"
["updated_at"]=>
string(19) "2019-12-05 07:10:38"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[155]=>
object(App\Models\BlogStatM)#651 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(67307)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201010)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(919)
["followers"]=>
int(0)
["photos"]=>
int(4)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 15:04:31"
["updated_at"]=>
string(19) "2019-12-05 07:10:36"
}
["original":protected]=>
array(12) {
["id"]=>
int(67307)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201010)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(919)
["followers"]=>
int(0)
["photos"]=>
int(4)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 15:04:31"
["updated_at"]=>
string(19) "2019-12-05 07:10:36"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[156]=>
object(App\Models\BlogStatM)#650 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(66953)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201009)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(701)
["followers"]=>
int(0)
["photos"]=>
int(2)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 15:03:34"
["updated_at"]=>
string(19) "2019-12-05 07:10:35"
}
["original":protected]=>
array(12) {
["id"]=>
int(66953)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201009)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(701)
["followers"]=>
int(0)
["photos"]=>
int(2)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 15:03:34"
["updated_at"]=>
string(19) "2019-12-05 07:10:35"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[157]=>
object(App\Models\BlogStatM)#649 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(185124)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201008)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(626)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:32"
["updated_at"]=>
string(19) "2019-12-05 07:10:32"
}
["original":protected]=>
array(12) {
["id"]=>
int(185124)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201008)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(626)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:32"
["updated_at"]=>
string(19) "2019-12-05 07:10:32"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[158]=>
object(App\Models\BlogStatM)#648 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(183693)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201007)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(489)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:12"
["updated_at"]=>
string(19) "2019-12-05 07:10:12"
}
["original":protected]=>
array(12) {
["id"]=>
int(183693)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201007)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(489)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:12"
["updated_at"]=>
string(19) "2019-12-05 07:10:12"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[159]=>
object(App\Models\BlogStatM)#647 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(66220)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201006)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(1)
["visits"]=>
int(454)
["followers"]=>
int(0)
["photos"]=>
int(2)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 15:03:29"
["updated_at"]=>
string(19) "2019-12-05 07:10:12"
}
["original":protected]=>
array(12) {
["id"]=>
int(66220)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201006)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(1)
["visits"]=>
int(454)
["followers"]=>
int(0)
["photos"]=>
int(2)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 15:03:29"
["updated_at"]=>
string(19) "2019-12-05 07:10:12"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[160]=>
object(App\Models\BlogStatM)#646 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(65868)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201005)
["posts"]=>
int(4)
["articles"]=>
int(0)
["comments"]=>
int(2)
["visits"]=>
int(858)
["followers"]=>
int(0)
["photos"]=>
int(5)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 15:03:26"
["updated_at"]=>
string(19) "2019-12-05 07:10:10"
}
["original":protected]=>
array(12) {
["id"]=>
int(65868)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201005)
["posts"]=>
int(4)
["articles"]=>
int(0)
["comments"]=>
int(2)
["visits"]=>
int(858)
["followers"]=>
int(0)
["photos"]=>
int(5)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 15:03:26"
["updated_at"]=>
string(19) "2019-12-05 07:10:10"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[161]=>
object(App\Models\BlogStatM)#645 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(181261)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201004)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(243)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:10"
["updated_at"]=>
string(19) "2019-12-05 07:10:10"
}
["original":protected]=>
array(12) {
["id"]=>
int(181261)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201004)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(243)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:10"
["updated_at"]=>
string(19) "2019-12-05 07:10:10"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[162]=>
object(App\Models\BlogStatM)#644 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(180622)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201003)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(333)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:09"
["updated_at"]=>
string(19) "2019-12-05 07:10:09"
}
["original":protected]=>
array(12) {
["id"]=>
int(180622)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201003)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(333)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:09"
["updated_at"]=>
string(19) "2019-12-05 07:10:09"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[163]=>
object(App\Models\BlogStatM)#643 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(179783)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201002)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(344)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:08"
["updated_at"]=>
string(19) "2019-12-05 07:10:08"
}
["original":protected]=>
array(12) {
["id"]=>
int(179783)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201002)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(344)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:08"
["updated_at"]=>
string(19) "2019-12-05 07:10:08"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[164]=>
object(App\Models\BlogStatM)#642 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(178883)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201001)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(421)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:07"
["updated_at"]=>
string(19) "2019-12-05 07:10:07"
}
["original":protected]=>
array(12) {
["id"]=>
int(178883)
["blogs_id"]=>
int(52607)
["ym"]=>
int(201001)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(421)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:07"
["updated_at"]=>
string(19) "2019-12-05 07:10:07"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[165]=>
object(App\Models\BlogStatM)#641 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(178317)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200912)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(443)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:06"
["updated_at"]=>
string(19) "2019-12-05 07:10:06"
}
["original":protected]=>
array(12) {
["id"]=>
int(178317)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200912)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(443)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:06"
["updated_at"]=>
string(19) "2019-12-05 07:10:06"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[166]=>
object(App\Models\BlogStatM)#640 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(64584)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200911)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(4)
["visits"]=>
int(532)
["followers"]=>
int(0)
["photos"]=>
int(5)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 15:02:19"
["updated_at"]=>
string(19) "2019-12-05 07:10:05"
}
["original":protected]=>
array(12) {
["id"]=>
int(64584)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200911)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(4)
["visits"]=>
int(532)
["followers"]=>
int(0)
["photos"]=>
int(5)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 15:02:19"
["updated_at"]=>
string(19) "2019-12-05 07:10:05"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[167]=>
object(App\Models\BlogStatM)#639 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(177475)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200910)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(475)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:04"
["updated_at"]=>
string(19) "2019-12-05 07:10:04"
}
["original":protected]=>
array(12) {
["id"]=>
int(177475)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200910)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(475)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:10:04"
["updated_at"]=>
string(19) "2019-12-05 07:10:04"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[168]=>
object(App\Models\BlogStatM)#638 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(176764)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200909)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(396)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:46"
["updated_at"]=>
string(19) "2019-12-05 07:09:46"
}
["original":protected]=>
array(12) {
["id"]=>
int(176764)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200909)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(396)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:46"
["updated_at"]=>
string(19) "2019-12-05 07:09:46"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[169]=>
object(App\Models\BlogStatM)#637 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(176330)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200908)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(331)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:46"
["updated_at"]=>
string(19) "2019-12-05 07:09:46"
}
["original":protected]=>
array(12) {
["id"]=>
int(176330)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200908)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(331)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:46"
["updated_at"]=>
string(19) "2019-12-05 07:09:46"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[170]=>
object(App\Models\BlogStatM)#636 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(175748)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200907)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(377)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:44"
["updated_at"]=>
string(19) "2019-12-05 07:09:44"
}
["original":protected]=>
array(12) {
["id"]=>
int(175748)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200907)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(377)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:44"
["updated_at"]=>
string(19) "2019-12-05 07:09:44"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[171]=>
object(App\Models\BlogStatM)#635 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(175487)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200906)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(447)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:44"
["updated_at"]=>
string(19) "2019-12-05 07:09:44"
}
["original":protected]=>
array(12) {
["id"]=>
int(175487)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200906)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(447)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:44"
["updated_at"]=>
string(19) "2019-12-05 07:09:44"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[172]=>
object(App\Models\BlogStatM)#634 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(175089)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200905)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(453)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:43"
["updated_at"]=>
string(19) "2019-12-05 07:09:43"
}
["original":protected]=>
array(12) {
["id"]=>
int(175089)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200905)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(453)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:43"
["updated_at"]=>
string(19) "2019-12-05 07:09:43"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[173]=>
object(App\Models\BlogStatM)#633 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(63194)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200904)
["posts"]=>
int(2)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(470)
["followers"]=>
int(0)
["photos"]=>
int(2)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 14:57:00"
["updated_at"]=>
string(19) "2019-12-05 07:09:42"
}
["original":protected]=>
array(12) {
["id"]=>
int(63194)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200904)
["posts"]=>
int(2)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(470)
["followers"]=>
int(0)
["photos"]=>
int(2)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 14:57:00"
["updated_at"]=>
string(19) "2019-12-05 07:09:42"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[174]=>
object(App\Models\BlogStatM)#632 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(174034)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200903)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(422)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:42"
["updated_at"]=>
string(19) "2019-12-05 07:09:42"
}
["original":protected]=>
array(12) {
["id"]=>
int(174034)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200903)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(422)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:42"
["updated_at"]=>
string(19) "2019-12-05 07:09:42"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[175]=>
object(App\Models\BlogStatM)#631 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(173639)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200902)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(379)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:41"
["updated_at"]=>
string(19) "2019-12-05 07:09:41"
}
["original":protected]=>
array(12) {
["id"]=>
int(173639)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200902)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(379)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:41"
["updated_at"]=>
string(19) "2019-12-05 07:09:41"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[176]=>
object(App\Models\BlogStatM)#630 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(173240)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200901)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(365)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:41"
["updated_at"]=>
string(19) "2019-12-05 07:09:41"
}
["original":protected]=>
array(12) {
["id"]=>
int(173240)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200901)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(365)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:41"
["updated_at"]=>
string(19) "2019-12-05 07:09:41"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[177]=>
object(App\Models\BlogStatM)#629 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(172916)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200812)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(324)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:40"
["updated_at"]=>
string(19) "2019-12-05 07:09:40"
}
["original":protected]=>
array(12) {
["id"]=>
int(172916)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200812)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(324)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:40"
["updated_at"]=>
string(19) "2019-12-05 07:09:40"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[178]=>
object(App\Models\BlogStatM)#628 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(118419)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200811)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(1)
["visits"]=>
int(339)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 18:41:47"
["updated_at"]=>
string(19) "2019-12-05 07:09:40"
}
["original":protected]=>
array(12) {
["id"]=>
int(118419)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200811)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(1)
["visits"]=>
int(339)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 18:41:47"
["updated_at"]=>
string(19) "2019-12-05 07:09:40"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[179]=>
object(App\Models\BlogStatM)#627 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(172241)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200810)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(454)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:39"
["updated_at"]=>
string(19) "2019-12-05 07:09:39"
}
["original":protected]=>
array(12) {
["id"]=>
int(172241)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200810)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(454)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:39"
["updated_at"]=>
string(19) "2019-12-05 07:09:39"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[180]=>
object(App\Models\BlogStatM)#626 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(172051)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200809)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(506)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:39"
["updated_at"]=>
string(19) "2019-12-05 07:09:39"
}
["original":protected]=>
array(12) {
["id"]=>
int(172051)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200809)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(506)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 07:09:39"
["updated_at"]=>
string(19) "2019-12-05 07:09:39"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[181]=>
object(App\Models\BlogStatM)#625 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(118318)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200808)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(3)
["visits"]=>
int(692)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 18:41:45"
["updated_at"]=>
string(19) "2019-12-05 07:09:39"
}
["original":protected]=>
array(12) {
["id"]=>
int(118318)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200808)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(3)
["visits"]=>
int(692)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 18:41:45"
["updated_at"]=>
string(19) "2019-12-05 07:09:39"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[182]=>
object(App\Models\BlogStatM)#624 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(62393)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200807)
["posts"]=>
int(6)
["articles"]=>
int(0)
["comments"]=>
int(12)
["visits"]=>
int(922)
["followers"]=>
int(0)
["photos"]=>
int(5)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 14:54:10"
["updated_at"]=>
string(19) "2019-12-05 07:09:38"
}
["original":protected]=>
array(12) {
["id"]=>
int(62393)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200807)
["posts"]=>
int(6)
["articles"]=>
int(0)
["comments"]=>
int(12)
["visits"]=>
int(922)
["followers"]=>
int(0)
["photos"]=>
int(5)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 14:54:10"
["updated_at"]=>
string(19) "2019-12-05 07:09:38"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[183]=>
object(App\Models\BlogStatM)#623 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(62388)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200806)
["posts"]=>
int(9)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(14)
["followers"]=>
int(0)
["photos"]=>
int(8)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 14:54:10"
["updated_at"]=>
string(19) "2019-12-05 07:09:38"
}
["original":protected]=>
array(12) {
["id"]=>
int(62388)
["blogs_id"]=>
int(52607)
["ym"]=>
int(200806)
["posts"]=>
int(9)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(14)
["followers"]=>
int(0)
["photos"]=>
int(8)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 14:54:10"
["updated_at"]=>
string(19) "2019-12-05 07:09:38"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
}
}
["online"]=>
object(Illuminate\Database\Eloquent\Collection)#814 (1) {
["items":protected]=>
array(0) {
}
}
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
Komentarze