'', 'AK'=>'AK', 'AL'=>'AL', 'AR'=>'AR', 'AZ'=>'AZ', 'CA'=>'CA', 'CO'=>'CO', 'CT'=>'CT', 'DC'=>'DC', 'DE'=>'DE', 'FL'=>'FL', 'GA'=>'GA', 'HI'=>'HI', 'IA'=>'IA', 'ID'=>'ID', 'IL'=>'IL', 'IN'=>'IN', 'KS'=>'KS', 'KY'=>'KY', 'LA'=>'LA', 'MA'=>'MA', 'MD'=>'MD', 'ME'=>'ME', 'MI'=>'MI', 'MN'=>'MN', 'MO'=>'MO', 'MS'=>'MS', 'MT'=>'MT', 'NC'=>'NC', 'ND'=>'ND', 'NE'=>'NE', 'NH'=>'NH', 'NJ'=>'NJ', 'NM'=>'NM', 'NV'=>'NV', 'NY'=>'NY', 'OH'=>'OH', 'OK'=>'OK', 'OR'=>'OR', 'PA'=>'PA', 'RI'=>'RI', 'SC'=>'SC', 'SD'=>'SD', 'TN'=>'TN', 'TX'=>'TX', 'UT'=>'UT', 'VA'=>'VA', 'VT'=>'VT', 'WA'=>'WA', 'WI'=>'WI', 'WV'=>'WV', 'WY'=>'WY'); $config['defaults']['submit'] = array('class'=>'submit', 'value'=>'Submit', 'type'=>'submit'); $config['defaults']['button'] = array('class'=>'button'); $config['defaults']['sbutton'] = array('type'=>'button', 'value'=>'Submit'); $config['defaults']['textarea'] = array('rows'=>8, 'style'=>'width: 300px'); $config['defaults']['file'] = array('class'=>'file'); $config['defaults']['fax'] = array('required'=>FALSE, 'rule'=>'phone'); $config['defaults']['zip'] = array('rule'=>'numeric', 'size'=>5, 'maxlength'=>5); $config['defaults']['state'] = array('type'=>'select', 'values'=>$states); $config['label_filters'][] = 'ucwords'; $config['auto_rules']['email'] = array('email', 'Invalid email'); $config['auto_rules']['phone'] = array('phone', 'Invalid phone'); $config['pre_filters']['username'][] = 'trim'; $config['pre_filters']['email'][] = 'strtolower'; $config['globals']['class'] = 'input'; $config['install']['plugins'] = array('table_install'); $config['default']['plugins'] = array('table_default'); $config['admin']['plugins'] = array('table_vertical'); $config['admin_delete']['plugins'] = array('table_vertical_delete'); $config['admin_delete_confirmation']['plugins'] = array('table_delete_confirmation'); $config['admin_textlocal']['plugins'] = array('table_vertical_delete_simple'); $config['custom_view']['plugins'] = array ('custom_view');