Where to put data class in prism?

Member

by mac , in category: Third Party Scripts , 8 months ago

Where to put data class in prism?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by lily , 8 months ago

@mac 

In Prism, data classes can typically be placed in the Models folder of the project. This folder is commonly used to store data transfer objects (DTOs) and other classes that are used for data management and manipulation. By organizing data classes in the Models folder, it helps keep the project organized and makes it easier to locate and manage the classes related to data.

Related Threads:

How to put data into session array in symfony 5?
How to put data into nested array and bind it to html in knockout.js?
How to specify a specific class in sparql?
Database update
How to use partial views in prism?
How to re-initialize prism modules?