D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
eldiastypharmacy.com
/
app
/
Utils
/
Filename :
constant.php
back
Copy
<?php /*write all text constants in alphabetic order*/ const CODE = 'code'; const COLOR = 'color'; const DISCOUNT = 'discount'; const DESCRIPTION = 'description'; const DIGITAL = 'digital'; const EN = 'en'; const FLAT = 'flat'; const FLAG = 'flag'; const GT = 'gt'; const DEFAULT_DATA_LIMIT = 25; const MIN = 'min'; const MULTI_CURRENCY = 'multi_currency'; const NUMERIC = 'numeric'; const IMAGE = 'image'; const IMAGE_NAME = 'image_name'; const IMAGES = 'images'; const LANG = 'lang'; const NAME = 'name'; const PHYSICAL = 'physical'; const PERCENTAGE = 'percent'; const REQUIRED = 'required'; const SUCCESS = 'success'; const TAX = 'tax'; const URI = 'uri'; const URL = 'url'; const USD = 'usd'; const UNIQUE = 'unique'; const VIEW = 'newCounter'; const FILE_NAME = 'file_name'; const ROUTE = 'route'; const MAXIMUM_IMAGE_UPLOAD_SIZE = '2MB'; const MAXIMUM_MEDIA_UPLOAD_SIZE = '2MB'; const DASHBOARD_DATA_LIMIT = 6; const DASHBOARD_TOP_SELL_DATA_LIMIT = 5; const TABLE_VIEW = 'table_view'; const FILTER_PRODUCT_DATA_LIMIT = 10;