diff options
Diffstat (limited to 'samples/scheduler/03_connector_options.php')
-rw-r--r-- | samples/scheduler/03_connector_options.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/samples/scheduler/03_connector_options.php b/samples/scheduler/03_connector_options.php deleted file mode 100644 index 29d5445..0000000 --- a/samples/scheduler/03_connector_options.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php - include ('../../codebase/db_pdo.php'); - include ('../../codebase/scheduler_connector.php'); - include ('../config.php'); - $res= new PDO($mysql_server,$mysql_user,$mysql_pass); - - - $list = new OptionsConnector($res, "PDO"); - $list->render_table("types","typeid","typeid(value),name(label)"); - - $scheduler = new schedulerConnector($res, "PDO"); -// $scheduler->enable_log("log.txt",true); - - $scheduler->set_options("type", $list); - $scheduler->render_table("tevents","event_id","start_date,end_date,event_name,type"); -?>
\ No newline at end of file |