Home › Forums › Back End › MVC Re-Org – need help with templating / views › Reply To: MVC Re-Org – need help with templating / views
September 16, 2014 at 3:43 pm
#183312
Participant
You could separate further again with a database class.
I do have a parent class that has the core CRUD methods that each individual SQL method will call upon, so at least that’s not repeated.
I’d put them in a config file (or something).
I’m going to put the HTML itself into template files, but those will be called from some email views… now I just need to figure out how the hell to organize this… by email… page that called it… hmm…