コード例 #1
0
 public function __construct()
 {
     $this->primary_key = 'book_id';
     $this->post_type = 'mbdb_book';
     $this->version = '1.0';
     parent::__construct('mbdb_books');
 }
 /**
  *  
  *  
  *  
  *  
  *  @since 
  *  
  *  @return Return_Description
  *  
  *  @access public
  */
 public function __construct()
 {
     $this->primary_key = 'press_release_id';
     $this->post_type = 'mbdbmk_press_release';
     $this->version = '1.0';
     parent::__construct('mbdbmk_press_releases');
 }