problem: create dropdown with multidimensional array |
You could follow my tutorial up until "A HTML menu using <ul>s" (just use the ordered_list() to create the array). After that you pass that array to the form_dropdown() function (you must load the the form helper).
http://avenir.ro/revisiting-the-multilev...framework/ Website: http://avenir.ro
|
Messages In This Thread |
problem: create dropdown with multidimensional array - by R3Z4 - 07-23-2015, 02:35 PM
RE: problem: create dropdown with multidimensional array - by InsiteFX - 07-23-2015, 03:51 PM
RE: problem: create dropdown with multidimensional array - by R3Z4 - 07-23-2015, 11:42 PM
RE: problem: create dropdown with multidimensional array - by Avenirer - 07-24-2015, 01:22 AM
|