Does it make sense to load a view in a model in CodeIgniter?
Posted
by Shamoon
on Stack Overflow
See other posts from Stack Overflow
or by Shamoon
Published on 2010-06-16T14:05:44Z
Indexed on
2010/06/16
17:22 UTC
Read the original article
Hit count: 140
codeigniter
I'm creating templates for outgoing emails and a view seems like the best place for the template. The model is doing the handling of the actual email. So I wanted to see if I'm breaking any convention.
© Stack Overflow or respective owner