WP Users list

- migration for filters & segment_filter tables
- models for new tables
- update of Listing JSX to allow for conditional display of item actions
This commit is contained in:
Jonathan Labreuille
2015-11-24 17:12:14 +01:00
parent ebca4257a6
commit 6dd8270bec
11 changed files with 280 additions and 21 deletions

View File

@ -324,7 +324,7 @@ class Subscriber extends Model {
->whereNull('deleted_at')
->where('status', 'unconfirmed');
}
static function createMultiple($columns, $values) {
return self::rawExecute(
'INSERT INTO `' . self::$_table . '` ' .