0

到目前为止,我一直在关注 cd_collection 教程,但意识到我无法以后端用户友好的方式实现我的模块。基本上我需要三个可以自行编辑的表格:

tl_elementType

包含元素的所有可能类型(名称、tstamp 和 id)

tl_elementManufacturer

包含元素的制造商(名称、tstamp 和 id)

tl_elements

包含名称、类型和制造商作为参考。在后端,我希望这些显示为下拉菜单。

我是否必须为每个表制作模块,或者我可以以某种方式添加带有模块链接的平面页面?

谢谢!

4

2 回答 2

0

对于其他有此问题的人:我建议使用两个而不是三个表。使用第一个来保存您最顶层的类别,并使用后者来存储他们的孩子。它会让你有点摸不着头脑,但它会起作用。

于 2014-12-23T04:34:13.783 回答
-1

I strongly advice that you follow this tutorial http://blog.qzminski.com/article/create-a-custom-module-the-basics.html.

I bet you have a reason to have chosen to learn Contao and if that is the case, doing things the Contao way will give you a better position in future to implement complex apps. BTW Welcome to Contao. Its great doing things with it.

Its the best way to realize what you want then you can adopt to your module. Learn first before implementing anything.

于 2014-10-08T10:04:55.533 回答