Displaying 1 result from an estimated 1 matches for "forum_".
Did you mean:
forum
2006 Mar 21
2
Several ''app'' directories ?
...plication "per module"...
Imagine I want to build a web site including :
- the web site by itself
- a forum
- a wiki
- a shop
I would like to avoid putting all the controllers, views and models in
the same app directories, polluting the subdirs with prefixed files like
wiki_*, shop_*, forum_* -
All the modules must share the same resources on the app_root directory
(components, config, db, doc, and the like)
In fact, what I want to do is
http://myapp.com/module/controller/action
and not only
http://myapp.com/controller/action
Which would be simply related to the subdirs
/app_root/a...