...
Note | ||
---|---|---|
| ||
The URI should be only the path (relative to the base URI) that does not include any query or fragments. See https://en.wikipedia.org/wiki/Uniform_Resource_Identifier#Examples |
Note | ||
---|---|---|
| ||
As of version 4.2 query parameters are allowed, however widgets that use query parameters cannot be reordered on the page. |
Note | ||
---|---|---|
| ||
All Client controllers must start with client_ in their file name. The same is true for admins as well. All Admin controllers must start with admin_ in their file name. This tells Blesta which portal to render. Generic controllers (those not associated with a particular portal don't need any prefix. |
...