-
Notifications
You must be signed in to change notification settings - Fork 16
Examples
Rosario Carvello edited this page Mar 18, 2020
·
18 revisions
Into WebMVC package you will find different examples of source code files located under examples folder.
All these examples are organized into the following subsystem:
- examples (main subsystem)
-
- about (it contains a simple demonstration of coding a source code information helper)
-
- cms (it contains general examples about showing contents by using WebMVC)
-
- db (this subsystem contains some DB related examples)
As we described in the previous page a subsystem, in WebMVC, is identified at two levels:
- a physical level by pathname, for example, the pathname
examples/cmsidentify the subsystemcmswhich is contained into the main subsystemexamples; - a logical level, that you can use for referring it in your source code, by namespace, in this case, is the name
examples/cms(equivalent to pathname).