setScriptFile() public method
Sets the entry script file path.
The entry script file path normally can be obtained from $_SERVER['SCRIPT_FILENAME']. If your server configuration does not return the correct value, you may configure this property to make it right.
| public void setScriptFile ( $value ) | ||
|---|---|---|
| $value | string |
The entry script file path. |
Please login to continue.