Skip to content

Commit

Permalink
multi-picker: how to get db value
Browse files Browse the repository at this point in the history
  • Loading branch information
themefuse committed May 26, 2015
1 parent 45775db commit aff49f9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion options/built-in-option-types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,17 @@ The ``picker`` parameter holds a valid option type with choices. Supported optio
'show_borders' => false,
)
.. _multi-picker--add-support-for-new-option-type-in-picker:
.. _multi-picker-get-db-value:
.. rubric:: Get database option value
.. code-block:: php
$value = fw_get_db_..._option(
'option_id/'. fw_get_db_..._option('option_id/'. 'gadget')
);
.. _multi-picker-add-support-for-new-option-type-in-picker:
.. rubric:: Add support for new option type in picker
Expand Down

0 comments on commit aff49f9

Please sign in to comment.