FILE ... TOC

Return the path of a page

Calculate the path of a page. This method is used in cookie handling. This method uses the URL of a page and extracts the path from it.

Usage:

              $page->path;

If the path value was not calculated before this method invokes the method host to calculate the host and the path values as the same time.

FILE ... TOC