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

Popular posts from this blog

how to build hyperlink for query string in php -

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

queue - mq_receive: message too long -