문제

I'm running an application with Symfony1/ Doctrine1. Is there a simple way to trim all spaces either end of single line input fields? I'm using largely default fields and default admin modules.

도움이 되었습니까?

해결책

By default, all validators in symfony1.4 have a disabled trim option. You can enable it by passing it to true, see here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top