PHP Class View_ModelDetails, atk4

Inheritance: extends Grid_Basic
Show file Open project: atk4/atk4

Public Properties

Property Type Description
$default_controller
$include_id_column boolean The view will have 3 columns instead of just 2 by also showing the ID of each field. Uneful for debug purposes but unnecessary for general use.
$source_set boolean

Public Methods

Method Description
init ( ) Initialization
precacheTemplate ( )
render ( )
setModel ( $model, $actual_fields = UNDEFINED )
setSource ( $data )

Method Details

init() public method

Initialization
public init ( )

precacheTemplate() public method

public precacheTemplate ( )

render() public method

public render ( )

setModel() public method

public setModel ( $model, $actual_fields = UNDEFINED )

setSource() public method

public setSource ( $data )

Property Details

$default_controller public property

public $default_controller

$include_id_column public property

The view will have 3 columns instead of just 2 by also showing the ID of each field. Uneful for debug purposes but unnecessary for general use.
public bool $include_id_column
return boolean

$source_set public property

public bool $source_set
return boolean