I am pretty a green hand in CakePHP programming, I have a question on FormHelper usage -
If we use FormHelper at View, it will output some HTML codes and all these codes are defined in CakePHP (I think). The question is, all these codes are not as same as the HTML Template I already had, so I need to change HTML Template including html and css to comply to FormHelper convention. For me, it's a lot works.
I am wondering, when I started to make a website, commonly I will get all templates from the designer, but the designer make all html themselves and they don't know CakePHP convention at all, so how can I make all templates easier applied to CakePHP?
Customize FormHelper html template? Or just abandon them?