Subversion Repositories oidplus

Rev

Rev 1207 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1207 Rev 1288
Line 8... Line 8...
8
 
8
 
9
                              +---------------------------------------------------------------------------------
9
                              +---------------------------------------------------------------------------------
10
                              |      Local path                               URL
10
                              |      Local path                               URL
11
    --------------------------+---------------------------------------------------------------------------------
11
    --------------------------+---------------------------------------------------------------------------------
12
                              |
12
                              |
-
 
13
       Canonical form of the  |      n/a                                      OIDplus::canonicalURL(null)
-
 
14
       URL in the browser     |                                               Example: https://www.example.com/oidplus/?goto=abc&lang=de
-
 
15
       (Params preserved and  |                                               OIDplus::canonicalURL('def')
-
 
16
       ordered)               |                                               Example: https://www.example.com/oidplus/?goto=def&lang=de
-
 
17
                              |
-
 
18
                              |
-
 
19
       URL of the system      |      n/a                                      OIDplus::getSystemUrl(OIDplus::PATH_RELATIVE)
-
 
20
                              |                                               Example: ../
-
 
21
                              |                                               OIDplus::getSystemUrl(OIDplus::PATH_RELATIVE_TO_ROOT)
-
 
22
                              |                                               Example: /oidplus/
-
 
23
                              |                                               OIDplus::getSystemUrl(OIDplus::PATH_RELATIVE_TO_ROOT_CANONICAL)
-
 
24
                              |                                               Example: /oidplus/ (if baseconfig CANONICAL_SYSTEM_URL is set)
-
 
25
                              |                                               OIDplus::getSystemUrl(OIDplus::PATH_ABSOLUTE)
-
 
26
                              |                                               Example: http://www.example.com/oidplus/
-
 
27
                              |                                               OIDplus::getSystemUrl(OIDplus::PATH_ABSOLUTE_CANONICAL)
-
 
28
                              |                                               Example: http://www.example.org/oidplus/ (if baseconfig CANONICAL_SYSTEM_URL is set)
-
 
29
                              |
-
 
30
                              |
13
       Get relative path      |      OIDplus::localpath(null, true)           OIDplus::webpath(null, OIDplus::PATH_RELATIVE)
31
       Get relative path      |      OIDplus::localpath(null, true)           OIDplus::webpath(null, OIDplus::PATH_RELATIVE)
14
       to base directory      |      Example: ../                             Example: ../
32
       to base directory      |      Example: ../                             Example: ../
15
                              |                                               or
33
                              |                                               or
16
                              |                                               OIDplus::webpath(null, OIDplus::PATH_RELATIVE_TO_ROOT)
34
                              |                                               OIDplus::webpath(null, OIDplus::PATH_RELATIVE_TO_ROOT)
17
                              |                                               Example: /oidplus/
35
                              |                                               Example: /oidplus/