Current time: 01-09-2009, 06:15 AM Hello There, Guest! (LoginRegister)


Post Reply 
Options for plugin select menu
08-16-2008, 07:33 PM
Post: #1
Options for plugin select menu
I cannot find any docs on how to write the code to populate the options for a plugin select box.

Code:
$setting = array(
        'sid'         => 'NULL',
        'name'        => 'setting name',
        'title'       => 'setting title',
        'description' => 'setting description',
        'optionscode' => 'select',
        'value'       => '?',
        'disporder'   => '13',
        'gid'         => intval( $gid )
    );
    $db->insert_query( 'settings', $setting );

How do I write the default value?
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: