Models the interface of saved queries for the listview search filters. More...
Static Public Member Functions | |
static | get_queries ($table=false) |
Get a set of queries, possible given a table name. | |
static | get_query ($name, $table=false) |
get a given query by name, possible by table name | |
static | save_query ($name, $query, $scope) |
Save a query to the database. | |
static | delete_query ($id) |
Delete a query to the database. | |
Data Fields | |
const | tablename = 'ninja_saved_filters' |
Name of saved searches table. |
Models the interface of saved queries for the listview search filters.