January 1999
Beginner
373 pages
9h 43m
English
The name of the application that is used in the option file discussed earlier is by default the name of the file from which the script is run. You can use the appname method to change the name of the file:
$mw->appname("newname");
You can find out the current name of the application by calling appname with no arguments:
$name = $mw->appname();