-
get
-
Retrieves a config value
-
get
-
Returns a string based on given protocol://path
-
get
-
Returns a string based on given protocol://path
-
get
-
Returns the value of a flow variable
-
getByPath
-
Returns the value of a flow variable(s) given an xpath query
-
getCodeEnd
-
Returns end code for this tag.
-
getCodeEnd
-
Returns end code for this tag.
-
getCodeEnd
-
Returns end code for this tag.
-
getCodeEnd
-
Returns end code for this tag.
-
getCodeEnd
-
Returns end code for this tag.
-
getCodeEnd
-
Returns end code for this tag.
-
getCodeEnd
-
Returns end code for this tag.
-
getCodeStart
-
Returns start code for this tag.
-
getCodeStart
-
Returns start code for this tag.
-
getCodeStart
-
Returns start code for this tag.
-
getCodeStart
-
Returns start code for this tag.
-
getCodeStart
-
Returns start code for this tag.
-
getCodeStart
-
Returns start code for this tag.
-
getCodeStart
-
Returns start code for this tag.
-
getCodeStart
-
Returns code for this tag.
-
getCodeStart
-
Returns start code for this tag.
-
getCodeStart
-
Returns start code for this tag.
-
getCodeStart
-
Returns start code for this tag.
-
getCodeStart
-
Returns start code for this tag.
-
getCodeStart
-
Returns start code for this tag.
-
getCodeStart
-
Returns start code for this tag.
-
getCodeStart
-
Returns start code for this tag.
-
getCodeStart
-
Returns start code for this tag.
-
getCodeStart
-
Returns start code for this tag.
-
getCodeStart
-
Returns start code for this tag.
-
getCodeStart
-
Returns start code for this tag.
-
getCodeStart
-
Returns start code for this tag.
-
getCodeStart
-
Returns start code for this tag.
-
getCompilePath
-
Returns the path to the compile directory
-
getEntry
-
-
getErrorClass
-
Returns class Nexista_where exception occured
-
getErrorMethod
-
Returns method where exception occured
-
getInfo
-
Returns the gate info in an array consisting only of the params that are specified by the sitemap. Possible items include: uri (always present), cache, and role.
-
getMessage
-
Gets a message from validator
-
getMicrotime
-
Returns current time in seconds
-
getMode
-
Retrieves the current mode
-
getRequired
-
Returns array of required files to insert in require_once fields
-
getRequired
-
Returns array of required files to insert in require_once fields
-
getRequired
-
Returns array of required files to insert in require_once fields
-
getRequired
-
Returns array of required files to insert in require_once fields
-
getRequired
-
Returns array of required files to insert in require_once fields
-
getRequired
-
Returns array of required files to insert in require_once fields
-
getRequired
-
Returns array of required files to insert in require_once fields
-
getRequired
-
Returns array of required files to insert in require_once fields
-
getRequired
-
Returns array of required files to insert in require_once fields
-
getRequired
-
Returns array of required files to insert in require_once fields
-
getRequired
-
Returns array of required files to insert in require_once fields
-
getResult
-
Gets overall fail/pass
-
getSection
-
Retrieves a config section
-
getSessionData
-
Returns user session data
-
getSitemapPath
-
Returns the path to the sitemap Useful for checking the mod time for required rebuilds
-
getTraceSafe
-
Returns error trace
-
getXmlStream
-
Returns stream data
-
gate.action.php
-
-
gd.validator.php
-
-
newline.action.php
-
-
numeric.validator.php
-
-
Nexista_Action
-
This class Nexista_is the base class Nexista_upon which to extend custom actions
-
Nexista_ActionBuilder
-
This class handles the tag by the same name in the sitemap building process
-
Nexista_ActionHandler
-
This class handles data filtrattion/ modification such as stripping html tags, removing new lines, etc...
-
Nexista_Add1Action
-
This action applies adds one to the parameter, used with database sequences, can probably be deprecated.
-
Nexista_AlphanumValidator
-
This validator is used to check whether or not data is composed of only alphanumeric characters.
-
Nexista_AlphaValidator
-
This validator is used to check whether or not data is composed of only letters.
-
Nexista_Auth
-
The Nexista Auth model is setup to allow user specified handlers to be used in order to provide whatever functionality is desired. A developer can setup their preferred authentication system and hook it into the nexista core.
-
Nexista_BlockBuilder
-
This class handles the tag by the same name in the sitemap building process
-
Nexista_Builder
-
This class Nexista_provides abstract functionality to build the cached php gate files for each action based on the sitemap.
-
Nexista_builderError
-
-
Nexista_CaseBuilder
-
This class handles the tag by the same name in the sitemap building process
-
Nexista_CompressAction
-
This action applies gzip compress to data
-
Nexista_ConcatAction
-
This action concatenates params
-
Nexista_Config
-
The configuration system of Nexista is XML based and is designed to allow for multiple modes (i.e live, development, etc...).
-
Nexista_ContentAction
-
NOTE: This action is deprecated. Use header.action.php instead.
-
Nexista_curlAction
-
This action calls a URL with the same session as the current client, including some variables and the flow variable to return the result.
-
Nexista_CustomValidator
-
This validator calls a user defined function to validate the data.
-
Nexista_DateConnectAction
-
This action connects variables from flow into a single variable in SQL timestamp format.
-
Nexista_DatetimeAction
-
This action is a multi-function date and time converter.
-
Nexista_Debug
-
This class Nexista_provides some debugging functions
-
Nexista_DebugBuilder
-
This class handles the tag by the same name in the sitemap building process
-
Nexista_DecompressAction
-
This action applies gzip compress to data
-
Nexista_DefaultBuilder
-
This class handles the tag by the same name in the sitemap building process
-
Nexista_DummyValidator
-
This validator is just a dummy validator. It is used when a field is required but no other validation is needed.
-
Nexista_EmailAction
-
This action sends an email and preferrably uses the PEAR Net_SMTP package.
-
Nexista_EmailValidator
-
This validator is used to check whether or not data is a valid email address.
-
Nexista_Error
-
The Nexista error system is Exception based and provides a method for calling custom handler for each error type.
-
Nexista_escapeAction
-
This action strips/translates text into db/xsl safe text. It does not attempt to remove html tags (see translateaction) except for tags with namespaces (i.e. <o:xxx>), but focuses on dealing with weird characters, and other things that can break xsl.
-
Nexista_FalseBuilder
-
This class handles the tag by the same name in the sitemap building process
-
Nexista_Flow
-
This class Nexista_handles I/O between sitemap nodes (files) and will output an xml tree at the end if requested by the XSLT handler.
-
Nexista_Foundry
-
This class is reponsible for building a site/application based on desired sitemap and configuration settings.
-
Nexista_gateAction
-
This method accepts a gate name to redirect to and a boolean true/false for session continuity If true, the session id will be tagged on the url to allow for cross domain sessions.
-
Nexista_GdValidator
-
This validator checks whether the format of the given image is supported by our version of GD.
-
Nexista_HeaderAction
-
This action sends an http header.
-
Nexista_IfBuilder
-
This class handles the tag by the same name in the sitemap building process
-
Nexista_Init
-
This class is reponsible for initializing the runtime process.
-
Nexista_InsertBuilder
-
This class handles the tag by the same name in the sitemap building process
-
Nexista_InvalidBuilder
-
This class handles the tag by the same name in the sitemap building process
-
Nexista_KeyAction
-
Temporarily puts unencrypted key into flow for re-encryption.
-
Nexista_ldapDatasource
-
Constructor
-
Nexista_ldapDatasource
-
This class provides functionality to access ldap directories via PEAR's Net_LDAP package.
-
Nexista_LengthValidator
-
This validator is used to check that a string is under a certain length.
-
Nexista_LikeAction
-
This action adds %'s to data for using a LIKE SQL query
-
Nexista_logAction
-
This action uses PEAR Log to enable logging.
-
Nexista_MatchValidator
-
This validator is used to check whether or not two values are the same.
-
Nexista_mdb2SqlDatasource
-
This class provides functionality to access sql databases through the MDB2 abstraction layer.
-
Nexista_Mdb2SqlDatasource
-
-
Nexista_newlineAction
-
This action applies nl2br() to the data
-
Nexista_Nexista_XmlValidator
-
This validator is used to make sure that a string contains is xml safe (i.e all tags close and nest appropriately) It does not check for headers and root tags.
-
Nexista_NumericValidator
-
This validator is used to check whether or not data is composed of only numbers.
-
Nexista_OutputBuilder
-
This class handles the tag by the same name in the sitemap building process
-
Nexista_ParameterHandler
-
This class is the parameter handler.
-
Nexista_Path
-
This class Nexista_provides functionality to resolve paths with different protocols such as flow, php, get etc... for use in xml files such as actions, validators queries, etc..
-
Nexista_PathBuilder
-
This class Nexista_provides functionality to create strings that will resolve
-
Nexista_PdoSqlDatasource
-
This class provides functionality to access sql databases through the Metabase abstraction layer. As of 2008 is is completely unstable.
-
Nexista_PhoneValidator
-
This validator is used to check whether or not data is a valid phone number
-
Nexista_PluginBuilder
-
This class handles the tag by the same name in the sitemap building process
-
Nexista_PluginHandler
-
This class is exactly like actions, but for application specific plugins.
-
Nexista_QueryBuilder
-
This class handles the tag by the same name in the sitemap building process
-
Nexista_QueryHandler
-
This class is the query handler.
-
Nexista_RawBuilder
-
This class handles the tag by the same name in the sitemap building process
-
Nexista_RawHandler
-
This class adds a raw files (plain text, html, whatever) to the display stream
-
Nexista_RawXmlAction
-
This action pulls out a var from Flow and reinserts it raw. Meaning nothing gets escaped to prevent the Flow xml from breaking. This is used to take an xml string say from the database, and merge it with Flow so that the final data will be accessible as xml instead of an escaped string.
-
Nexista_redirectAction
-
This method accepts a url and a boolean true/false for session continuity If true, the session id will be tagged on the url to allow for cross domain sessions.
-
Nexista_RegexValidator
-
This validator is used to check data using a Regular Expression passed as a parameter
-
Nexista_RequiredValidator
-
This validator is used to check whether or data is present.
-
Nexista_ScriptBuilder
-
This class handles the tag by the same name in the sitemap building process
-
Nexista_ScriptHandler
-
This class is the php handler.
-
Nexista_SetBuilder
-
This class handles the tag by the same name in the sitemap building process
-
Nexista_stripAction
-
This action strips unwanted characters from a string.
-
Nexista_SwitchBuilder
-
This class handles the tag by the same name in the sitemap building process
-
Nexista_TimeConvertAction
-
This filter converts time formats.
-
Nexista_translateAction
-
This action escapes all those evil characters based on defined translation table.
-
Nexista_TrueBuilder
-
This class handles the tag by the same name in the sitemap building process
-
Nexista_uploadAction
-
This action moves an uploaded file from /tmp to the desired location (default is Nexista tmp - NX_PATH_TMP)
-
Nexista_ValidateBuilder
-
This class handles the tag by the same name in the sitemap building process
-
Nexista_Validator
-
This class Nexista_is the base class Nexista_upon which to extend custom validators
-
Nexista_ValidatorHandler
-
This classes provides functionality to validate data fields from Flow using any criteria. Validation criterias (besides checking if required) is provided by add-on modules in the Validators folder.
-
Nexista_ValidatorHandlerData
-
This class holds data from a validation procedure ran from ValidationHandler class. It is accessed from Flow and holds data such as which fields failed, messages, etc..
-
Nexista_ValidBuilder
-
This class handles the tag by the same name in the sitemap building process
-
Nexista_ValueValidator
-
This validator checks that the data is equal to a certain value (i.e. true) using case insensitve string comparison
-
Nexista_XmlBuilder
-
This class handles the tag by the same name in the sitemap building process
-
Nexista_XmlHandler
-
This class is the xml handler. It will take an xml file and insert the data into Flow for access from scripts and xsl modules.
-
Nexista_XslAction
-
This action applies an xsl stylesheet to an xml string.
-
Nexista_XslBuilder
-
This class handles the tag by the same name in the sitemap building process
-
Nexista_XslHandler
-
This class is reponsible for applying an xsl stylesheet to xml
-
NX_AUTH_STATUS_ACTIVE
-
user status - logged in
-
NX_AUTH_STATUS_EXPIRED
-
user status - expired
-
NX_AUTH_STATUS_INACTIVE
-
user status - inactive
-
NX_AUTH_STATUS_TIMEOUT
-
user status - timed out
-
NX_BUILDER_LINEBREAK
-
-
NX_ERROR_FATAL
-
Define useful constants
-
NX_ERROR_NOTICE
-
-
NX_ERROR_WARNING
-