![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Helper format. More...
Public Attributes | |
| const | HELPERS = 0 |
| Outputs from response helper and sub-sequent child helpers are instances of helper classes. | |
| const | ARRAYS = 1 |
| Outputs from response helper and sub-sequent child helpers are array of key/value pairs. | |
Additional Inherited Members | |
Static Protected Member Functions inherited from BasicEnum | |
| static | check_val ($instance, $value, $msg=null) |
| Checks whether the value is valid. | |
Helper format.
Specify in which format helpers are generated.
| const ARRAYS = 1 |
Outputs from response helper and sub-sequent child helpers are array of key/value pairs.
This is the prefered format to use in combination with PHP template engines.
1.8.1.2