Here is a link to the presentation slides for the session I gave @ Zend’s Uncon. Thanks for all who attended and your questions and feedback!
Tonight, I am speaking on two topics: An Introduction to Zend Framework and using AMF over HTTP with Zend_AMF. I have included my notes and source code:
Summary:
The Zend Framework (ZF) has become the standard for building enterprise applications and web services in PHP. In this session, you will gain an understanding of what the Zend Framework offers. I will cover the fundamentals of creating web services using ZF and connecting a Flex application to those services using REST and Adobe’s Zend_AMF component.
I will also be covering some common Design Patterns as part of the presentation and how ZF implements them (MVC, Front Controller), bootstrapping, etc. You should come out of this not only with an intro to ZF but also how
these design patterns are used on the server and where Flex fits into it all.
One note: This includes the source I have blogged about in previous articles as well as an ActionScript Project source as well. Many of you have asked for a sample of this. I hope this helps. I look forward to seeing you tonight!