Hello, my problem is the following , I added $crud->fields('field1','field2',...) and add list are arranged in that order. But read list do not be arranged in this way. How do I correct order in which to appear in the read list.
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 01 December 2015 - 12:26 PM
Hello, my problem is the following , I added $crud->fields('field1','field2',...) and add list are arranged in that order. But read list do not be arranged in this way. How do I correct order in which to appear in the read list.
Posted 01 December 2015 - 13:51 PM
The problem is solved by set_read_fields, the first time gave me error :) .