function __construct() { parent::__construct(); global $wpdb; $this->table_prefix = $wpdb->prefix . "wpmeetup_"; }
function __construct() { parent::__construct(); foreach ($this->uses as $model_name) { $this->import_model($model_name); } }