コード例 #1
0
    function __construct() {
        parent::__construct();
        global $wpdb;
	$this->table_prefix = $wpdb->prefix . "wpmeetup_";
    }
コード例 #2
0
 function __construct() {
     parent::__construct();
     foreach ($this->uses as $model_name) {
         $this->import_model($model_name);
     }
 }