0
ビューまたはブレード内に学校名とその生徒数を表示するのが難しいです。私はschools
とstudents
の2つのテーブルを持っています 私はその学校からの学生の数を表示する必要があります。 学校テーブル:school_id
、school_name
、lat
、lng
学生テーブル:STUDENT_ID、FNAME、LNAME、BDAY、私は雄弁hasMany
関係ビュー内のグループ名とカウントを表示
[name of school1] : [count of students]
[name of school2] : [count of students]
[name of school3] : [count of students]
[name of school4] : [count of students]
のようなものを表示したい
をschool_id
どんな助力も高く評価されます。お使いのコントローラでよく
のようにそれを試してみますか? http://stackoverflow.com/help/how-to-askを見てください。 – PVitt