Cakephp Model Relationship

Please how can i get the information of a user, I have a blog in which a user hasMany Comment, in the comment model, i have a user_id column, so now, I want to get the username of the user that commented.

How can I achieve this?

Your Help will be appreciated.