Tagged Questions
0
votes
0answers
20 views
Writing Models in PyroCMS/Codeinighter Models
In Pyrocms there are Admin views and User views.
Im developing a complex module where my model file is getting to be rather large.
Should I be abstracting logic in my model files to also be User ...