Tuesday, January 7, 2014

Dropdown Field in GroceryCrud

$crud->field_type('status','dropdown',
            array('1' => 'active', '2' => 'private','3' => 'spam' , '4' => 'deleted'));

No comments:

Post a Comment