SyntaxFix
Write A Post
Hire A Developer
Questions
I've found something which is working, it can save lives !
private $userList = array(); $userList = User::fetchAll(); // now $userList is an array of User objects foreach ($userList as $user) { $user instanceof User; echo $user->getName(); }