Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End MVC Re-Org – need help with templating / views Reply To: MVC Re-Org – need help with templating / views

#183312
shaneisme
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…