Exemplo n.º 1
0
	public static function getMyEmail() {
		if (User_Model_User::getMyId()) {
			return $_SESSION['user']['email'];
		}
	}