few tweaks + remove accents function

This commit is contained in:
2015-12-25 20:32:44 +01:00
parent b34ef74342
commit 5e2acb53ac
3 changed files with 11 additions and 13 deletions

View File

@@ -15,6 +15,9 @@ abstract class Main extends PhpObject
const NO_DATA = 'No Data';
//...
const ACTIVE = 1;
const INACTIVE = 0;
//Folders
const MASKS_FOLDER = 'masks/';