SlideShare a Scribd company logo
1 of 35
Zend Products and PHP for IBMi




Shlomo Vanunu
Zend Global Services
                               Ā© All rights reserved. Zend Technologies, Inc.
CV

    ā€¢ Shlomo Vanunu is a senior consultant in the Zend lab
      located in Ramat Gan Israel and is a part of the i5 Global
      Services Team, involved in the development of the Zend for
      i5/OS installation base for IBMi.
    ā€¢ At the Zend IBMi Global Services, he provides technical
      services support and education for Zend Products for IBMi
      and related technologies on IBMi.
    ā€¢ Shlomo has worked in the IT industry for 25 years and has
      experience with IBMi OS, programming and several other OS
      variants.




2                         Ā© All rights reserved. Zend Technologies, Inc.
Agenda

ā€¢ IBM/ZEND Relationship and Offering
ā€¢ Zend Server/Studio Integration
ā€¢ Open Source Toolkit/Compatibility Wrapper
ā€¢ Zend Framework
ā€¢ QA




3                      Ā© All rights reserved. Zend Technologies, Inc.
Increasing the Maturity of the PHP Application Lifecycle




A PHP Server for            The RightScale Zend                               A professional-grade
business-critical PHP       PHP Solution Pack                                 development environment
applications that require   enables you to easily                             that includes PHP code
performance, reliability    manage a PHP runtime                              editing, debugging, profili
and security.               environment in the                                ng, unit
                            cloud.                                            testing, diagnostics and
                                                                              more.

4                            Ā© All rights reserved. Zend Technologies, Inc.
Zend Server 5.6 for IBMi
    Key Features
      ļ€“Shipping with IBMi 6.1 & 7.1

      ļ€“New Open Source Toolkit

      ļ€“Performance enhancements

      ļ€“PHP 5.3.8

      ļ€“Zend Framework 1.11.3

      ļ€“Application Deployment

      ļ€“PTF Update as well as full package
         ā€¢ Hotfix




5                           Ā© All rights reserved. Zend Technologies, Inc.
Zend Server 5.6 for IBMi




6   Insert->Header & Footer   Ā© All rights reserved. Zend Technologies, Inc.
Zend Products for IBMi Prerequisites
ā€¢ Prerequisite IBMi License programs ā€“
   GO LICPGM ļƒ  Select option ļƒ 10. Display installed licensed programs



ā€¢ Check the list of installed license programs:
   5722SS1   30       Qshell
   5722SS1   33        Portable App Solutions Environment
   5722SS1   13        System Openness Includes
   5722DG1 *BASE      IBM HTTP Server for i5/OS
   5733SC1   *BASE    IBM Portable Utilities for i5/OS

   5733SC1   1         OpenSSH, OpenSSL, zlib



                               Ā© All rights reserved. Zend Technologies, Inc.   #
Installation
ā€¢ Interactive Installation
 RSTLICPGM LICPGM(2ZSVRPI) DEV(*SAVF) SAVF(QGPL/ZSVRSAVF)

ā€¢ Objects created
   ļ€“The ZENDSVR library,
   ļ€“/usr/local/Zendsvr directory,
   ļ€“/www/zendsvr directory (web document root)
   ļ€“Zend-supplied user profiles
   ļ€“The Zendsvr subsystem and the HTTP servers
ā€¢ Batch/Silent Install
SBMJOB (RSTLICPGM LICPGM(2ZSVRPI) DEV(*SAVF) SAVF(QGPL/ZSVRSAVF))



                              Ā© All rights reserved. Zend Technologies, Inc.   #
Configuration - Setup Menu




                   Ā© All rights reserved. Zend Technologies, Inc.   #
Configuration -   Setup Menu




                    Ā© All rights reserved. Zend Technologies, Inc.   #
Zend Server, Zend Studio
           Integration




 11
Insert->Header & Footer   Ā© All rights reserved. Zend Technologies, Inc.
Zend Server Integration

ā€¢ Zend Server
  ļ€“ A value-added PHP install for IBMi, Linux, Windows, Mac OS X

  ļ€“ Community Edition (CE) and regular edition

  ļ€“ Installs a copy of Zend Framework
     ā€¢ PHP.INI specifies ā€œ/usr/local/zendsvr/share/ZendFramework/ā€ in its
       include_path variable
     ā€¢ All your PHP applications will be able to find the /library/zend folder without
       any further work



ā€¢ http://www.zend.com/en/products/server/



                            Ā© All rights reserved. Zend Technologies, Inc.
Zend Studio Integration

     ā€¢ Zend Studio
          ļ€“ Integrated Development Environment (IDE)

          ļ€“ IBMi edition is free thanks to IBM/Zend relationship

          ļ€“ Also installs its own copy of Zend Framework! (on your PC)



     ā€¢ http://www.zend.com/en/products/studio/




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

     ā€¢ Zend Framework
          ļ€“Can work with any PHP 5.x installation, but of course it works
              best with the Zend Products for IBMi
          ļ€“Installed automatically with Zend Server for IBMi
              /usr/local/zendsvr/share/ZendFramework/library/zend
          ļ€“Updates available at
              http://framework.zend.com/download/latest
          ļ€“Unzip into /usr/localā€¦ (see above) or your ZF library folder



     ā€¢ www.framework.zend.com


14   Insert->Header & Footer      Ā© All rights reserved. Zend Technologies, Inc.
Zend DBi

     ā€¢ Drop in replacement for MySQL
     ā€¢ Updates existing MySQL installation
     ā€¢ DB2 storage engine included




15   Insert->Header & Footer   Ā© All rights reserved. Zend Technologies, Inc.
Zend DBi ā€“ DB2/MySQL
ā€¢ Zend DBi: MySQL Replacement for IBMi
     ļ€“Use PHP's most popular database on the IBMi
     ļ€“MySQL has become the most commonly used database for PHP applications.

     ļ€“Zend's commitment to the IBMi platform, Zend DBi is available as a compatible
        drop-in replacement for MySQL on IBMi.
     ļ€“Zend DBi erases any uncertainty about the future of IBMi as a supported MySQL
        platform:
     ļ€“ built using the same open-source code used to build MySQL, and will be kept
        up to date by Zend and IBM with all features and bug fixes introduced in
        MySQL.
     ļ€“Zend DBi is part of the enterprise-ready PHP technology stack for IBMi that
        allows users to leverage open and industry standard solutions, while keeping
        their web and mobile workloads on existing IBMi systems where
        databases, business logic, and legacy applications reside.

16   Insert->Header & Footer      Ā© All rights reserved. Zend Technologies, Inc.
PHP Open Source Toolkit
 Access your IBMi




17             Ā© All rights reserved. Zend Technologies, Inc.
Open Source PHP Toolkit

ā€¢ Open Source!
  ļ€“Community Involvement can improve it

  ļ€“Customer can tweak!

  ļ€“Usher new era for IBMi developer!!!

ā€¢ Collaboration between IBM and Zend
ā€¢ Built on ILE RPG, Stored procedures and pure PHP
ā€¢ Speed improvement over current toolkit
ā€¢ Cross Platform Solution, run PHP scripts on desktop to IBMi
ā€¢ Object Oriented, but not too much!


                       Ā© All rights reserved. Zend Technologies, Inc.
New Toolkit Has Two Components
ā€¢ IBM
  ļ€“XML Service

ā€¢ Zend
  ļ€“Series of classes that ā€œwrapā€ the IBM project

  ļ€“ToolkitService() Class

  ļ€“Zend built the PHP wrapper

  ļ€“Let your i5 functions use the new toolkit under the covers

ā€¢ No OO training required to use them!!!
ā€¢ Need IBM PTFā€™s! (See Release Notes!)



                            Ā© All rights reserved. Zend Technologies, Inc.
XML Service lives at YiPs!




20   Insert->Header & Footer   Ā© All rights reserved. Zend Technologies, Inc.
Get your own copy of the code!
     ā€¢ RPG, XML & Stored Procedures

                                         http://www.youngiprofessionals.com




21   Insert->Header & Footer   Ā© All rights reserved. Zend Technologies, Inc.
Toolkit Architecture


       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

22   Insert->Header & Footer          Ā© All rights reserved. Zend Technologies, Inc.
What are the major components?

     ā€¢ Program calls
     ā€¢ Operating System functions
     ā€¢ SQL access




23   Insert->Header & Footer   Ā© All rights reserved. Zend Technologies, Inc.
Toolkit Overview

ā€¢ Setting Database Connections
  ļ€“ $ToolkitServiceObj =
      ToolkitService::getInstance($Host, $USER, $PASSWORDā€, $ExtensionPrefix)
  ļ€“

ā€¢ Setting the XML Service Options
  ļ€“ $ToolkitServiceObj->setToolkitServiceParams(array('lib=>$XMLServiceLib 'plug' =>
      $Plug, internalKey'=>$InternalKey, controlkey'=>$ControlKey, 'debugflag'=>$debug, 'lang
      uage'=>$Encoding));


  ļ€“ include_once 'authorization.php';
      include_once '../API/ToolkitService.php';

      $ToolkitServiceObj =
      ToolkitService::getInstance(ā€œ*LOCALā€, ā€œUSERā€, ā€œPASSWORDā€, ā€œibm_db2ā€);


                                   Ā© All rights reserved. Zend Technologies, Inc.
Toolkit Overview
ā€¢ The CLCommand Method


  ļ€“CLInteractiveCommand ā€“ Will return the command message or
   command return values.
     $message = $obj->CLInteractiveCommand($Command);


  ļ€“CLcommand ā€“ Will run the command in the batch without returning
   command messages or command return values.
     $obj->CLCommand($Command);




                         Ā© All rights reserved. Zend Technologies, Inc.
Toolkit Overview
ā€¢ The PGMCall Method
  ļ€“The program call method allows calling a program (*PGM) or service
   program (*SRVPGM).

  PgmCall($Program, $Library, $Parameters, $ReturnValue, $Function)


  ļ€“Define Program Parameters Methods
        The AddParameterPackDec
        The AddParameterZoned
        The AddParameterInt
        The AddParameterUInt
        The AddParameterFloat
        The AddParameterBin
        The AddDataStructure
        The SetParameterValue

                               Ā© All rights reserved. Zend Technologies, Inc.
Toolkit Overview
ā€¢ Define Program Parameters Methods
     ļ€“AddParameterChar Method
        AddParameterChar( $IOType, , $Size, $Comment, $Name, $Value);

     ļ€“AddParameterPackDec Method
        AddParameterPackDec ($IOType, , $Size, $Comment, $Name, $Value) ;

     ļ€“AddParameterZoned Method
         AddParameterZoned ($IOType, , $Size, $Comment, $Name, $Value)
        $param[] = $ToolkitServiceObj->AddParameterPackDec('both',12,2,'CheckAmt', 'amount', '2000.25');



     ļ€“SetParameterValue
         SetParameterValue ($Name, $Value)
                   $ToolkitServiceObj->SetParameterValue('code', '2');

     ļ€“$ToolkitServiceObj->disconnect()


27   Insert->Header & Footer                 Ā© All rights reserved. Zend Technologies, Inc.
Samples!
ā€¢ Located off the document root in directory NewToolkit!
ā€¢ Contains sample program call, etcā€¦




                      Ā© All rights reserved. Zend Technologies, Inc.
Zend Framework




29             Ā© All rights reserved. Zend Technologies, Inc.
Overview

ā€¢ Zend Framework
  ļ€“ Open source framework

  ļ€“ Develop secure web applications and web services with PHP 5

  ļ€“ Implemented using object oriented code and design



ā€¢ Unique component structure
  ļ€“Each component designed with few dependencies on other
   components
  ļ€“Many loosely coupled components that you can use more or less
   independently or ā€œuse-at-willā€


                       Ā© All rights reserved. Zend Technologies, Inc.
Overview

ā€¢ Zend Framework also
  ļ€“Provides an advanced Model-View-Controller (MVC)
   implementation
  ļ€“Used to establish a basic structure for your Zend Framework
   applications
  ļ€“A database abstraction that is simple to use

  ļ€“Forms/Views components that implements HTML form rendering

  ļ€“Validation and Filtering

  ļ€“Allows developers to consolidates all operations




                        Ā© All rights reserved. Zend Technologies, Inc.
Overview

     ā€¢ Zend Framework Components list




32   Insert->Header & Footer   Ā© All rights reserved. Zend Technologies, Inc.
33   Zend Framework home page   Ā© All rights reserved. Zend Technologies, Inc.
Resources
     ā€¢ Recorded Webinars
          ļ€“http://www.zend.com/en/resources/webinars/i5-os



     ā€¢ Zend Server for IBM i main page, link to downloads
          ļ€“http://www.zend.com/en/products/server/zend-server-ibm-i



     ā€¢ Zend Server manual:
          ļ€“PDF: http://www.zend.com/topics/Zend-Server-5-for-IBMi-Reference-Manual.pdf

          ļ€“Online: http://files.zend.com/help/Zend-Server-5/zend-
              server.htm#installation_guide.htm




34   Insert->Header & Footer              Ā© All rights reserved. Zend Technologies, Inc.
Books!




     ā€¢ Gutmans - PHP 5 Power Programming
     ā€¢ White - PHP 5 in Practice
     ā€¢ Schroeder/Olen ā€“ The IBM i
35                       Ā© All rights reserved. Zend Technologies, Inc.

More Related Content

What's hot

From Zero to ZF: Your first zend framework project on ibm i
From Zero to ZF: Your first zend framework project on ibm iFrom Zero to ZF: Your first zend framework project on ibm i
From Zero to ZF: Your first zend framework project on ibm iAlan Seiden
Ā 
IBM i: Fertile Ground for PHP Developers
IBM i: Fertile Ground for PHP DevelopersIBM i: Fertile Ground for PHP Developers
IBM i: Fertile Ground for PHP DevelopersAlan Seiden
Ā 
Web Performance First Aid
Web Performance First AidWeb Performance First Aid
Web Performance First AidAlan Seiden
Ā 
PHP on IBM i Tutorial
PHP on IBM i TutorialPHP on IBM i Tutorial
PHP on IBM i TutorialZendCon
Ā 
Performance tuning with zend framework
Performance tuning with zend frameworkPerformance tuning with zend framework
Performance tuning with zend frameworkAlan Seiden
Ā 
PHP Installed on IBM i - the Nickel Tour
PHP Installed on IBM i - the Nickel TourPHP Installed on IBM i - the Nickel Tour
PHP Installed on IBM i - the Nickel TourRod Flohr
Ā 
Running open source PHP applications on you IBM i
Running open source PHP applications on you IBM iRunning open source PHP applications on you IBM i
Running open source PHP applications on you IBM iProximity Group
Ā 
Install MariaDB on IBM i - Tips, troubleshooting, and more
Install MariaDB on IBM i - Tips, troubleshooting, and moreInstall MariaDB on IBM i - Tips, troubleshooting, and more
Install MariaDB on IBM i - Tips, troubleshooting, and moreRod Flohr
Ā 
Fundamentals of performance tuning PHP on IBM i
Fundamentals of performance tuning PHP on IBM i  Fundamentals of performance tuning PHP on IBM i
Fundamentals of performance tuning PHP on IBM i Zend by Rogue Wave Software
Ā 
Zend_Tool: Practical use and Extending
Zend_Tool: Practical use and ExtendingZend_Tool: Practical use and Extending
Zend_Tool: Practical use and ExtendingZendCon
Ā 
PHP on Windows - What's New
PHP on Windows - What's NewPHP on Windows - What's New
PHP on Windows - What's NewZendCon
Ā 
Zend Core on IBM i - Security Considerations
Zend Core on IBM i - Security ConsiderationsZend Core on IBM i - Security Considerations
Zend Core on IBM i - Security ConsiderationsZendCon
Ā 
Getting Started with SQL Server Compact Edition 3.51
Getting Started with SQL Server Compact Edition 3.51Getting Started with SQL Server Compact Edition 3.51
Getting Started with SQL Server Compact Edition 3.51Mark Ginnebaugh
Ā 
Web Clients for Ruby and What they should be in the future
Web Clients for Ruby and What they should be in the futureWeb Clients for Ruby and What they should be in the future
Web Clients for Ruby and What they should be in the futureToru Kawamura
Ā 
PHP Frameworks Review - Mar 19 2015
PHP Frameworks Review - Mar 19 2015PHP Frameworks Review - Mar 19 2015
PHP Frameworks Review - Mar 19 2015kyphpug
Ā 
Introduction to column oriented databases in PHP
Introduction to column oriented databases in PHPIntroduction to column oriented databases in PHP
Introduction to column oriented databases in PHPZend by Rogue Wave Software
Ā 
Extending ZF & Extending With ZF
Extending ZF & Extending With ZFExtending ZF & Extending With ZF
Extending ZF & Extending With ZFRalph Schindler
Ā 

What's hot (19)

From Zero to ZF: Your first zend framework project on ibm i
From Zero to ZF: Your first zend framework project on ibm iFrom Zero to ZF: Your first zend framework project on ibm i
From Zero to ZF: Your first zend framework project on ibm i
Ā 
IBM i: Fertile Ground for PHP Developers
IBM i: Fertile Ground for PHP DevelopersIBM i: Fertile Ground for PHP Developers
IBM i: Fertile Ground for PHP Developers
Ā 
Web Performance First Aid
Web Performance First AidWeb Performance First Aid
Web Performance First Aid
Ā 
PHP on IBM i Tutorial
PHP on IBM i TutorialPHP on IBM i Tutorial
PHP on IBM i Tutorial
Ā 
Performance tuning with zend framework
Performance tuning with zend frameworkPerformance tuning with zend framework
Performance tuning with zend framework
Ā 
PHP Installed on IBM i - the Nickel Tour
PHP Installed on IBM i - the Nickel TourPHP Installed on IBM i - the Nickel Tour
PHP Installed on IBM i - the Nickel Tour
Ā 
Running open source PHP applications on you IBM i
Running open source PHP applications on you IBM iRunning open source PHP applications on you IBM i
Running open source PHP applications on you IBM i
Ā 
Install MariaDB on IBM i - Tips, troubleshooting, and more
Install MariaDB on IBM i - Tips, troubleshooting, and moreInstall MariaDB on IBM i - Tips, troubleshooting, and more
Install MariaDB on IBM i - Tips, troubleshooting, and more
Ā 
Fundamentals of performance tuning PHP on IBM i
Fundamentals of performance tuning PHP on IBM i  Fundamentals of performance tuning PHP on IBM i
Fundamentals of performance tuning PHP on IBM i
Ā 
Zend_Tool: Practical use and Extending
Zend_Tool: Practical use and ExtendingZend_Tool: Practical use and Extending
Zend_Tool: Practical use and Extending
Ā 
PHP on Windows - What's New
PHP on Windows - What's NewPHP on Windows - What's New
PHP on Windows - What's New
Ā 
Zend Core on IBM i - Security Considerations
Zend Core on IBM i - Security ConsiderationsZend Core on IBM i - Security Considerations
Zend Core on IBM i - Security Considerations
Ā 
Getting Started with SQL Server Compact Edition 3.51
Getting Started with SQL Server Compact Edition 3.51Getting Started with SQL Server Compact Edition 3.51
Getting Started with SQL Server Compact Edition 3.51
Ā 
Web Clients for Ruby and What they should be in the future
Web Clients for Ruby and What they should be in the futureWeb Clients for Ruby and What they should be in the future
Web Clients for Ruby and What they should be in the future
Ā 
PHP Frameworks Review - Mar 19 2015
PHP Frameworks Review - Mar 19 2015PHP Frameworks Review - Mar 19 2015
PHP Frameworks Review - Mar 19 2015
Ā 
Require js training
Require js trainingRequire js training
Require js training
Ā 
Introduction to column oriented databases in PHP
Introduction to column oriented databases in PHPIntroduction to column oriented databases in PHP
Introduction to column oriented databases in PHP
Ā 
Zend Framework
Zend FrameworkZend Framework
Zend Framework
Ā 
Extending ZF & Extending With ZF
Extending ZF & Extending With ZFExtending ZF & Extending With ZF
Extending ZF & Extending With ZF
Ā 

Similar to Zend Products and PHP for IBMi

Getting started with PHP on IBM i
Getting started with PHP on IBM iGetting started with PHP on IBM i
Getting started with PHP on IBM iCOMMON Europe
Ā 
PHP Apps on the Move - Migrating from In-House to Cloud
PHP Apps on the Move - Migrating from In-House to Cloud  PHP Apps on the Move - Migrating from In-House to Cloud
PHP Apps on the Move - Migrating from In-House to Cloud RightScale
Ā 
What's new with Zend server
What's new with Zend serverWhat's new with Zend server
What's new with Zend serverCOMMON Europe
Ā 
Red Hat for IBM System z IBM Enterprise2014 Las Vegas
Red Hat for IBM System z IBM Enterprise2014 Las Vegas Red Hat for IBM System z IBM Enterprise2014 Las Vegas
Red Hat for IBM System z IBM Enterprise2014 Las Vegas Filipe Miranda
Ā 
High performance PHP: Scaling and getting the most out of your infrastructure
High performance PHP: Scaling and getting the most out of your infrastructureHigh performance PHP: Scaling and getting the most out of your infrastructure
High performance PHP: Scaling and getting the most out of your infrastructuremkherlakian
Ā 
Lamp Zend Security
Lamp Zend SecurityLamp Zend Security
Lamp Zend SecurityRam Srivastava
Ā 
The i7 Framework for System-i
The i7 Framework for System-iThe i7 Framework for System-i
The i7 Framework for System-iIvo Jansch
Ā 
How do I securely deploy Internet websites in PHP on my IBMi?
How do I securely deploy Internet websites in PHP on my IBMi?How do I securely deploy Internet websites in PHP on my IBMi?
How do I securely deploy Internet websites in PHP on my IBMi?Zend by Rogue Wave Software
Ā 
Integrating PHP With System-i using Web Services
Integrating PHP With System-i using Web ServicesIntegrating PHP With System-i using Web Services
Integrating PHP With System-i using Web ServicesIvo Jansch
Ā 
Ria Applications And PHP
Ria Applications And PHPRia Applications And PHP
Ria Applications And PHPJohn Coggeshall
Ā 
Red Hat for Power Systems IBM Enterprise2014 Las Vegas
Red Hat for Power Systems IBM Enterprise2014 Las VegasRed Hat for Power Systems IBM Enterprise2014 Las Vegas
Red Hat for Power Systems IBM Enterprise2014 Las VegasFilipe Miranda
Ā 
Microsoft TechDays 2011 - PHP on Windows
Microsoft TechDays 2011 - PHP on WindowsMicrosoft TechDays 2011 - PHP on Windows
Microsoft TechDays 2011 - PHP on WindowsEnterprise PHP Center
Ā 
Ibm i-modernization
Ibm i-modernizationIbm i-modernization
Ibm i-modernizationTom Presotto
Ā 
DPC2007 Zend Framework (Gaylord Aulke)
DPC2007 Zend Framework (Gaylord Aulke)DPC2007 Zend Framework (Gaylord Aulke)
DPC2007 Zend Framework (Gaylord Aulke)dpc
Ā 
Strategies and Tips for Building Enterprise Drupal Applications - PNWDS 2013
Strategies and Tips for Building Enterprise Drupal Applications - PNWDS 2013Strategies and Tips for Building Enterprise Drupal Applications - PNWDS 2013
Strategies and Tips for Building Enterprise Drupal Applications - PNWDS 2013Mack Hardy
Ā 
(phpconftw2012) PHP as a Middleware in Embedded Systems
(phpconftw2012) PHP as a Middleware in Embedded Systems(phpconftw2012) PHP as a Middleware in Embedded Systems
(phpconftw2012) PHP as a Middleware in Embedded Systemssosorry
Ā 

Similar to Zend Products and PHP for IBMi (20)

Getting started with PHP on IBM i
Getting started with PHP on IBM iGetting started with PHP on IBM i
Getting started with PHP on IBM i
Ā 
Zend server for IBM i update 5.6
Zend server for IBM i update 5.6Zend server for IBM i update 5.6
Zend server for IBM i update 5.6
Ā 
PHP Apps on the Move - Migrating from In-House to Cloud
PHP Apps on the Move - Migrating from In-House to Cloud  PHP Apps on the Move - Migrating from In-House to Cloud
PHP Apps on the Move - Migrating from In-House to Cloud
Ā 
What's new with Zend server
What's new with Zend serverWhat's new with Zend server
What's new with Zend server
Ā 
Red Hat for IBM System z IBM Enterprise2014 Las Vegas
Red Hat for IBM System z IBM Enterprise2014 Las Vegas Red Hat for IBM System z IBM Enterprise2014 Las Vegas
Red Hat for IBM System z IBM Enterprise2014 Las Vegas
Ā 
High performance PHP: Scaling and getting the most out of your infrastructure
High performance PHP: Scaling and getting the most out of your infrastructureHigh performance PHP: Scaling and getting the most out of your infrastructure
High performance PHP: Scaling and getting the most out of your infrastructure
Ā 
Lamp Zend Security
Lamp Zend SecurityLamp Zend Security
Lamp Zend Security
Ā 
The i7 Framework for System-i
The i7 Framework for System-iThe i7 Framework for System-i
The i7 Framework for System-i
Ā 
A Tale of Two Toolkits
A Tale of Two ToolkitsA Tale of Two Toolkits
A Tale of Two Toolkits
Ā 
green
greengreen
green
Ā 
How do I securely deploy Internet websites in PHP on my IBMi?
How do I securely deploy Internet websites in PHP on my IBMi?How do I securely deploy Internet websites in PHP on my IBMi?
How do I securely deploy Internet websites in PHP on my IBMi?
Ā 
Zend
ZendZend
Zend
Ā 
Integrating PHP With System-i using Web Services
Integrating PHP With System-i using Web ServicesIntegrating PHP With System-i using Web Services
Integrating PHP With System-i using Web Services
Ā 
Ria Applications And PHP
Ria Applications And PHPRia Applications And PHP
Ria Applications And PHP
Ā 
Red Hat for Power Systems IBM Enterprise2014 Las Vegas
Red Hat for Power Systems IBM Enterprise2014 Las VegasRed Hat for Power Systems IBM Enterprise2014 Las Vegas
Red Hat for Power Systems IBM Enterprise2014 Las Vegas
Ā 
Microsoft TechDays 2011 - PHP on Windows
Microsoft TechDays 2011 - PHP on WindowsMicrosoft TechDays 2011 - PHP on Windows
Microsoft TechDays 2011 - PHP on Windows
Ā 
Ibm i-modernization
Ibm i-modernizationIbm i-modernization
Ibm i-modernization
Ā 
DPC2007 Zend Framework (Gaylord Aulke)
DPC2007 Zend Framework (Gaylord Aulke)DPC2007 Zend Framework (Gaylord Aulke)
DPC2007 Zend Framework (Gaylord Aulke)
Ā 
Strategies and Tips for Building Enterprise Drupal Applications - PNWDS 2013
Strategies and Tips for Building Enterprise Drupal Applications - PNWDS 2013Strategies and Tips for Building Enterprise Drupal Applications - PNWDS 2013
Strategies and Tips for Building Enterprise Drupal Applications - PNWDS 2013
Ā 
(phpconftw2012) PHP as a Middleware in Embedded Systems
(phpconftw2012) PHP as a Middleware in Embedded Systems(phpconftw2012) PHP as a Middleware in Embedded Systems
(phpconftw2012) PHP as a Middleware in Embedded Systems
Ā 

Recently uploaded

Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
Ā 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
Ā 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
Ā 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
Ā 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
Ā 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
Ā 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
Ā 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
Ā 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
Ā 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
Ā 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
Ā 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
Ā 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
Ā 
Bun (KitWorks Team Study ė…øė³„ė§ˆė£Ø ė°œķ‘œ 2024.4.22)
Bun (KitWorks Team Study ė…øė³„ė§ˆė£Ø ė°œķ‘œ 2024.4.22)Bun (KitWorks Team Study ė…øė³„ė§ˆė£Ø ė°œķ‘œ 2024.4.22)
Bun (KitWorks Team Study ė…øė³„ė§ˆė£Ø ė°œķ‘œ 2024.4.22)Wonjun Hwang
Ā 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
Ā 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
Ā 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
Ā 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
Ā 

Recently uploaded (20)

Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
Ā 
Hot Sexy call girls in Panjabi Bagh šŸ” 9953056974 šŸ” Delhi escort Service
Hot Sexy call girls in Panjabi Bagh šŸ” 9953056974 šŸ” Delhi escort ServiceHot Sexy call girls in Panjabi Bagh šŸ” 9953056974 šŸ” Delhi escort Service
Hot Sexy call girls in Panjabi Bagh šŸ” 9953056974 šŸ” Delhi escort Service
Ā 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
Ā 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
Ā 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
Ā 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Ā 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Ā 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
Ā 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
Ā 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
Ā 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
Ā 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
Ā 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
Ā 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Ā 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
Ā 
Bun (KitWorks Team Study ė…øė³„ė§ˆė£Ø ė°œķ‘œ 2024.4.22)
Bun (KitWorks Team Study ė…øė³„ė§ˆė£Ø ė°œķ‘œ 2024.4.22)Bun (KitWorks Team Study ė…øė³„ė§ˆė£Ø ė°œķ‘œ 2024.4.22)
Bun (KitWorks Team Study ė…øė³„ė§ˆė£Ø ė°œķ‘œ 2024.4.22)
Ā 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
Ā 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
Ā 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
Ā 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Ā 

Zend Products and PHP for IBMi

  • 1. Zend Products and PHP for IBMi Shlomo Vanunu Zend Global Services Ā© All rights reserved. Zend Technologies, Inc.
  • 2. CV ā€¢ Shlomo Vanunu is a senior consultant in the Zend lab located in Ramat Gan Israel and is a part of the i5 Global Services Team, involved in the development of the Zend for i5/OS installation base for IBMi. ā€¢ At the Zend IBMi Global Services, he provides technical services support and education for Zend Products for IBMi and related technologies on IBMi. ā€¢ Shlomo has worked in the IT industry for 25 years and has experience with IBMi OS, programming and several other OS variants. 2 Ā© All rights reserved. Zend Technologies, Inc.
  • 3. Agenda ā€¢ IBM/ZEND Relationship and Offering ā€¢ Zend Server/Studio Integration ā€¢ Open Source Toolkit/Compatibility Wrapper ā€¢ Zend Framework ā€¢ QA 3 Ā© All rights reserved. Zend Technologies, Inc.
  • 4. Increasing the Maturity of the PHP Application Lifecycle A PHP Server for The RightScale Zend A professional-grade business-critical PHP PHP Solution Pack development environment applications that require enables you to easily that includes PHP code performance, reliability manage a PHP runtime editing, debugging, profili and security. environment in the ng, unit cloud. testing, diagnostics and more. 4 Ā© All rights reserved. Zend Technologies, Inc.
  • 5. Zend Server 5.6 for IBMi Key Features ļ€“Shipping with IBMi 6.1 & 7.1 ļ€“New Open Source Toolkit ļ€“Performance enhancements ļ€“PHP 5.3.8 ļ€“Zend Framework 1.11.3 ļ€“Application Deployment ļ€“PTF Update as well as full package ā€¢ Hotfix 5 Ā© All rights reserved. Zend Technologies, Inc.
  • 6. Zend Server 5.6 for IBMi 6 Insert->Header & Footer Ā© All rights reserved. Zend Technologies, Inc.
  • 7. Zend Products for IBMi Prerequisites ā€¢ Prerequisite IBMi License programs ā€“ GO LICPGM ļƒ  Select option ļƒ 10. Display installed licensed programs ā€¢ Check the list of installed license programs: 5722SS1 30 Qshell 5722SS1 33 Portable App Solutions Environment 5722SS1 13 System Openness Includes 5722DG1 *BASE IBM HTTP Server for i5/OS 5733SC1 *BASE IBM Portable Utilities for i5/OS 5733SC1 1 OpenSSH, OpenSSL, zlib Ā© All rights reserved. Zend Technologies, Inc. #
  • 8. Installation ā€¢ Interactive Installation RSTLICPGM LICPGM(2ZSVRPI) DEV(*SAVF) SAVF(QGPL/ZSVRSAVF) ā€¢ Objects created ļ€“The ZENDSVR library, ļ€“/usr/local/Zendsvr directory, ļ€“/www/zendsvr directory (web document root) ļ€“Zend-supplied user profiles ļ€“The Zendsvr subsystem and the HTTP servers ā€¢ Batch/Silent Install SBMJOB (RSTLICPGM LICPGM(2ZSVRPI) DEV(*SAVF) SAVF(QGPL/ZSVRSAVF)) Ā© All rights reserved. Zend Technologies, Inc. #
  • 9. Configuration - Setup Menu Ā© All rights reserved. Zend Technologies, Inc. #
  • 10. Configuration - Setup Menu Ā© All rights reserved. Zend Technologies, Inc. #
  • 11. Zend Server, Zend Studio Integration 11 Insert->Header & Footer Ā© All rights reserved. Zend Technologies, Inc.
  • 12. Zend Server Integration ā€¢ Zend Server ļ€“ A value-added PHP install for IBMi, Linux, Windows, Mac OS X ļ€“ Community Edition (CE) and regular edition ļ€“ Installs a copy of Zend Framework ā€¢ PHP.INI specifies ā€œ/usr/local/zendsvr/share/ZendFramework/ā€ in its include_path variable ā€¢ All your PHP applications will be able to find the /library/zend folder without any further work ā€¢ http://www.zend.com/en/products/server/ Ā© All rights reserved. Zend Technologies, Inc.
  • 13. Zend Studio Integration ā€¢ Zend Studio ļ€“ Integrated Development Environment (IDE) ļ€“ IBMi edition is free thanks to IBM/Zend relationship ļ€“ Also installs its own copy of Zend Framework! (on your PC) ā€¢ http://www.zend.com/en/products/studio/ 13 Insert->Header & Footer Ā© All rights reserved. Zend Technologies, Inc.
  • 14. Zend Framework ā€¢ Zend Framework ļ€“Can work with any PHP 5.x installation, but of course it works best with the Zend Products for IBMi ļ€“Installed automatically with Zend Server for IBMi /usr/local/zendsvr/share/ZendFramework/library/zend ļ€“Updates available at http://framework.zend.com/download/latest ļ€“Unzip into /usr/localā€¦ (see above) or your ZF library folder ā€¢ www.framework.zend.com 14 Insert->Header & Footer Ā© All rights reserved. Zend Technologies, Inc.
  • 15. Zend DBi ā€¢ Drop in replacement for MySQL ā€¢ Updates existing MySQL installation ā€¢ DB2 storage engine included 15 Insert->Header & Footer Ā© All rights reserved. Zend Technologies, Inc.
  • 16. Zend DBi ā€“ DB2/MySQL ā€¢ Zend DBi: MySQL Replacement for IBMi ļ€“Use PHP's most popular database on the IBMi ļ€“MySQL has become the most commonly used database for PHP applications. ļ€“Zend's commitment to the IBMi platform, Zend DBi is available as a compatible drop-in replacement for MySQL on IBMi. ļ€“Zend DBi erases any uncertainty about the future of IBMi as a supported MySQL platform: ļ€“ built using the same open-source code used to build MySQL, and will be kept up to date by Zend and IBM with all features and bug fixes introduced in MySQL. ļ€“Zend DBi is part of the enterprise-ready PHP technology stack for IBMi that allows users to leverage open and industry standard solutions, while keeping their web and mobile workloads on existing IBMi systems where databases, business logic, and legacy applications reside. 16 Insert->Header & Footer Ā© All rights reserved. Zend Technologies, Inc.
  • 17. PHP Open Source Toolkit Access your IBMi 17 Ā© All rights reserved. Zend Technologies, Inc.
  • 18. Open Source PHP Toolkit ā€¢ Open Source! ļ€“Community Involvement can improve it ļ€“Customer can tweak! ļ€“Usher new era for IBMi developer!!! ā€¢ Collaboration between IBM and Zend ā€¢ Built on ILE RPG, Stored procedures and pure PHP ā€¢ Speed improvement over current toolkit ā€¢ Cross Platform Solution, run PHP scripts on desktop to IBMi ā€¢ Object Oriented, but not too much! Ā© All rights reserved. Zend Technologies, Inc.
  • 19. New Toolkit Has Two Components ā€¢ IBM ļ€“XML Service ā€¢ Zend ļ€“Series of classes that ā€œwrapā€ the IBM project ļ€“ToolkitService() Class ļ€“Zend built the PHP wrapper ļ€“Let your i5 functions use the new toolkit under the covers ā€¢ No OO training required to use them!!! ā€¢ Need IBM PTFā€™s! (See Release Notes!) Ā© All rights reserved. Zend Technologies, Inc.
  • 20. XML Service lives at YiPs! 20 Insert->Header & Footer Ā© All rights reserved. Zend Technologies, Inc.
  • 21. Get your own copy of the code! ā€¢ RPG, XML & Stored Procedures http://www.youngiprofessionals.com 21 Insert->Header & Footer Ā© All rights reserved. Zend Technologies, Inc.
  • 22. Toolkit Architecture 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 22 Insert->Header & Footer Ā© All rights reserved. Zend Technologies, Inc.
  • 23. What are the major components? ā€¢ Program calls ā€¢ Operating System functions ā€¢ SQL access 23 Insert->Header & Footer Ā© All rights reserved. Zend Technologies, Inc.
  • 24. Toolkit Overview ā€¢ Setting Database Connections ļ€“ $ToolkitServiceObj = ToolkitService::getInstance($Host, $USER, $PASSWORDā€, $ExtensionPrefix) ļ€“ ā€¢ Setting the XML Service Options ļ€“ $ToolkitServiceObj->setToolkitServiceParams(array('lib=>$XMLServiceLib 'plug' => $Plug, internalKey'=>$InternalKey, controlkey'=>$ControlKey, 'debugflag'=>$debug, 'lang uage'=>$Encoding)); ļ€“ include_once 'authorization.php'; include_once '../API/ToolkitService.php'; $ToolkitServiceObj = ToolkitService::getInstance(ā€œ*LOCALā€, ā€œUSERā€, ā€œPASSWORDā€, ā€œibm_db2ā€); Ā© All rights reserved. Zend Technologies, Inc.
  • 25. Toolkit Overview ā€¢ The CLCommand Method ļ€“CLInteractiveCommand ā€“ Will return the command message or command return values. $message = $obj->CLInteractiveCommand($Command); ļ€“CLcommand ā€“ Will run the command in the batch without returning command messages or command return values. $obj->CLCommand($Command); Ā© All rights reserved. Zend Technologies, Inc.
  • 26. Toolkit Overview ā€¢ The PGMCall Method ļ€“The program call method allows calling a program (*PGM) or service program (*SRVPGM). PgmCall($Program, $Library, $Parameters, $ReturnValue, $Function) ļ€“Define Program Parameters Methods The AddParameterPackDec The AddParameterZoned The AddParameterInt The AddParameterUInt The AddParameterFloat The AddParameterBin The AddDataStructure The SetParameterValue Ā© All rights reserved. Zend Technologies, Inc.
  • 27. Toolkit Overview ā€¢ Define Program Parameters Methods ļ€“AddParameterChar Method AddParameterChar( $IOType, , $Size, $Comment, $Name, $Value); ļ€“AddParameterPackDec Method AddParameterPackDec ($IOType, , $Size, $Comment, $Name, $Value) ; ļ€“AddParameterZoned Method AddParameterZoned ($IOType, , $Size, $Comment, $Name, $Value) $param[] = $ToolkitServiceObj->AddParameterPackDec('both',12,2,'CheckAmt', 'amount', '2000.25'); ļ€“SetParameterValue SetParameterValue ($Name, $Value) $ToolkitServiceObj->SetParameterValue('code', '2'); ļ€“$ToolkitServiceObj->disconnect() 27 Insert->Header & Footer Ā© All rights reserved. Zend Technologies, Inc.
  • 28. Samples! ā€¢ Located off the document root in directory NewToolkit! ā€¢ Contains sample program call, etcā€¦ Ā© All rights reserved. Zend Technologies, Inc.
  • 29. Zend Framework 29 Ā© All rights reserved. Zend Technologies, Inc.
  • 30. Overview ā€¢ Zend Framework ļ€“ Open source framework ļ€“ Develop secure web applications and web services with PHP 5 ļ€“ Implemented using object oriented code and design ā€¢ Unique component structure ļ€“Each component designed with few dependencies on other components ļ€“Many loosely coupled components that you can use more or less independently or ā€œuse-at-willā€ Ā© All rights reserved. Zend Technologies, Inc.
  • 31. Overview ā€¢ Zend Framework also ļ€“Provides an advanced Model-View-Controller (MVC) implementation ļ€“Used to establish a basic structure for your Zend Framework applications ļ€“A database abstraction that is simple to use ļ€“Forms/Views components that implements HTML form rendering ļ€“Validation and Filtering ļ€“Allows developers to consolidates all operations Ā© All rights reserved. Zend Technologies, Inc.
  • 32. Overview ā€¢ Zend Framework Components list 32 Insert->Header & Footer Ā© All rights reserved. Zend Technologies, Inc.
  • 33. 33 Zend Framework home page Ā© All rights reserved. Zend Technologies, Inc.
  • 34. Resources ā€¢ Recorded Webinars ļ€“http://www.zend.com/en/resources/webinars/i5-os ā€¢ Zend Server for IBM i main page, link to downloads ļ€“http://www.zend.com/en/products/server/zend-server-ibm-i ā€¢ Zend Server manual: ļ€“PDF: http://www.zend.com/topics/Zend-Server-5-for-IBMi-Reference-Manual.pdf ļ€“Online: http://files.zend.com/help/Zend-Server-5/zend- server.htm#installation_guide.htm 34 Insert->Header & Footer Ā© All rights reserved. Zend Technologies, Inc.
  • 35. Books! ā€¢ Gutmans - PHP 5 Power Programming ā€¢ White - PHP 5 in Practice ā€¢ Schroeder/Olen ā€“ The IBM i 35 Ā© All rights reserved. Zend Technologies, Inc.