Brand
Last updated
Was this helpful?
Last updated
Was this helpful?
CBrand is a class that represents a brand in JFW. It has properties that correspond to each column in the database and provides utility methods to manipulate the data, such as creating, modifying, retrieving, or deleting them.
We split a brand into parts in the database:
Brand: stores its parent ID, code, and system status.
BrandEmail: stores the email contacts associated with the brand.
BrandLink: stores the URLs related to the brand, such as the official website, social media profiles, or any other relevant web presence that the brand maintains.
BrandProfile: stores detailed information about the brand, including its logo, homepage, and any other descriptive content that defines the brand's identity and ethos.
BrandSetting: stores the preferences and configurations specific to the brand. These settings can include display options, access permissions, and other customizable features that tailor the brand's presence in the database or its representation to the outside world.