PHP Class Admin_glossary, 68kb

Inheritance: extends Admin_Controller
Afficher le fichier Open project: 68kb/68kb

Méthodes publiques

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

Private Methods

Méthode Description
_column_to_field ( $i ) : string Relate column to field

Method Details

__construct() public méthode

public __construct ( )

add() public méthode

add term
public add ( )

edit() public méthode

edit term
public edit ( $id = '' )

grid() public méthode

This is used by the data table js.
public grid ( ) : string
Résultat string

index() public méthode

Show table grid
public index ( )

update() public méthode

Delete Article
public update ( )