Fresh PHP news, tutorials, tips and much more

Posts Tagged ‘form’

ZF example application part 6 Introduction to Zend_Form and Authentication with Zend_Auth

Thursday, May 8th, 2008

Today has been posted new part in tutorial series of creating blog application using Zend Framework. Pádraic Brady in this part shows how to use Zend_form and Zend_Auth libraries.

In the previous entry, we created a new Administration Module to hold blog management functionality, added a Module specific layout for it, and discussed the upcoming need to ensure this is only accessible by authorised Authors. In this entry I’ll unravel some of Zend_Form’s mysteries in adding a login form, before using Zend_Auth to implement authentication for authors.

In this part you would find many grate information how to build authentication system for your application using Zend Framework.

Post tagged with: , , ,

Posted in Advanced, Beginners | No Comments »

Decorators using Zend Framework Zend_Form

Tuesday, May 6th, 2008

Zend Framework usage grows very fast. Zend Developer Zone launched new tutorial of how to use Zend_Form module.

Zend_Form has been lauded by many as a welcome addition to Zend Framework, and a flexible solution to the problem of forms. That said, one point of flexibility it offers has proved to be a pain point for many developers: decorators. This tutorial aims to shed some light on decorators, as well as provide strategies for creating your own decorators and combining them in creative ways to customize the output your forms generate.

This complete tutorial shows how you can create good looking forms in your ZF applications. Zend_Form is new way of fast creating forms for PHP coders.

Post tagged with: , , , ,

Posted in Advanced | No Comments »