Esempio n. 1
0
 private function __construct()
 {
     global $wpdb;
     $this->table = $wpdb->prefix . self::TABLE_NAME;
     $this->options =& EL_Options::get_instance();
     $this->daterange =& EL_Daterange::get_instance();
 }
Esempio n. 2
0
 private function __construct()
 {
     $this->options = EL_Options::get_instance();
     $this->daterange = EL_Daterange::get_instance();
 }