here is the header of viewer
[code]
AGU SYSTEM room [/code]here is the conector in controler
public function roomlistajax2(){
$res=mysql_connect("localhost","root", "root");
mysql_select_db("AGU");
$grid = new GridConnector($res);
$options = new OptionsConnector($res);
$grid->set_options("building",array("1" => "one", "2"=>"two","3" => "three"));
$grid->render_table("tbl_room","roomname","roomname,roomdetail,room_eq,seat,building");
}
The problem is “building combobox” doesnt show anything in selection box