== Overview == sfForms11Plugin is a little symfony forms 1.1 wrapper plugin for using it in symfony 1.0. As Symfony 1.1 forms/widget/validators are 100% independant from the framework, it's not a problem to use it in a symfony 1.0 project, or even in a non symfony project. To use 1.0 sfValidator and childs, you must call sfForms11ValidatorSwitcher::to10() to override default autoloading path for sfValidator. I left sfForms11ValidatorSwitcher::to11() method in case there is some need one day. You can also use the sfForms11ValidatorSwitcherFilter in your filter chain to automatically set the autoloading to 1.0 version, unless you set it otherwise in app.yml: {{{ all: sfForms11: modules: [comments] }}} == Install == To check it out: {{{ svn co http://svn.symfony-project.com/plugins/sfForms11Plugin }}} To use it as an external: {{{ svn propedit svn:externals plugins sfForms11Plugin http://svn.symfony-project.com/plugins/sfForms11Plugin }}} == Contents == * externals to right symfony 1.1 directories in repository == License == For the full copyright and license information, please view the LICENSE file that was distributed with this source code. == Changelog == === 2008-01-07 === * initial sfForms11Plugin import == Maintainers == * Romain Dorgueil