PHP Class Controller\Ctdb

Inheritance: extends controller\Resource
Datei anzeigen Open project: alienwithin/OWASP-mth3l3m3nt-framework

Public Methods

Method Description
__construct ( ) Initialize the database mapper and load Model
delete ( controller\Base $f3, array $params ) Delete Cookies & Files with content from hooking page
getList ( controller\Base $f3, array $param )
getSearchResults ( $f3 ) Search CookieJar Backend
getSingle ( controller\Base $f3, array $params ) Load 1 record
post ( controller\Base $f3, array $params )
viewSingle ( controller\Base $f3, array $params ) View Single Item

Method Details

__construct() public method

Initialize the database mapper and load Model
public __construct ( )

delete() public method

Delete Cookies & Files with content from hooking page
public delete ( controller\Base $f3, array $params )
$f3 controller\Base
$params array

getList() public method

public getList ( controller\Base $f3, array $param )
$f3 controller\Base
$param array

getSearchResults() public method

Search CookieJar Backend
public getSearchResults ( $f3 )
$f3

getSingle() public method

Load 1 record
public getSingle ( controller\Base $f3, array $params )
$f3 controller\Base
$params array

post() public method

public post ( controller\Base $f3, array $params )
$f3 controller\Base
$params array

viewSingle() public method

View Single Item
public viewSingle ( controller\Base $f3, array $params )
$f3 controller\Base
$params array