我想使用表中的数据和动态设置的 SQL 查询中的 PID 运行此 flexform 代码。
那可能吗?
<label>Selectbox from DB</label>
<config>
<type>select</type>
<items type="array">
<numIndex index="0" type="array">
<numIndex index="0"></numIndex>
<numIndex index="1"></numIndex>
</numIndex>
</items>
<foreign_table>tt_content</foreign_table>
<foreign_table_where>
AND tt_content.pid = 22 <<<< no good at all.... What to do?
</foreign_table_where>
</config>
如果只有 FF 可以访问 PID,任何这些都可以正常工作:
- PID 设置为插件的存储文件夹
- TS 中设置的 PID
- PID 在另一个 flexform 字段中设置(重新加载),然后在查询中使用
BR。安德斯