Posts Tagged ‘screencast’

Zend_Acl Quickstart

Saturday, August 9th, 2008

This screencast covers the usage of Zend_Acl in combination with Zend_Auth. Zend_Acl will be used to implement a static “Access Control List” in the existing sample application which was created in the Zend_Auth screencast. At the bottom of this page you find the sources and relevant links.

 
icon for podpress  Zend_Acl Quickstart Screencast [30:46m]: Play Now | Play in Popup | Download

Screencast licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License.

Zend_Acl Screencast available

Saturday, August 9th, 2008

As announced in my last blog post, I’m publishing today the second part of my Zend_Auth/Zend_Acl screencast series covering the usage of Zend_Acl. In this tutorial I’m showing how to build a static “Access Control List” and how to integrate it with the help of a plugin into an existing application.
I’ve used this way of implementing Zend_Acl some month ago on a medium-sized but simple CRUD user interface as a part of a bigger web application. So what I’m showing here is not just theory but capable for small or even medium real life projects. Maybe I will do a third screencast or write a tutorial which shows some advanced stuff like how to dynamically create and modify access control lists with the help of a database and how to cache the whole thing.

For now, enjoy the screencast.

Zend_Auth Screencast online

Thursday, August 7th, 2008

It’s a pleasure to annouce the availability of my first Zend Framework screencast in English.
My german Zend_Auth/Zend_Acl screencast got some very positive feedback over the last month, therefore it was quite obvious to create a revised english version of it. I have splitted it into two parts:
First part covers a simple Zend_Auth example with a database table as backend.
The second part brings Zend_Acl into the game with a static Access Control List.

Enjoy the screencast. Second part will be published within the next two days.

Zend_Auth Quickstart

Thursday, August 7th, 2008

This screencast covers the basic usage of Zend_Auth and Zend_Auth_Adapter_Dbtable. At the bottom of this page you find the sources and relevant links.

 
icon for podpress  Zend_Auth Quickstart [17:17m]: Play Now | Play in Popup | Download

Screencast licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License.

German Zend_Auth/Zend_Acl Screencast

Thursday, August 7th, 2008

Als Basis für den Screencast wurde das Zend Framework in der Preview-Version des 1.5er Zweiges eingesetzt. Die dort besprochenen Möglichkeiten sollten also mindestens für die Lebenszeit 1.5er Reihe funktionieren.

 
icon for podpress  German Zend_Auth/Zend_Acl Screencast: Play Now | Play in Popup | Download

Screencast Index

Thursday, August 7th, 2008

Zend_Auth Quickstart

Learn how to build your own members area with Zend_Auth. In less than 18 minutes you will see how to use Zend_Auth in combination with a MySQL database

Zend_Acl Quickstart

Invest 30 minutes of your time and learn how to integrate an Access Control List into your application by using Zend_Acl.