Classes, interfaces and traits
jAppManager¶
utilities to manage a jelix application
« More »
jClassBinding¶
Services binding for jelix
« More »
jClasses¶
This object is responsible to include and instancy some classes stored in the classes directory of modules.
« More »
jCmdUtils¶
utilities functions for command line
« More »
jCrypt¶
Static methods help to encrypt and decrypt string. mCrypt is used if it is
installed, else a basic algorithm is used.
« More »
jDateTime¶
Utility to manipulate dates and convert date format
« More »
jDuration¶
Utility to manipulate durations between two instants
« More »
jFile¶
A class helper to read or create files
« More »
jFilter¶
utility class to check values
« More »
jImageModifier¶
Utility class to manipulate image
« More »
jIniFile¶
utility class to read and write an ini file
« More »
jIniFileModifier¶
utility class to modify an ini file by preserving comments, whitespace.
.
It follows same behaviors of parse_ini_file, except when there are quotes
inside values. it doesn't support quotes inside values, because parse_ini_file
is totally bugged, depending cases.
« More »
jIniMultiFilesModifier¶
utility class to read and modify two ini files at the same time :
one master file, and one file which overrides values of the master file,
like we have in jelix with mainconfig.ini.php and config.ini.php of an entry point
« More »
jJson¶
object which encode or decode a php variable to or from JSON
« More »
jJsonRpc¶
object which encode and decode a jsonrpc request and response
« More »
jMailer¶
jMailer based on PHPMailer - PHP email transport class
« More »
jMessage¶
Utility class to log some message in session in order to be displayed in a template
« More »
jMethodSniffer¶
Utility class to "sniff" method calls to a class instance
so that those calls may be repeated later on. The sniffed method should not use
any of the magic methods used here (namely __get, __set, __call and __toString).
« More »
jProfiles¶
class to read profiles from the profiles.ini.php
« More »
jRedis¶
extends the class Redis from the phpredis extension
« More »
jSmtp¶
SMTP is rfc 821 compliant and implements all the rfc 821 SMTP
commands except TURN which will always return a not implemented
error. SMTP also provides some utility methods for sending mail
to an SMTP server.
This class is just a simple wrapper around SMTP.
« More »
jSoapClient¶
provide a soap client where configuration information are stored in the profile file
« More »
jWiki¶
transform a wiki text into a document (html or else)
« More »
jXmlRpc¶
object to encode decode some XMl-RPC request and XMl-RPC response
« More »
jZipCreator¶
Class to create a zip file.
« More »
jZone¶
jZone is a representation of a zone in an response content, in a html page.
A user zone should inherits from jZone. jZone provide a cache mecanism.
« More »