Nexista_PathThis 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..
In many situations, such as src attributes of sitmap tags, query parameters, etc.... a protocol can be specified along with the desired variable in order to access data such as Flow, $_REQUEST, URIs, etc.... Path provides a standardized manner in which to access this data. For example, a map:xsl tag will have a src attribute defining the location of the XSL file. The defaut protocol in this case would be string so that, if no protocol is specfified, the value will be handled as a string. But other protocols can be used to resolve this value such as flow://some/var or php:some_php_eval_expression or get://some/get/var, etc.. Not all situations/tags accept multi-protocols. Please refer to the tag references for details.
Currently available protocols are: -get
Located in /kernel/path.php (line 54)
static get (line 70)
Returns a string based on given protocol://path
static parseInlineFlow (line 177)
Resolves inline flow vars.
This method will look for curly bracketed values in a string and return a flow expression.
static singleton (line 229)
Returns a class Nexista_singleton.
Documentation generated on Tue, 11 Mar 2008 23:23:09 -0400 for Nexista 0.2.0