News Feed
Jobs Feed
Sections




News Archive
Rafael Dohms' Blog:
Filtering objects using annotations
August 12, 2011 @ 10:04:37

Rafael Dohms has an interesting new post to his site today looking at a library he's developed (inspired by the Symfony Validation library) to help filtering values with rules defined in annotations.

PHP does not have native Annotations support, however many projects have been using doc blocks to add value and semantics to code, like PHPUnit, Doctrine and Symfony. The Doctrine did a really good job in making available a Annotation parser kit, which allows you to bring the power of annotations into you own project. This opens up a few possibilities.

He shows the current use of the Validation library with a sample check of a $name variable for "not blank". His tool, DMS, extends this functionality and gives you access to both custom filtering methods and standard PHP functions to filter the resulting variable value. He includes an example showing two variables with filters StripTags, StripNewlines and Trim as well as the code to execute the filtering. You can get the library either ready to integrate with Symfony/Doctrine or as a standalone tool.

1 comment voice your opinion now!
filtering symfony annotations validation library


blog comments powered by Disqus

Similar Posts

Paul Jones' Blog: New Year's Benchmarks

Stefan Koopmanschap's Blog: A day filled with symfony news

Web Development Blog: Create PDF documents Online with TCPDF

Symfony Blog: Make your symfony application 70% faster

Shameer Chamal's Blog: Tutorial : Simple ajax validation for Kohana


Community Events









Don't see your event here?
Let us know!


podcast object introduction zendframework2 unittest phpunit framework api tool composer example community opinion code release language database testing interview development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework