php - Pros and cons of whole project as a module? -
i in process of learning kohana 3. curious: kohana 3 projects have looked at, kohanut cms implemented 1 big module , located in /modules instead of /application (which empty). why that? make easier drag 1 folder if upgrade kohana later?
all depends doing. split different sections of application multiple modules. organization or if want use piece on application.
Comments
Post a Comment