View Single Post
Old Nov 11th, 2006, 1:34 PM   #3
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 843
Rep Power: 3 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
I think a much more useful kind of modularity would be along the lines of what has been achieved with Expression Engine. EE uses add-on modules for even some of the most basic features, making it extremely extensible. I think this sort of modularity is much more useful and practical than dividing your code via the MVC paradigm you describe, although the two could certainly be combined.
titaniumdecoy is offline   Reply With Quote