Filter => FhcApi

This commit is contained in:
cgfhtw
2024-03-11 09:46:39 +01:00
parent 85f9b14326
commit 011b4a83eb
6 changed files with 362 additions and 49 deletions
@@ -9,6 +9,7 @@ if (! defined('BASEPATH')) exit('No direct script access allowed');
* This controller works with JSON calls on the HTTP GET or POST and the output is always JSON
* NOTE: extends the FHC_Controller instead of the Auth_Controller because the FilterCmpt has its
* own permissions check
* TODO(chris): deprecated
*/
class Filter extends FHC_Controller
{