input validation

Filtering objects using annotations - Rafael Dohms

Planet PHP  Thu, 08/11/2011 - 07:40

Filtering with 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.


 

Python 3: Building a Wiki Application

Linux Today  Thu, 05/19/2011 - 23:12

PACKT Publishing: "In this article, we will develop a wiki of our own, and in doing so, we will focus on two important concepts in building web applications.

The first one is the design of the data layer. The second one is input validation."


 

PHPBuilder.com: Add Custom Components to Your PHP Development wi...

PHPDeveloper.org  Fri, 06/11/2010 - 10:19

Continuing on with their look at the PRADO framework, PHPBuilder.com has published this new tutorial about adding in custom components to a PRADO-based application.