如何运行查询并在laravel背包中显示结果?

时间:2018-12-08 20:28:14

标签: php mysql laravel backpack-for-laravel

我有3张桌子。

Table Student : id , name 
Table question : id , question , choice1,choice2, correctChoice,questionPoint
Table StudentAnswer: id, student_id,question_id,choice

我想根据他们的答案来衡量学生的分数,并在背包拉拉维尔的学生姓名右侧显示结果。是否有可能,并且在laravel背包中有办法吗? 我知道我可以使用查询来测量学生分数,但是我想知道如何在laravel背包中显示结果? 对于可扩展站点,最佳解决方案是什么? 谢谢

1 个答案:

答案 0 :(得分:0)

只要您不需要按该计算出的属性对表格进行排序,我建议您使用学生模型上的函数来返回点基。

然后,您可以使用背包中的model_function列类型显示该功能-https://backpackforlaravel.com/docs/3.5/crud-columns#model_function