My code:
$crud = new grocery_CRUD();
$crud->set_relation('gallery_id', 'pages', 'title');
$crud->change_field_type('gallery_id', 'readonly');
The output with this code will be the readonly gallery_id instead of pages.title.
⚠ 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 02 June 2012 - 17:25 PM
$crud = new grocery_CRUD();
$crud->set_relation('gallery_id', 'pages', 'title');
$crud->change_field_type('gallery_id', 'readonly');
Posted 04 June 2012 - 08:02 AM