ZedSeriesWizardHelper __construct(
)
|
|
API Tags:
void buildStepFromDca(
array
$arrFields, array
$arrDca, string
$tableName, [array
$arrValues = array()]
)
|
|
build a list of step from a DCA (Data Configuration Array)
Parameters:
|
array |
$arrFields: |
a list of fields to include in generated step |
|
array |
$arrDca: |
dca from which you want to take fields |
|
string |
$tableName: |
table name related to dca |
|
array |
$arrValues: |
an associative array of field => defaul value to assign |
API Tags:
you can override this in extended class to specify you own configuration settings
API Tags:
| Return: | a string that indicates the ini file settings or an instance of ZedSeriesIniConfigWizard |
| Access: | protected |
API Tags:
| Return: | an array of steps |
| Abstract: | |
| Access: | protected |
you can override this in extended class to specify you own custom validators callback
default to array i.e. no validator beyond widget built-in
API Tags:
| Return: | an associative array as 'fieldName' => array($objValidator, 'methodValidator') |
| Access: | protected |
return mixed string with html code or array of values
API Tags: