if (filter_var($row['user_id'], FILTER_VALIDATE_INT) && $row['user_id'] > 0) {
                $Author = new User($row['user_id']);
                $data['author']['id'] = $Author->id;
                $data['author']['username'] = $Author->username;
                $data['author']['realname'] = $Author->real_name;