Classes, interfaces and traits

jISelector

interface of selector classes

« More »

jExceptionSelector

Exception for selector errors

It handles locale messages. Message property contains the locale key, and a new property contains the localized message.
« More »

jSelectorAct

Generic Action selector

main syntax: "module~action@requestType". module should be a valid module name or # (#=says to get the module of the current request). action should be an action name (controller:method or controller_method). all part are optional, but it should have one part at least.
« More »

jSelectorActFast

Special Action selector for jcoordinator Don't use it ! Only for internal purpose.

General syntax for them : "module~resource". Syntax of resource depend on the selector type. module is optional.
« More »

jSelectorCfg

Selector for files stored in the config directory

« More »

jSelectorClass

selector for business class

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 »

jSelectorDao

Selector for dao file syntax : "module~daoName".

file : daos/daoName.dao.xml
« More »

jSelectorDaoRecord

Selector for dao file syntax : "module~daoRecordName".

file : daos/daoRecordName.daorecord.php
« More »

jSelectorFactory

Create instance of selectors object

« More »

jSelectorForm

Form selector

syntax : "module~formName". file : forms/formName.form.xml .
« More »

jSelectorIface

selector for interface

interface is stored in interfacename.iface.php file in the classes/ module directory or one of its subdirectory. syntax : "iface:module~ifacename" or "module~ifacename.
« More »

jSelectorLib

Selector for files stored in the lib directory

« More »

jSelectorLoc

selector for localisation string

localisation string are stored in file properties. syntax : "module~prefixFile.keyString". Corresponding file : locales/xx_XX/prefixFile.CCC.properties. xx_XX and CCC are lang and charset set in the configuration
« More »

jSelectorLog

Selector for files stored in the log directory

« More »

jSelectorModule

base class for all selector concerning module files

General syntax for them : "module~resource". Syntax of resource depend on the selector type. module is optional.
« More »

jSelectorSimpleFile

base class for simple file selector

« More »

jSelectorTmp

Selector for files stored in the temp directory

« More »

jSelectorTpl

Template selector

syntax : "module~tplName". file : templates/tplName.tpl .
« More »

jSelectorVar

Selector for files stored in the var directory

« More »

jSelectorZone

Zone selector

syntax : "module~zoneName". file : zones/zoneName.zone.php .
« More »