简体   繁体   English

列出fe_users TYPO3

[英]List fe_users TYPO3

So I want to list all the users from the table fe_users on the frontend, but I have a problem creating the extension. 因此,我想从前端的fe_users表中列出所有用户,但是创建扩展名时遇到问题。 Here is my Extension 这是我的扩展名

在此处输入图片说明

I'm doing something wrong? 我做错了吗? This is what happens when I press save 这是我按保存时发生的情况

在此处输入图片说明

From the screenshot, I can see no reason why you are using two classes. 从屏幕截图中,我看不出您为什么使用两个类。 You should only use one class, which extends the frontend user and add your custom fields there. 您应该只使用一个类,该类可以扩展前端用户并在其中添加您的自定义字段。 Extbase already has a base class for frontend users and groups which you can extend. Extbase已经为您可以扩展的前端用户和组提供了一个基类。 You will find some examples when you google it. 谷歌搜索时,您会找到一些示例

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM