SlideShare a Scribd company logo
Zend Server for IBM i
                  5.6 Update
Mike Pavlak
Solution Consultant


To watch the webinar recording: http://bit.ly/wGkoCD




                                                   © All rights reserved. Zend Technologies, Inc.
Agenda

    • Open Source Toolkit
    • Compatibility Wrapper
    • Application Deployment
    • Q&A




2                           © All rights reserved. Zend Technologies, Inc.
Zend Server 5.6 for IBM i
    Key Features
      Shipping with IBM i 6.1 & 7.1

      New Open Source Toolkit ***GA***

      Performance enhancements

      PHP 5.3.8

      Zend Framework 1.11.3

      Application Deployment

      PTF Update as well as full package




3                           © All rights reserved. Zend Technologies, Inc.
Zend Server Update

www.zend.com




 Open Source Toolkit




                © All rights reserved. Zend Technologies, Inc.
Why a new toolkit

    • Open Source is the plan
    • Open Source languages using an Open Source toolkit
         Makes sense to me…

    • opportunity for community involvement
    • Created enhancements beyond previous toolkit
    • No effect on DB2 functions, only the i5 functions are
      impacted.




5   Insert->Header & Footer    © All rights reserved. Zend Technologies, Inc.
But I liked the old one, what are my options?

    • Upgrade customers
         Can continue to use Easycom or the new toolkit

         PTF upgrade process will not remove Easycom

         Support from Aura

    • New download customers
         New Open Source toolkit

         Easycom no longer ships with Zend Server 5.6 and higher

         Compatibility Wrapper…
                 • intercepts i5 function calls
                 • Passes to new toolkit, transparently


6   Insert->Header & Footer           © All rights reserved. Zend Technologies, Inc.
New toolkit FAQ

    • Zend official position and response is in the forums
    • Zend forums are a wonderful source of PHP info
    • Forum PHP on IBM iZend Server for IBM i New Toolkit
         http://forums.zend.com/viewtopic.php?f=113&t=41648

    • Contact Zend with questions.




7   Insert->Header & Footer   © All rights reserved. Zend Technologies, Inc.
Notes on installation (PTF update only)

    • Best to update Include_Path in php.ini
         PTF does not change it, first do no harm…

    • Head to Server SetupDirectivesPaths & Directories
    • Add: :/usr/local/zendsvr/share/ToolkitAPI




8   Insert->Header & Footer   © All rights reserved. Zend Technologies, Inc.
Bug in demos…sort of…

    • Current toolkit default to library XMLService (test lib)
    • Utilities are loaded into ZENDSVR. (production lib)
    • Need to tweak a file setting.
    • File : /usr/local/zendsvr/share/ToolkitAPI/ToolkitServiceSet.php




9   Insert->Header & Footer   © All rights reserved. Zend Technologies, Inc.
New toolkit is Object Oriented

     • Series of classes that “wrap” the IBM project
     • All PHP but Object Oriented…(wait, there’s more!)
     • Zend built the PHP wrapper




     • Sam Pinkhasov, Zend




10   Insert->Header & Footer   © All rights reserved. Zend Technologies, Inc.
Toolkit Plumbing from 10,000 feet

       DB2
                               DB2 Extension
     Functions
                                 or ODBC                         DRDA                     DB2
                                XML
                                                                                         Stored
                                   PHP                                                 Procedures
        OO                                                                                 &
                                  Classes
     Program                                                                              Data
                                  Toolkit
       Calls
                                    API
                                                                                             XML
                                                                                                                 HLL’s
                                         OO Request                                                            RPG, COBOL
        i5                                                                                RPG
                               Compatibility                                           XMLSERVICE
     functions
                                 Wrapper                                                                        System
                                                                                                   Parm Data
                                                                                                               Artifacts

11   Insert->Header & Footer          © All rights reserved. Zend Technologies, Inc.
XML Service

     • IBM has open sourced XMLService.
     • First Open Source project on IBM i. (that I know of…)
     • Made up of RPG, CL and DB2 stored procedures (SQL)


     • Tony Cairns, IBM Rochester




12   Insert->Header & Footer   © All rights reserved. Zend Technologies, Inc.
XML Service

     • Cross platform
     • Language agnostic
     • Basic plumbing for all open source languages




13   Insert->Header & Footer   © All rights reserved. Zend Technologies, Inc.
Compatibility Wrapper

     • Intercepts existing i5 function requests
     • Written in pure PHP
     • Passes them on to OO PHP which then…
     • Passes on to XML Service




     • Alan Seiden, SBS & alanseiden.com




14   Insert->Header & Footer   © All rights reserved. Zend Technologies, Inc.
Minor change to existing PHP script

     • Require the class…




15   Insert->Header & Footer   © All rights reserved. Zend Technologies, Inc.
Source Code on YiPs…for now…
     • http://youngiprofessionals.com/




16   Insert->Header & Footer   © All rights reserved. Zend Technologies, Inc.
PHP Classes
     • Class where all wrapper functions start
          Yes, this is OO but not too bad…

          Look at it and poke around, It’s OK!

          This is why we need the path set correctly




17   Insert->Header & Footer    © All rights reserved. Zend Technologies, Inc.
Housekeeping…

     • Need to set the extension and instantiate the object
          Singleton pattern

          Try & Catch

          Can put this in your own include




18   Insert->Header & Footer   © All rights reserved. Zend Technologies, Inc.
Now the program call

     • Set parameters based on function
          Call program                                                                 V   I
                                                                                    C   a
                                                                                L           n
                                                                            I       o
          Output results                                                       e       r   i
                                                                                    m
                                                                                n           t
                                                                            /   g
                                                                                    m
                                                                                        n
                                                                                    e
                                                                            O   t
                                                                                h
                                                                                    n   a   v
                                                                                            a
                                                                                    t   m
                                                                                            l
                                                                                        e




19   Insert->Header & Footer   © All rights reserved. Zend Technologies, Inc.
AddParameterChar
     • Located in ToolkitService.php
          /usr/local/zendsvr/share/ToolkitAPI

          Uses CharParam which extends ProgramParam, etc…




20   Insert->Header & Footer   © All rights reserved. Zend Technologies, Inc.
Before and after…Part 1
     • Existing code call




21   Insert->Header & Footer   © All rights reserved. Zend Technologies, Inc.
Before and after…Part 2
     • New Open Source Toolkit program call




22   Insert->Header & Footer   © All rights reserved. Zend Technologies, Inc.
Why the compatibility wrapper?

     • In the past 6 years many folks have invested in i5 functions
     • New toolkit is OOP but i5 functions support procedural code
     • Smooth the transition from Easycom to Open Source toolkit
     • Currently in beta




23   Insert->Header & Footer   © All rights reserved. Zend Technologies, Inc.
Zend Server Update

www.zend.com




 Application Deployment




                © All rights reserved. Zend Technologies, Inc.
Package up applications
     •Easily create application packages that consist of source
      code, metadata and scripts
     •Deploy applications on any number of servers using a
      simple wizard or through a Web API
     •View deployment errors in Zend Server or Zend Server
      Cluster Manager Events view
     •Rapidly deploy application updates or remove
      applications from servers
     •Full support for on-premise and cloud deployments
     •Use with custom or 3rd party applications, such as
      Magento and Drupal
25   Insert->Header & Footer   © All rights reserved. Zend Technologies, Inc.
Zend Server Update

www.zend.com




 Wrap it up




               © All rights reserved. Zend Technologies, Inc.
Webcasts

     • February 15 – Application Deployment on IBM i
     • March 6 – Performance Tuning PHP and IBM i
     • April 12 – Stored Procedures Part II (RPG, etc.)
     • May 2 – Additional Functions of DB2 with PHP on IBM i




                       Your thoughts???
27   Insert->Header & Footer   © All rights reserved. Zend Technologies, Inc.
Events where you’ll find Zend…

     • User groups
          Status (Ft Wayne, IN) Feb 14
                  • http://www.statususer.org/html/20120214.html
          OCEAN (Orange County, CA) Feb 21
                  • http://www.ocean400.org/
          WMCPA (Lake Geneva, WI) Mar 20-22
                  • http://wmcpa.org/
          NEUGC (Boston, MA) April 2-4
                  • http://neugc.org/




28   Insert->Header & Footer            © All rights reserved. Zend Technologies, Inc.
Events where you’ll find Zend…(cont.)
     • Major venues
          RPG & DB2 Summit (Ft. Worth, TX) Mar 25-28
                  • http://www.systemideveloper.com/Summit/conferences.html




          COMMON Annual Meeting and Expo (Anaheim, CA) May 6-9
                  • http://www.common.org/index.php/annualmeeting.html




          COMMON Fall Conference (Columbus, OH) Sep 24-26
                  • http://www.common.org/index.php/fall-conference-and-expo.html


29   Insert->Header & Footer        © All rights reserved. Zend Technologies, Inc.
Q&A

     mike.p@zend.com

     To watch the webinar recording: http://bit.ly/wGkoCD




30                © All rights reserved. Zend Technologies, Inc.

More Related Content

PPT
Apache Harmony: An Open Innovation
PDF
1 hour dive into Erlang/OTP
PDF
PIL - A Platform Independent Language
PDF
Kostis Sagonas: Cool Tools for Modern Erlang Program Developmen
PDF
The Whole Platform A Language Workbench for Eclipse
PDF
Professional XML with PHP
PDF
Key topics when migrating from FAST to Solr, EuroCon 2010
PPTX
FOSDEM2016 - Ruby and OMR
Apache Harmony: An Open Innovation
1 hour dive into Erlang/OTP
PIL - A Platform Independent Language
Kostis Sagonas: Cool Tools for Modern Erlang Program Developmen
The Whole Platform A Language Workbench for Eclipse
Professional XML with PHP
Key topics when migrating from FAST to Solr, EuroCon 2010
FOSDEM2016 - Ruby and OMR

Viewers also liked (20)

PDF
Zend Core on IBM i - Security Considerations
PPT
I18n with PHP 5.3
PDF
Getting Started-with-Laravel
PPT
PHP on Windows - What's New
PPTX
PHP and Platform Independance in the Cloud
PPT
Basic Oops concept of PHP
KEY
Zend_Tool: Practical use and Extending
PDF
CPAN 模組二三事
PDF
Git 基础
ODP
Joomla! Day UK 2009 Template Design
PDF
Getting hands dirty with php7
PPTX
Application architecture for the rest of us - php xperts devcon 2012
PPT
Eight simple rules to writing secure PHP programs
PDF
Elegant Ways of Handling PHP Errors and Exceptions
PPT
Learning of Php and My SQL Tutorial | For Beginners
PDF
Introduction to CakePHP
PPT
Synapse india complain sharing info about php chaptr 26
PPT
Oops in PHP
PPTX
India Startup Report
PPTX
Zend Core on IBM i - Security Considerations
I18n with PHP 5.3
Getting Started-with-Laravel
PHP on Windows - What's New
PHP and Platform Independance in the Cloud
Basic Oops concept of PHP
Zend_Tool: Practical use and Extending
CPAN 模組二三事
Git 基础
Joomla! Day UK 2009 Template Design
Getting hands dirty with php7
Application architecture for the rest of us - php xperts devcon 2012
Eight simple rules to writing secure PHP programs
Elegant Ways of Handling PHP Errors and Exceptions
Learning of Php and My SQL Tutorial | For Beginners
Introduction to CakePHP
Synapse india complain sharing info about php chaptr 26
Oops in PHP
India Startup Report
Ad

Similar to Zend server for IBM i update 5.6 (20)

PPTX
Zend Products and PHP for IBMi
PDF
A Tale of Two Toolkits
PDF
What's new with Zend server
PDF
Business value of PHP
PDF
Getting started with PHP on IBM i
PDF
Application Deployment on IBM i
PDF
Rc023 php online
PDF
DPC2007 CodeGear, Delphi For PHP (Pawel Glowacki)
 
PDF
DPC2007 Zend Framework (Gaylord Aulke)
 
PDF
Integrating PHP With System-i using Web Services
PPT
Zend PHP Solutions for IBM i
PDF
Seaside Status Message
PDF
Seaside News
PDF
Zend Framework Getting Started For I5
PDF
Zend Server: A Guided Tour
PDF
PHP in the Real World
PDF
Zend Framework Handout
PDF
Zend Framework Handout
PDF
Php Online Final
PDF
WebLogic Diagnostic Framework Dr. Frank Munz / munz & more WLS11g
Zend Products and PHP for IBMi
A Tale of Two Toolkits
What's new with Zend server
Business value of PHP
Getting started with PHP on IBM i
Application Deployment on IBM i
Rc023 php online
DPC2007 CodeGear, Delphi For PHP (Pawel Glowacki)
 
DPC2007 Zend Framework (Gaylord Aulke)
 
Integrating PHP With System-i using Web Services
Zend PHP Solutions for IBM i
Seaside Status Message
Seaside News
Zend Framework Getting Started For I5
Zend Server: A Guided Tour
PHP in the Real World
Zend Framework Handout
Zend Framework Handout
Php Online Final
WebLogic Diagnostic Framework Dr. Frank Munz / munz & more WLS11g
Ad

More from Zend by Rogue Wave Software (20)

PDF
Develop microservices in php
PPTX
Speed and security for your PHP application
PPTX
Building and managing applications fast for IBM i
PDF
Building web APIs in PHP with Zend Expressive
PPTX
To PHP 7 and beyond
PDF
Speed up web APIs with Expressive and Swoole (PHP Day 2018)
PDF
The Sodium crypto library of PHP 7.2 (PHP Day 2018)
PDF
Develop web APIs in PHP using middleware with Expressive (Code Europe)
PDF
Middleware web APIs in PHP 7.x
PPTX
Ongoing management of your PHP 7 application
PDF
Developing web APIs using middleware in PHP 7
PDF
The Docker development template for PHP
PDF
The most exciting features of PHP 7.1
PPTX
Unit testing for project managers
PDF
The new features of PHP 7
PPTX
Deploying PHP apps on the cloud
PPTX
Data is dead. Long live data!
PPTX
Optimizing performance
PPTX
Resolving problems & high availability
PPTX
Developing apps faster
Develop microservices in php
Speed and security for your PHP application
Building and managing applications fast for IBM i
Building web APIs in PHP with Zend Expressive
To PHP 7 and beyond
Speed up web APIs with Expressive and Swoole (PHP Day 2018)
The Sodium crypto library of PHP 7.2 (PHP Day 2018)
Develop web APIs in PHP using middleware with Expressive (Code Europe)
Middleware web APIs in PHP 7.x
Ongoing management of your PHP 7 application
Developing web APIs using middleware in PHP 7
The Docker development template for PHP
The most exciting features of PHP 7.1
Unit testing for project managers
The new features of PHP 7
Deploying PHP apps on the cloud
Data is dead. Long live data!
Optimizing performance
Resolving problems & high availability
Developing apps faster

Recently uploaded (20)

PDF
Machine learning based COVID-19 study performance prediction
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
Spectroscopy.pptx food analysis technology
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
sap open course for s4hana steps from ECC to s4
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Empathic Computing: Creating Shared Understanding
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPT
Teaching material agriculture food technology
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Machine learning based COVID-19 study performance prediction
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
MIND Revenue Release Quarter 2 2025 Press Release
Understanding_Digital_Forensics_Presentation.pptx
“AI and Expert System Decision Support & Business Intelligence Systems”
Spectroscopy.pptx food analysis technology
Dropbox Q2 2025 Financial Results & Investor Presentation
sap open course for s4hana steps from ECC to s4
20250228 LYD VKU AI Blended-Learning.pptx
Empathic Computing: Creating Shared Understanding
Reach Out and Touch Someone: Haptics and Empathic Computing
Digital-Transformation-Roadmap-for-Companies.pptx
Teaching material agriculture food technology
Building Integrated photovoltaic BIPV_UPV.pdf
Unlocking AI with Model Context Protocol (MCP)
Spectral efficient network and resource selection model in 5G networks
Per capita expenditure prediction using model stacking based on satellite ima...
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
How UI/UX Design Impacts User Retention in Mobile Apps.pdf

Zend server for IBM i update 5.6

  • 1. Zend Server for IBM i 5.6 Update Mike Pavlak Solution Consultant To watch the webinar recording: http://bit.ly/wGkoCD © All rights reserved. Zend Technologies, Inc.
  • 2. Agenda • Open Source Toolkit • Compatibility Wrapper • Application Deployment • Q&A 2 © All rights reserved. Zend Technologies, Inc.
  • 3. Zend Server 5.6 for IBM i Key Features Shipping with IBM i 6.1 & 7.1 New Open Source Toolkit ***GA*** Performance enhancements PHP 5.3.8 Zend Framework 1.11.3 Application Deployment PTF Update as well as full package 3 © All rights reserved. Zend Technologies, Inc.
  • 4. Zend Server Update www.zend.com Open Source Toolkit © All rights reserved. Zend Technologies, Inc.
  • 5. Why a new toolkit • Open Source is the plan • Open Source languages using an Open Source toolkit Makes sense to me… • opportunity for community involvement • Created enhancements beyond previous toolkit • No effect on DB2 functions, only the i5 functions are impacted. 5 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 6. But I liked the old one, what are my options? • Upgrade customers Can continue to use Easycom or the new toolkit PTF upgrade process will not remove Easycom Support from Aura • New download customers New Open Source toolkit Easycom no longer ships with Zend Server 5.6 and higher Compatibility Wrapper… • intercepts i5 function calls • Passes to new toolkit, transparently 6 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 7. New toolkit FAQ • Zend official position and response is in the forums • Zend forums are a wonderful source of PHP info • Forum PHP on IBM iZend Server for IBM i New Toolkit http://forums.zend.com/viewtopic.php?f=113&t=41648 • Contact Zend with questions. 7 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 8. Notes on installation (PTF update only) • Best to update Include_Path in php.ini PTF does not change it, first do no harm… • Head to Server SetupDirectivesPaths & Directories • Add: :/usr/local/zendsvr/share/ToolkitAPI 8 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 9. Bug in demos…sort of… • Current toolkit default to library XMLService (test lib) • Utilities are loaded into ZENDSVR. (production lib) • Need to tweak a file setting. • File : /usr/local/zendsvr/share/ToolkitAPI/ToolkitServiceSet.php 9 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 10. New toolkit is Object Oriented • Series of classes that “wrap” the IBM project • All PHP but Object Oriented…(wait, there’s more!) • Zend built the PHP wrapper • Sam Pinkhasov, Zend 10 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 11. Toolkit Plumbing from 10,000 feet DB2 DB2 Extension Functions or ODBC DRDA DB2 XML Stored PHP Procedures OO & Classes Program Data Toolkit Calls API XML HLL’s OO Request RPG, COBOL i5 RPG Compatibility XMLSERVICE functions Wrapper System Parm Data Artifacts 11 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 12. XML Service • IBM has open sourced XMLService. • First Open Source project on IBM i. (that I know of…) • Made up of RPG, CL and DB2 stored procedures (SQL) • Tony Cairns, IBM Rochester 12 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 13. XML Service • Cross platform • Language agnostic • Basic plumbing for all open source languages 13 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 14. Compatibility Wrapper • Intercepts existing i5 function requests • Written in pure PHP • Passes them on to OO PHP which then… • Passes on to XML Service • Alan Seiden, SBS & alanseiden.com 14 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 15. Minor change to existing PHP script • Require the class… 15 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 16. Source Code on YiPs…for now… • http://youngiprofessionals.com/ 16 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 17. PHP Classes • Class where all wrapper functions start Yes, this is OO but not too bad… Look at it and poke around, It’s OK! This is why we need the path set correctly 17 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 18. Housekeeping… • Need to set the extension and instantiate the object Singleton pattern Try & Catch Can put this in your own include 18 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 19. Now the program call • Set parameters based on function Call program V I C a L n I o Output results e r i m n t / g m n e O t h n a v a t m l e 19 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 20. AddParameterChar • Located in ToolkitService.php /usr/local/zendsvr/share/ToolkitAPI Uses CharParam which extends ProgramParam, etc… 20 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 21. Before and after…Part 1 • Existing code call 21 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 22. Before and after…Part 2 • New Open Source Toolkit program call 22 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 23. Why the compatibility wrapper? • In the past 6 years many folks have invested in i5 functions • New toolkit is OOP but i5 functions support procedural code • Smooth the transition from Easycom to Open Source toolkit • Currently in beta 23 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 24. Zend Server Update www.zend.com Application Deployment © All rights reserved. Zend Technologies, Inc.
  • 25. Package up applications •Easily create application packages that consist of source code, metadata and scripts •Deploy applications on any number of servers using a simple wizard or through a Web API •View deployment errors in Zend Server or Zend Server Cluster Manager Events view •Rapidly deploy application updates or remove applications from servers •Full support for on-premise and cloud deployments •Use with custom or 3rd party applications, such as Magento and Drupal 25 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 26. Zend Server Update www.zend.com Wrap it up © All rights reserved. Zend Technologies, Inc.
  • 27. Webcasts • February 15 – Application Deployment on IBM i • March 6 – Performance Tuning PHP and IBM i • April 12 – Stored Procedures Part II (RPG, etc.) • May 2 – Additional Functions of DB2 with PHP on IBM i Your thoughts??? 27 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 28. Events where you’ll find Zend… • User groups Status (Ft Wayne, IN) Feb 14 • http://www.statususer.org/html/20120214.html OCEAN (Orange County, CA) Feb 21 • http://www.ocean400.org/ WMCPA (Lake Geneva, WI) Mar 20-22 • http://wmcpa.org/ NEUGC (Boston, MA) April 2-4 • http://neugc.org/ 28 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 29. Events where you’ll find Zend…(cont.) • Major venues RPG & DB2 Summit (Ft. Worth, TX) Mar 25-28 • http://www.systemideveloper.com/Summit/conferences.html COMMON Annual Meeting and Expo (Anaheim, CA) May 6-9 • http://www.common.org/index.php/annualmeeting.html COMMON Fall Conference (Columbus, OH) Sep 24-26 • http://www.common.org/index.php/fall-conference-and-expo.html 29 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc.
  • 30. Q&A mike.p@zend.com To watch the webinar recording: http://bit.ly/wGkoCD 30 © All rights reserved. Zend Technologies, Inc.