/home/brandsfa/www/app/Utils/constant.php
<?php
/*write all text constants in alphabetic order*/
const ADDED_BY = 'added_by';
const ATTRIBUTES = 'attributes';
const BRAND_ID = 'brand_id';
const CATEGORY_ID = 'category_id';
const CATEGORY_IDS = 'category_ids';
const CODE = 'code';
const COLOR = 'color';
const COLORS = 'colors';
const COLOR_IMAGE = 'color_image';
const COLORED_IMAGE_NAMES = 'colored_image_names';
const COLOR_IMAGE_SERIAL = 'color_image_serial';
const COLOR_ACTIVE = 'colors_active';
const CHOICE_OPTIONS = 'choice_options';
const CHOICE_ATTRIBUTES = 'choice_attributes';
const CURRENT_STOCK = 'current_stock';
const DISCOUNT = 'discount';
const DETAILS = 'details';
const DESCRIPTION = 'description';
const DIGITAL = 'digital';
const DISCOUNT_TYPE = 'discount_type';
const DIGITS_BETWEEN = 'digits_between';
const DIGITAL_PRODUCT_TYPE = 'digital_product_type';
const DIGITAL_FILE_READY = 'digital_file_ready';
const EXCHANGE_RATE = 'exchange_rate';
const EN = 'en';
const FLAT = 'flat';
const FLAG = 'flag';
const GT = 'gt';
const SUB_CATEGORY_ID = 'sub_category_id';
const SUB_SUB_CATEGORY_ID = 'sub_sub_category_id';
const DEFAULT_DATA_LIMIT = 25;
const MAX_DATA_QUERY_LIMIT = 1000;
const META_TITLE = 'meta_title';
const META_IMAGE = 'meta_image';
const META_DESCRIPTION = 'meta_description';
const MIN_ORDER_QUANTITY = 'minimum_order_qty';
const MIN = 'min';
const MIMES = 'mimes';
const MULTI_CURRENCY = 'multi_currency';
const MULTIPLY_QUANTITY = 'multiply_qty';
const NUMERIC = 'numeric';
const SEARCH_TEXT = 'searchText';
const SELLER_ID = 'sellerId';
const IMAGE = 'image';
const IMAGE_NAME = 'image_name';
const IMAGE_NAMES = 'image_names';
const IMAGES = 'images';
const LANG = 'lang';
const NAME = 'name';
const PHYSICAL = 'physical';
const PRODUCT_IMAGES = 'product_images';
const PRODUCT_TYPE = 'product_type';
const PRODUCT_BRAND = 'product_brand';
const PERCENTAGE = 'percent';
const PURCHASE_PRICE = 'purchase_price';
const REQUEST_STATUS = 'request_status';
const READY_PRODUCT = 'ready_product';
const REQUIRED = 'required';
const REQUIRED_IF = 'required_if';
const SHIPPING_COST = 'shipping_cost';
const SLUG = 'slug';
const SUCCESS = 'success';
const TAX = 'tax';
const TAX_TYPE = 'tax_type';
const TAX_MODEL = 'tax_model';
const THUMBNAIL = 'thumbnail';
const URI = 'uri';
const URL = 'url';
const USD = 'usd';
const USER_ID = 'user_id';
const UNIQUE = 'unique';
const UNIT = 'unit';
const UNIT_PRICE = 'unit_price';
const VIEW = 'newCounter';
const VARIATION = 'variation';
const VIDEO_PROVIDER = 'video_provider';
const VIDEO_URL = 'video_url';
const VIDEO_LINK = 'video_link';
const YOUTUBE = 'youtube';
const FILE_NAME = 'file_name';
const ROUTE = 'route';
const MAXIMUM_IMAGE_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 = 2;