Antidot PHP API  version 0.16.0
##PHP API to simplify integration of Antidot components
 All Classes Files Functions Variables Groups Pages
Public Attributes | List of all members
AfsHelperFormat Class Reference

Helper format. More...

Inheritance diagram for AfsHelperFormat:
BasicEnum

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.

Detailed Description

Helper format.

Specify in which format helpers are generated.

Member Data Documentation

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.

Examples:
full_example.php, and full_lightweight_example.php.