Docs :- Fuel Layout Class page
Hi, I cannot access this documentation page...
---------
A PHP Error was encountered
Severity: Runtime Notice
Message: Declaration of Fuel_backup::initialize() should be compatible with Fuel_base_library::initialize($params = Array)
Filename: libraries/Fuel_backup.php
Line Number: 518
---------
http://docs.getfuelcms.com/libraries/fuel_layouts
Comments
$options = array('yes' => 'yes', 'no' => 'no');
$useful->add_field( 'test', array('type' => 'enum', 'mode' => 'radios', 'options' => $options) );
Regarding your issue, is it saving to the fuel_pagevariables table?
Yes, it was saving into the correct table in the db. I have instead gone straight into MY_fuel_layouts.php and addedf into the $config['layouts']['view'] structure instead and it's working as required.