From d6aba19fc5b8d163085e995a568c53fd970da154 Mon Sep 17 00:00:00 2001 From: xamgore <xamgore@ya.ru> Date: Wed, 18 Mar 2015 05:28:03 +0300 Subject: [PATCH] todo list about student model --- ~dev_rating/application/classes/Model/Student.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/~dev_rating/application/classes/Model/Student.php b/~dev_rating/application/classes/Model/Student.php index d76e998f8..abaa1cdb3 100644 --- a/~dev_rating/application/classes/Model/Student.php +++ b/~dev_rating/application/classes/Model/Student.php @@ -2,4 +2,9 @@ class Model_Student extends Model { + /* + * TODO: + * a wrapper around `view_students` table + * see GetStudents, SearchStudents procedures. + */ } -- GitLab