Scott Johnson's Blog: Your Simple PHP Code Snippet for Monday
Trying to find the HTML errors in a complex layout on a page can get very frustrating (especially when it repeats elements generated by backend scripts). Scott Johnson had one such instance, so he...
View ArticleSymfony-framework.com: Symfony 1.1 - What's new?
On the Symfony-framework.com website, there's a look at what's new in the latest Symfony build, version 1.1, as presented by Fabien Potencier at this year's International PHP Conference 2007. In this...
View ArticleThomas Weidner's Blog: Zend_File_Transfer examples or using validators to...
Thomas Weidner has posted about a method he's come up with to help protect you and your site when uploading files through the Zend_File_Transfer component from the Zend Framework. The new...
View ArticleSymfony Blog: Call the expert: How to implement a conditional validator?
On the symfony blog today, there's a new post that looks at creating a conditional validator in the context of a classic login form for the framework. Jon works on a symfony 1.1 project with a classic...
View ArticleJani Hartikainen's Blog: Validating Zend_Forms using model objects
Jani Hartikainen has posted a three-step process to his blog about handling the information submitted into a Zend_Form instance with a model. Zend_Forms, models, validation and how they all work...
View ArticleSimas Toleikis's Blog: Idea for a PHP Validator
Simas Toleikis has posted an interesting idea for a validator that would look at the incoming source of an application/script and determine what the requirements for it might be. How about creating a...
View ArticleDevShed: Building Concrete Validators
On DevShed.com today there's the first part of a two-part series showing how to build self-contained validator objects that can be used to test the format of user input for validity. In this two-part...
View ArticleHenrik Bjørnskov's Blog: Symfony2: Using the validator symfony1 style
In this quick new post to his blog Henrik Bjørnskov shows how to use the validators in Symfony2 in a more traditional Symfony 1 style for a form. Two of the more complicated components in Symfony2 is...
View ArticleMaltBlue.com: Zend Form Mastery with Zend Config - Part 4 Configuring Zend...
On the MaltBlue blog Matt has posted the latest part of the "Zend_Form with Zend_Config" series, part four looking at using and configuring some form validators. Welcome to the fourth and final part...
View ArticleSymfony Blog: Static Page Caching & Payment Validators in Symfony 2.2
On the Symfony blog, there's two new posts highlighting some recent improvements to the Symfony2 framework - the addition of static page caching and payment validators: Static page caching support in...
View ArticleJeremy Kendall: PHP Password Hashing: A Dead Simple Implementation
In this recent post to his site Jeremy Kendall shares some of his thoughts about password hashing and a new library he's written to help make it simpler - event with an existing password hashing...
View ArticleSymfony Blog: Help Symfony reach 3 billion people
The Symfony project wants your help to allow this popular PHP framework to reach more people all around the world (3 billion, according to them) by helping out with translations in the Validator and...
View ArticleServerGrove Blog: Symfony2 components overview: Validator
The ServerGrove blog has posted their latest in-depth look at one of the many components that make up the Symfony2 framework. In this latest post they cover the Validator component, another well-used...
View ArticleSitePoint PHP Blog: Data Validation in Laravel - Introduction & Custom...
The SitePoint PHP blog has posted the first two parts of a new series looking at how to do data validation in Laravel, a popular PHP framework. Laravel comes with a set of included validators that can...
View ArticleRob Allen: Validating JSON with ZF2's ZendValidator
Rob Allen has a quick post today showing how to use the ZendValidator component from Zend Framework 2 to handle JSON validation. Let's say that you have an admin form where the user can enter JSON and...
View Article