标签: laravel
/** * The accessors to append to the model's array form. * * @var array */ protected $appends = ['likes'];
我已将此$appends添加到laravel中的模型中。 我想获取此附加字段的总和。 我怎样才能做到这一点? 感谢您的宝贵时间。
$appends
答案 0 :(得分:0)
不能完全确定问题是什么,但是在编程时我更喜欢在计算时使用BC Math库。
希望这会有所帮助。