将值列附加到json / array中

php
阅读 39 收藏 0 点赞 0 评论 0

Reply.php
//in model Reply.php

protected $appends = ['favoritesCount'];


//so when data are being called from this model, element favoritesCount are included in the json/array


//another example from stackoverflow

class User extends Eloquent {
 protected $appends = array('status');

    public function getStatusAttribute() {
      return 'someStatus';
   }
}
评论列表


问题


面经


文章

微信
公众号

扫码关注公众号