MyLV Verbesserungen & cleanup

This commit is contained in:
cgfhtw
2023-02-06 08:42:42 +01:00
parent 034bed6580
commit d1f69d4696
8 changed files with 26 additions and 16 deletions
@@ -3,12 +3,7 @@
if (! defined('BASEPATH')) exit('No direct script access allowed');
/**
* This controller operates between (interface) the JS (GUI) and the FilterCmptLib (back-end)
* Provides data to the ajax get calls about the filter component
* Listens to ajax post calls to change the filter data
* 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
*
*/
class Mylv extends Auth_Controller
{