This commit is contained in:
Roly Rudy Gutierrez Pinto
2015-03-23 22:22:10 -04:00
parent 8331421b7b
commit 8f67bd2b21
9 changed files with 413 additions and 47 deletions

View File

@@ -75,6 +75,8 @@ class DynaformMapBuilder
$tMap->addColumn('DYN_CONTENT', 'DynContent', 'string', CreoleTypes::LONGVARCHAR, false, null);
$tMap->addColumn('DYN_LABEL', 'DynLabel', 'string', CreoleTypes::LONGVARCHAR, false, null);
$tMap->addColumn('DYN_VERSION', 'DynVersion', 'int', CreoleTypes::INTEGER, true, null);
$tMap->addValidator('DYN_TYPE', 'validValues', 'propel.validator.ValidValuesValidator', 'xmlform|grid', 'Please select a valid dynaform type.');