我使用symfony 2.1。其实我习惯了symfony 1.4。我在lib / DataFormatChecker.php下的symfony 1.4中有一个文件。有全局功能,例如emailchecker。放置此文件的最佳方式在哪里?如何在symfony 2.1中使用它?
谢谢!
答案 0 :(得分:3)
这里讨论了几乎相同的问题:
Where to store simple 3rd party class in Symfony2?
您可以在此处找到Symfony的文档:
http://symfony.com/doc/current/quick_tour/the_architecture.html
请注意,Symfony2附带了验证程序组件https://github.com/symfony/Validator;)