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 use
Clazz
or specific phrases, for example,SchoolClass
,ElementClass
.I would consider using
Classes
which is a plural ofClass