The mvc tag has no wiki summary.
1
vote
1answer
150 views
how can I set my site root from: localhost/mysite/ to: localhost/mysite/view/ via htaccess
hi just wondering if this is possible, when you access my default site directory localhost/mysite I want to set the path to render localhost/mysite/view/ all my html pages will be rendered here just ...
3
votes
4answers
727 views
Advantages/disadvantages of “separated” web applications
I'm in the process of designing a (soon-to-be) rather large PHP/MySQL web application. I've come to a fork in the road as far as internal architecture; I can build the website as a "traditional" web ...
6
votes
1answer
92 views
Why should I develop my applications using the MVC design pattern?
MVC seems to be very popular these days, but the "education overhead" of newly learning a chosen MVC framework seems to be quite high. Why should I choose to invest the time to do this, rather than ...
