Class controls all input filters and allows data filtering. Example: $options = array(); $options['options']['min_range'] = 1; $options['options']['max_range'] = 10; $options['flags'] = FILTER_FLAG_ALLOW_OCTAL; $oFilter = utilityInputFilter::filter... More »
Posted in Utility on 19 Nov 2009 @ 20:39
Class controls all input filters and allows data filtering Examples to filter $_GET data $oManger = new utilityInputManager(utilityInputManager::LOOKUPGLOBALS_GET); $oManger->addFilter("goto",utilityInputFilter::filterInt()); $filteredData = $oManger... More »
Posted in Utility on 19 Nov 2009 @ 20:39