Classes, interfaces and traits
jIUrlSignificantHandler¶
interface for user url handler
« More »
basic_significantUrlEngine¶
basic significant url engine
generated url are like module/controller/action and others parameters are in the query
.)
« More »
jSelectorUrlCfgSig¶
a specific selector for the xml files which contains the configuration of the engine
« More »
jSelectorUrlHandler¶
a specific selector for user url handler
business class is a class stored in classname.class.php file in the classes/ module directory
or one of its subdirectory.
syntax : "module~classname" or "module~classname.
« More »
jSignificantUrlsCompiler¶
Compiler for significant url engine
« More »
significantUrlEngine¶
an url engine to parse,analyse and create significant url
it needs an urls.xml file in the config directory (see documentation)
« More »
simpleUrlEngine¶
simple url engine
generated url are "dirty" jelix url, with full of parameter in the query (module, action etc.
.)
« More »