Well, i'm having a hard time to define class name for model "Class". In PHP we can't define like this:
class Class {
//function
}
As i learned that model naming is singular nouns.
Does anyone have any good suggestions for this case?
Thank you very much.
Top comments (2)
I would consider using
Classeswhich is a plural ofClassI would use
Clazzor specific phrases, for example,SchoolClass,ElementClass.