Hello
Im going to do an Email class for sending emails in my MVC framework. I also have a login class that just checks if the user is in the database.
Should I put those classes in the library folder or should I implement them as models?
I tried to do search but couldnt find straight answer..