Welcome Guest, Not a member yet? Register   Sign In
CI drop_down() and static options
#4

[eluser]TheFuzzy0ne[/eluser]
Code:
$result = $this->db->get('tipos_de_negocios')->result_array();

$result[] = array('id' => 16, 'tipo' => 'Hair Dresser');
$result[] = array('id' => 17, 'tipo' => 'Painter');


Messages In This Thread
CI drop_down() and static options - by El Forum - 02-27-2009, 07:15 PM
CI drop_down() and static options - by El Forum - 02-27-2009, 07:27 PM
CI drop_down() and static options - by El Forum - 02-27-2009, 10:34 PM
CI drop_down() and static options - by El Forum - 02-28-2009, 05:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB