You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DBCreate.php is responsible for creating the necessary rows in the database for a given object type. This should be refactored to take the object itself (which is no longer coupled to the database) rather than an array of values.
DBCreate.php is responsible for creating the necessary rows in the database for a given object type. This should be refactored to take the object itself (which is no longer coupled to the database) rather than an array of values.