Posts by Joyce • 41 points
2 posts
-
4
votes1
answer2143
viewsA: Database modeling helps you!
When modeling tables in a relational database should begin by trying not to repeat the information in different tables by making use of the relations. For example there is a table…
-
0
votes1
answer214
viewsA: Call to Undefined method Memberstatus::all()
It’s hard to be sure what the problem is, but I believe it might be to have two classes with the same name (MemberStatus). You may be trying to call the method all() in class MemberStatus extends…