PHP Class Admin_glossary, 68kb

Inheritance: extends Admin_Controller
Show file Open project: 68kb/68kb

Public Methods

Method Description
__construct ( )
add ( ) add term
edit ( $id = '' ) edit term
grid ( ) : string Grid
index ( ) Show table grid
update ( ) Delete Article

Private Methods

Method Description
_column_to_field ( $i ) : string Relate column to field

Method Details

__construct() public method

public __construct ( )

add() public method

add term
public add ( )

edit() public method

edit term
public edit ( $id = '' )

grid() public method

This is used by the data table js.
public grid ( ) : string
return string

index() public method

Show table grid
public index ( )

update() public method

Delete Article
public update ( )