Habr
β
How to become an author
My feed
All streams
Search
Write a publication
Settings
Login
Pull to refresh
0
0
@gultaj
User
Follow
Send message
Profile
Articles
Posts
News
Comments
1
More
Dropdown
Bookmarks
69
Followers
Following
1
Copy RSS link
Настройка Laravel relationships — подсчет комментариев (вольный перевод)
gultaj
May 27 2016 at 18:26
Вместо
array_key_exists('commentsCount', $this->relations)
можно писать
$this->relationLoaded('commentsCount')
Information
Rating
Does not participate
Registered
August 18 2013
Activity
July 16 at 13:33
array_key_exists('commentsCount', $this->relations)
можно писать
$this->relationLoaded('commentsCount')