Content - News Menu - Ressources Menu - Sitemap - Share your code - Code library - Reference
Formidable is part of the TYPO3 Project and is supported by Ameos
Sandbox is an object holding properties and methods that will be available and persisted in both the standard and the ajax execution environments.
| path | data type | req | def | uobj | description |
|---|---|---|---|---|---|
| extends | string; file-path |
The sandbox can extend an existing PHP class to inherit it's method and properties. Provide the path in this format: /path/to/class.mysandbox.php::mysandbox_classname
For tiny specializations, it's is also possible to define the php in a userobj.
To access the sandbox in your application, use:
If the sandbox defines a init() method, it will be called by Formidable at initialization time. |
Provided by Ameos