PHP Class Glossary, 68kb

Handles the glossary items
Inheritance: extends Controller
显示文件 Open project: 68kb/68kb Class Usage Examples

Public Methods

Method Description
__construct ( )
index ( ) Index Controller
term ( $term = '' ) Term

Method Details

__construct() public method

public __construct ( )

index() public method

Show the home page
public index ( )

term() public method

Find the key term
public term ( $term = '' )