Thank you John for activation my account and for nice frame work...
From this link I came to know that one can create multiselect dropdown, I just wonder is it possible to create dropdown without connecting any table / database, only using array ?
I don't know much about this frame work my question may be silly :)
I am actually trying something like this
        $crud = new grocery_CRUD();
	$crud->field_type('fruits','multiselect', array( "1"  => "banana", "2" => "orange", "3" => "apple"));
	$output = $crud->render();
        $this->_example_output($output);
if possible, can I have some sample example
Thank you...
