Undefined index: id at /www/secure/dice/scheduler/codebase/connector/crosslink_connector.php line 32
I get the above error when dynamic_loading is not set.
$operator = new CrossOptionsConnector($res);
$operator->enable_log("temp.log",true);
//$operator->dynamic_loading(true);
$operator->options->render_table("operators", "id", "id(value),name(label)");
$operator->link->render_table("events_operators", "events_id", "operators_id,events_id");