PHP Class TodoController, miniPHP

Author: ancongcong
Inheritance: extends Yaf_Controller_Abstract
显示文件 Open project: omarelgabry/miniphp Class Usage Examples

Public Methods

Method Description
beforeAction ( ) override this method to perform any logic before calling action method as explained above
create ( )
delete ( )
index ( )
isAuthorized ( )

Method Details

beforeAction() public method

override this method to perform any logic before calling action method as explained above
public beforeAction ( )

create() public method

public create ( )

delete() public method

public delete ( )

index() public method

public index ( )

isAuthorized() public method

public isAuthorized ( )