Articles by Aurelio De Rosa

What’s New in Zend Framework 2

What's New in Zend Framework 2

Zend Framework 2 stable has been released. Apart from the name, version 2 is really a new project compared to the older version; ZF has been totally rewritten! Here’s a brief overview of some of the new features and changes that have been introduced to the framework.

Sending Email with Swift Mailer

Sending Email with Swift Mailer

Sending email is a common task we must deal with often. Although you can use PHP’s native functions, they can be too low-level, especially when you want to attach files to your messages. This article introduces you to Swift Mailer, a powerful, component-based library that let’s you send emails easily through an OOP interface.

List Files and Directories with PHP

List Files and Directories with PHP

This beginner article discusses several different ways to achieve the same goal: retrieve and filter a list of files and directories. Some approaches use basic PHP functions for the absolute beginner, and other approaches use the more robust SPL Iterators for the more moderate beginners.

Setting Custom Error Messages for Zend_Form_Element

Setting Custom Error Messages for Zend_Form_Element

How do you mark a field of a Zend_Form form that is a Zend_Form_Element as invalid, showing one or more custom error messages? The question is mainly raised by the native counter-intuitive methods of the Zend_Form_Element class. Learn how to properly set custom error messages for your Zend_Form_Elements with this article.

© 1998-2012 SitePoint Pty. Ltd. All Rights Reserved