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.
我正在重构一个体面的 TYPO3 项目,并且必须使用方法重构该部分
$eIds = $this->pi_getFFvalue($this->cObj->data['pi_flexform'], 'selected_contacts', 'sDEF');
extbase 从 flexform 获取值的新方法是什么?很难找到正确的解决方案。
非常感谢帮助
将 XML-Tags 重命名为 flexforms 中的 settings.name 并使用:
$this->settings['name']
检查此示例:在此处输入链接描述