![]() |
Build RESTful ZF2 Applications In this webinar, Matthew presents a quick overview of considerations necessary for building a RESTful JSON API, focusing on the Hypermedia Application Language (HAL) project. He demonstrates using a Zend Framework 2 module, PhlyRestfully, to build a web service. In the process, you'll gain some insights into building your own modules, as well as extending and collaborating with existing modules, when developing your own Zend Framework 2 applications. Presenter – Matthew Weier O'Phinney, ZF Project Lead (66 min) - April 4, 2013 |
![]() |
ZF2 for ZF1 Developers Zend Framework 2 is here! But where do you start? Even the most seasoned of Zend Framework 1 veterans can struggle trying to comprehend the sweeping changes between Zend Framework 1 and Zend Framework 2. This session runs you through some of the core components of Zend Framework 2 by (very loosely) comparing them to their ZF1 equivalents. Firstly we cover some core concepts, like bootstrapping, routing and namespacing. Then we discover the “Holy Trinity” of ZF2’s core; namely the Module Manager, Event Manager and Service Manager. Finally, we take a look at some individual and widely used components, like ZendDb, ZendForm and ZendTranslate. Presenter – Gary Hockin (55 min) - February 26, 2013 |
![]() |
Doctrine 2 ORM and Zend Framework 2: an introduction to DoctrineModule Learn more about the reasons to use or not Doctrine 2 ORM and some basic functionalities available in the ORM. Marco Pivetta describes how to install and configure a ZendMVC based application for usage with doctrine, and also the features provided by DoctrineModule, such as Validators, Authentication, Forms, Caching, Pagination, CLI Tools and Integration with ZendDeveloperTools. This session also covers many best-practices and common mistakes you may encounter while developing applications based on the ORM. Presenter – Marco Pivetta (Ocramius) (56 min) - February 14, 2013 |
| |
Zend Server UI - A ZF2 Case Study With the Zend Server releases, Zend has completely redesigned the UI for its flagship product, Zend Server. In this session we take a look at how we built out the new UI using Zend Framework 2 and examine some of the things we learned. Presenter – Yonni Mendes (58 min) - January 29, 2013 |
![]() |
Building Secure Web Applications with ZF2 Security is a very important aspect of web applications and is not only limited to "filter the input and escape the output". In this session we will present the security features of Zend Framework 2 that can help PHP developers to build secure web applications. We will talk about the Authentication and Authorization component, the Escaper component and the Cryptographic component that can help to protect sensitive data using standard cryptographic algorithms. Presenter – Enrico Zimuel (58 min) - January 23, 2013 |
![]() |
Internationalization in ZF2 Building internationalized web applications is the key for global success. To achieve this goal with the least possible effort, Zend Framework 2 ships with a completely rewritten i18n layer, based on the well known Intl PHP extension. In this webinar, you will get an in-depth view into the new translation process and the features of the Intl extension, which will enable you to write more portable internationalized code. Presenter – Ben Scholzen, DASPRID's (36 min) - November 27, 2012 Presentation slides |
![]() |
ZendDb Usage in Architecting Models ZendDb's new architecture gives you more separation of concerns and modularity in your usage of ZendDb's components. In this webinar, Ralph Schindler guides you while you look at ZendDb's role as a persistence layer when growing your own models in your application. This includes TableGateway, RowGateway, consumption of database metadata and more. In the end, you'll have a more complete picture of the various tools available in Zend Framework 2.0 that aid you in building next-generation persistence backed applications. Presenter – Ralph Schindler (64 min) - November 15, 2012 |
![]() |
The MVC architecture of ZF2 In this webinar, we present the MVC (Model View Controller) architecture of Zend Framework 2 (ZF2). We show how to manage the HTTP request and how to handle the flow of a web application using events. Moreover we introduce the new module architecture of ZF2 that can help PHP developers to improve the practices of software reuse. Presenter – Enrico Zimuel (45 min) - October 30, 2012 |
![]() |
Introducing the Zend Framework 2 ModuleManager In this webinar, Evan Coury, author of the new ModuleManager component in ZF2, explains exactly how this new component works to enable the development of truly modular applications. Presenter – Evan Coury (43 min) - October 11, 2012 |
![]() |
Being a Good OSS Contributor: Building MongoDB Adapters for Zend Framework 2 10gen recently spent some time developing MongoDB adapters for Zend Framework 2's Session and Log components. Using these as our frame of reference, we walk through the entire contribution process from test-driven development to pull request. Although the code we're be covering is fairly specific, you can expect to pick up knowledge you can apply towards being a welcome contributor on any open-source project. Presenter – Jeremy Mikola, 10gen (61 min) - October 04, 2012 |
![]() |
Working with ZF2's ZendForm ZF2 introduces a completely rewritten Form component that can simplify form handling within your web application. Find out in this session how to use ZendForm to render your form, validate your data with input filters and ease the pain of forms on web pages. We look at configuration of form elements, data input filters & validation, error handling and rendering in our view layer using view helpers. Presenter – Rob Allen (46 min) - September 20, 2012 |
![]() |
Getting started with ZF2 Learn the basics so you can get started developing with ZF2 today. We cover the basics of creating your first controllers and views, as well as some core principles such as manipulating services and listening to events. Presenter – Matthew Weier O'Phinney (64 min) - September 12, 2012 |
| |
AgileZen and Zend Framework 2 - Project management software and API integration In this webinar we present the AgileZen project management software. AgileZen is a simple and flexible project management application that draws on ideas from lean manufacturing to provide a new way of thinking about project management. The example here is how the Zend Framework team uses AgileZen to manage the development of the ZF open source project. Moreover we will show how to use the AgileZen API using the component ZendServiceAgileZen of ZF2. Presenters - Enrico Zimuel, Zend Technologies & Alex Gibson, AgileZen (30 min) - September 5, 2012 |
![]() |
Magento User Experience Monitoring: The Shoppimon Story A painfully slow online store, broken check out buttons or a faulty search function: Most shoppers abandon the store when they run into problems. Learn how Shoppimon leveraged Zend Framework 2.0 and Zend Server to build a Cloud application that finds Magento problems through a PHP-based virtual-user engine. Presenter – Shahar Evron, CTO, Shoppimon (53 min) - June 14, 2012 ![]() |
![]() |
Cryptography made easy using Zend Framework 2 The component ZendCrypt of Zend Framework 2 makes the usage of cryptography easy, for instance to protect sensitive data. During this webinar we present the ZendCrypt features with some examples: how to store a password in a secure way, how to encrypt/decrypt data using symmetric algorithms, and how to apply digital sign using public key cryptography. Presenter – Enrico Zimuel (50 min) - May 31, 2012 |
| |
Views, Renderers, Resolvers, oh, my! Learn about Zend Framework 2.0's new view layer, and how you can leverage it to switch output formats, utilized alternate rendering strategies, and more. Presenter – Matthew Weier O'Phinney (53 min) - April 25th, 2012 |
|
Introducing ZendDb 2.0 Using insights from Zend_Db 1.0 usage scenarios, the ZendDb component has been refactored in Zend Framework 2.0, with greater flexibility, extensibility and modularity in mind. In this webinar we have a look at the new Adapter system, ResultSet iteration, TableGateway and RowGateway integration, and ZendDbSql, a query abstraction tool. We also examine how PHP 5.3's feature-set has influenced the design of the ZendDb API. Presenter – Ralph Schindler (65 min) April 03, 2012 |
| Zend Framework 2 Patterns Zend Framework 1 grew organically. An effort behind version 2.0 was to identify common themes and patterns, and to unify these in order to provide common low-level patterns to use everywhere. This webinar will serve as an overview of these patterns, identifying them, and discussing the interfaces involved and the concrete use cases we plan to ship in ZF2. Presenter – Matthew Weier O'Phinney (66 min) March 30, 2011 |

















