Hello
I have an existing PHP/MySQL application that I want to convert over to CakePHP. Unfortuaintly I can not change the column names and they do not follow the CakePHP standard.
For example: One of the table names is called "user" and its not plural. The primary key is called "user_id" instead of "id". The creation date is called 'generated' instead of "created", ect...
I was hoping there would be a way to define aliases for table names and fields in the CakePHP model but I can't seem to find it. Any suggestions?
Thank you for your time