[web_response->includes] returns an array of filenames which were invoked in order to include the current file.
This method is useful in troubleshooting the nested include process and therefore the currently set variables or conditions under which the included file is being executed.
web_response->includes
Use the [web_response->includes] method.
Code
// File "file0.lasso"
include('/file1.lasso')
// File "file1.lasso"
include('/file2.lasso')
// FIle "file2.lasso"
web_response->includes
Result
Executing "file0.lasso" returns: array(/file0.lasso, /file1.lasso, /file2.lasso)
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments