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.
我有 3 个子表单的表单。我的问题是如何对一个子表单中的元素进行排序。每个元素都有自己的订单号。我试图调用 _sort 方法,如:
$subform->_sort();
但它不起作用。那么,我该如何订购元素呢?
为了以正确的顺序显示表单元素,您应该使用getElementsAndSubFormsOrdered()而不是getElements()
getElementsAndSubFormsOrdered()
getElements()