License
CLicense is a class that represents a License 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.
Managing Licenses in JFW
In the JFW system, each user can be associated with a single license at any given time. Licenses are categorized into two states:
Used: Indicates that the license is currently assigned to a user.
Not Used: Signifies that the license is available and not assigned to any user.
Last updated
Was this helpful?