I use class Page that handles some information. But I don’t know what to choose for the name of the method: getInnerPage($uname) or getSubPage($uname)
The base page may look like this: http://abc.net/base
And the inner or sub: http://abc.net/base/sub
We often use
sub, which represents a hierarchical view, whilstinnerwould be more appropriated for containers’ content.but I don’t know if there really are conventions for this