Skip to content
Snippets Groups Projects
Commit bc274ba3 authored by pbarroca's avatar pbarroca
Browse files

Ajout déclaration validateurs Afi

parent 9699a52f
Branches
Tags
No related merge requests found
......@@ -216,6 +216,8 @@ class ZendAfi_Controller_Action_Helper_View extends Zend_View
$form
->getPluginLoader(Zend_Form::DECORATOR)
->addPrefixPath('ZendAfi_Form_Decorator', 'ZendAfi/Form/Decorator');
$form
->addElementPrefixPath('ZendAfi_Validate', 'ZendAfi/Validate', 'validate');
return $form;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment