/**
  * Constructor
  */
 function __construct()
 {
     $this->tablename = "block_ilp_plu_dd";
     $this->data_entry_tablename = "block_ilp_plu_dd_ent";
     $this->items_tablename = "block_ilp_plu_dd_items";
     parent::__construct();
 }
 /**
  * Constructor
  */
 function __construct()
 {
     $this->tablename = "block_ilp_plu_gradebooktracker";
     $this->data_entry_tablename = "block_ilp_plu_gradebooktracker_ent";
     $this->items_tablename = "block_ilp_plu_gradebooktracker_items";
     parent::__construct();
 }
 /**
  * Constructor
  */
 function __construct()
 {
     $this->tablename = "block_ilp_plu_cat";
     $this->data_entry_tablename = "block_ilp_plu_cat_ent";
     $this->items_tablename = "block_ilp_plu_cat_items";
     $this->selecttype = ILP_OPTIONSINGLE;
     parent::__construct();
 }
 /**
  * Constructor
  */
 function __construct()
 {
     $this->tablename = "block_ilp_plu_sts";
     //$this->data_entry_tablename = "block_ilp_plu_sts_ent";
     $this->data_entry_tablename = "block_ilp_user_status";
     $this->items_tablename = "block_ilp_plu_sts_items";
     $this->optionlist_keyfield = "status_id";
     $this->selecttype = ILP_OPTIONSINGLE;
     parent::__construct();
 }
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->tablename = "block_ilp_plu_crs";
     $this->data_entry_tablename = "block_ilp_plu_crs_ent";
     $this->items_tablename = false;
     //items tablename is the course table
     $this->selecttype = ILP_OPTIONSINGLE;
     $this->optionlist = false;
     $this->external_items_table = 'course';
     $this->external_items_keyfield = 'id';
 }