For example, let's assume that I have a string manipulation class called strman
that I will use to store operations to work with strings, already in the models folder I have usuario
and usuarioDAO
, in case of class% how can it get along with the classes I have in the models?
And if it's even a model and can stay in this folder, how can I organize it so that it does not mix with the logic of the application? (I say the main logic that are the classes that contains the rules of the business, not utilities as string manipulators)