ZMObject
└─ZMController
└─ZMScaffoldController
public class ZMScaffoldController
extends ZMController
| Method Summary | |
|---|---|
| void | __construct(string requestId) Create new instance. |
| ZMView | {@inheritDoc} |
| Methods inherited from org.zenmagick.mvc.controller\ZMController | |
|---|---|
| __construct, findView, getFormData, getId, getView, getViewData, isAjax, isFormSubmit, preProcess, process, processGet, processPost, setContentType, setId, setView, validate, validateFormData, validateSession | |
| Methods inherited from org.zenmagick.core\ZMObject | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
public void __construct(string requestId)
Create new instance.
null to use the request id.public ZMView process(ZMRequest request)
Process a HTTP request.
Supported request methods are GET and POST.
This method should not be overridded!.
ZMView instance or null.
Scaffold controller.
Allows to execute a specific method based on request parameters.