Tagged Questions
1
vote
2answers
566 views
Search and Replace in MVC
What would be a good MVC/OOP/GRASP/SOLID structure for a search/replace functionality. Methods: search/searchNext/replace/replaceAll.
I'm interested only in the PHP arhitecture and how a professional ...
1
vote
1answer
74 views
Web Application: Combining View Layer Between PHP and Javascript-AJAX
I'm developing web application using PHP with CodeIgniter MVC framework with a huge real time client-side functionality needs. This is my first time to build large scale of client-side app. So I ...
1
vote
0answers
123 views
MVC content management framework with an admin panel
I've lately been developing my own MVC content management system using PHP and, at least in my mind, am a little stuck with the system design. I believe this would apply to building a content ...
0
votes
0answers
16 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 ...