tutorial

Translations of my Zend Framework Tutorial for ZF 1.10 & 1.11

Recently, a couple of people have very generously donated their time to translate my Zend Framework Tutorial into their native language to help their fellow countrymen.

Firstly, Mario Santagiuliana has provided an Italian translation: Introduzione allo Zend Framework.

Secondly, Radosław Benkel translated into Polish and I’m hosting the PDF here: Pierwsze kroki z Zend Framework.pdf.

Thank you both!

flattr this!

Author: Rob…

by News Robot on March 10, 2012 in News, No Comments »
tags: , , , , ,

Updated tutorial for Zend Framework 2 beta 1

With the announcement of Zend Framework beta 1, I have updated my venerable tutorial to work with it!

Getting started with Zend Framework 2 (beta1), creates the same application as my ZF1 tutorial, so it should be very familiar, but this time, it’s in the context of Zend Framework 2. As usual, it’s a PDF too.

Please download it, try it out and let me know if you find any typos!

Author: Rob…

by News Robot on October 18, 2011 in News, No Comments »
tags: , , , ,

New Zend_Auth tutorial

After too many months of neglect, I have completely rewritten my Zend_Auth tutorial so that it is compatible with Zend Framework 1.10!

As an experiment, I have written it directly in HTML, rather than PDF as before and cover the login form along with the login controller code required to authenticate a user using a database table. For good measure, I’ve included logging out and a view helper to show how to access the logged in user’s details.

The full source code is also available, if you don’t want to type it in :)

I hope you find it useful.

Author: Rob…

by News Robot on August 27, 2010 in News, No Comments »
tags: ,

Rob Allen’s Blog: Zend Framework Tutorial for ZF 1.10

Rob Allen has updated his famous Zend Framework tutorial to cover changes made in last week release of ZF 1.10.

As a result, I have updated my Zend Framework tutorial so that it is completely current. The main change I made was to remove the _init methods in the Bootstrap as they are no longer needed. I also take advantage of the new features of the zf tool to enable layouts and create forms. It’s a shame that it gets the class name of the form wrong though!

It’s worth mentioning that Rob is writing and constantly updating his tutorial since Zend Framework 1.0 release, and it’s probably most popular ZF tutorial on the web.

Hari KT’s blog: A simple Blog using Zend framework 1.9

Recently we have published a note about great book for people interested in learning Zend Framework, Surviving The Deep End. Today we have similar, but much, much shorter publication for you. A simple Blog using Zend framework 1.9 is an article about building simple blog application from a scratch using Zend Framework.

The tutorial covers everything about building simple application based on Zend Framework, from using Zend_Tool to scaffold the project, through configuration, bootstrapping, up to creating models, forms and adding code to generated classes. Final application is regular blog, where uses can log in and depending on access level comment and publish new posts.

This is very interesting reading for all developers new to Zend Framework. If you want to see how things work in Zend Framework, or you want to show it to someone, for instance co-worker, this article is for you.

by Wojciech Szela on September 21, 2009 in News, Tutorials, No Comments »
tags: , ,