コード例 #1
0
ファイル: db.php プロジェクト: berniecultess/infirev
 private function __construct()
 {
     global $wpdb;
     $this->table = $wpdb->prefix . self::TABLE_NAME;
     $this->options =& EL_Options::get_instance();
     $this->daterange =& EL_Daterange::get_instance();
 }
コード例 #2
0
ファイル: admin-about.php プロジェクト: berniecultess/infirev
 private function __construct()
 {
     $this->options = EL_Options::get_instance();
     $this->daterange = EL_Daterange::get_instance();
 }