bumcheekcity

joined 2 years ago
[โ€“] bumcheekcity 1 points 2 years ago (1 children)

What is it about them that's a concern? Some specific use my your coworker that seems nonstandard?

[โ€“] bumcheekcity 1 points 2 years ago (3 children)

Laravel definitely uses a lot of static method calls. We use User::find($userID) to pick out a user and the Eloquent ORM uses static calls in the form User::where('name', 'Jim')->where('age', '>', 20)->get() etc.