Extension, Fieldtype

Archived
Forum
(read-only)

Updatable Select Dropdown

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Denza

     

How does it store entries, in database?

General

MochaJazz
MochaJazz

Hi, just wanted to find out how the selection options are stored, are you putting them into a database table and if so does it use it;s own table. I ask as i wish to programaticaly use the selction options in other code. schema please?

denza
# 1
Developer
denza

SELECT field_list_items FROM `exp_channel_fields` WHERE field_id = YOUR_cstslct_FIELD_ID

MochaJazz
# 2
MochaJazz

OK thanks, I misunderstood. Its basically normal select field with ability to add entry on the fly. THanks , i will consider this.