helper_PhpJs.mod

Parent Previous Next

// STEP THINGS THROUGH ONE STEP AT A TIME

// original phpjs.namespaced.mod from http://phpjs.org/ * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses.


var window = {};  // fix for not being in a browser environment


eval(TW.app.getGlobal("phpjs_namespaced"));

var PhpJs = new PHP_JS();


/*

Do following when needed in individual script, it is possible to overflow the stack

This form can be called even if twPan is not created

eval(TW.app.getGlobal("helper_PhpJs"));

This will create PhpJs and all its members for use

*/

Created with the Personal Edition of HelpNDoc: Full featured Documentation generator