Exemple #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();
 }
 private function __construct()
 {
     $this->options = EL_Options::get_instance();
     $this->daterange = EL_Daterange::get_instance();
 }