static function getByEmail($email) { if ($result = \Idno\Core\Idno::site()->db()->getObjects(get_called_class(), array('email' => $email), null, 1)) { foreach ($result as $row) { return $row; }