Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 symfony 的新手,目前我正在 symfony2 中做一个项目,但我无法理解表单生成器,而且在 symfony2 中它也很复杂。是否需要使用表单生成器,我们不能在树枝中使用普通的 html 吗?
您不必使用表单组件。如果你不这样做,你显然是自己编写原生 HTML 表单。
如果您更喜欢以这种方式编写表单,我认为您不应该使用 Symfony,而应该使用像 Silex 这样的轻量级框架(基于 Symfony 组件)。