Can we use different field name than the database column name in cakephp2?
For example:
The database has user_name, email, pass, etc.
now I want to use this in Form with the name like
user_name as name ,
email as email
pass as password
Can anyone help me for this, It is Cakephp 2