Getting Started with PHP on IBM I

Total Page:16

File Type:pdf, Size:1020Kb

Getting Started with PHP on IBM I Gateway/400 Getting Started with PHP on IBM i Function Junction Sabrina Kahn Mike Pavlak Regional Account Manager Solutions Consultant [email protected] [email protected] (815) 722 3454 © All rights reserved. Zend Technologies, Inc. Agenda • Audience - IBM i experience and new to PHP? • Background on PHP • Zend Core • Zend Studio • Some sample scripts • References, support and more info • Q&A Copyright © 2009 Zend Technologies, Inc, All rights © All rights reserved. Zend Technologies, Inc. | 2 reserved 02/03/ 10 PHP is a Scripting Language !PHP Hypertext Pre-Processor !Developed initially by Rasmus Lerdorf in 1994: PHP/FI !Zeev Suraski and Andi Gutmans Contributing since1997+ (ZEev + aNDi = Zend) !Interpreted, not compiled !Forgiving and intuitive code structure (Short learning curve) !Immediate feedback during development !Operating model is similar to Net.Data, not as verbose !PHP is to Java what RPG is to COBOL Copyright © 2009 Zend Technologies, Inc, All rights © All rights reserved. Zend Technologies, Inc. | 3 reserved 02/03/ 10 Who is Zend? • Guiding light for PHP • Providers of stable, supported PHP distribution • Providers of commercial tooling and support for PHP ! Zend Core ! Zend Studio ! Zend Platform, more... Copyright © 2009 Zend Technologies, Inc, All rights © All rights reserved. Zend Technologies, Inc. | 4 reserved 02/03/ 10 Zend and IBM • Partnership began in 2005 • Zend selected by IBM to deliver PHP on IBM i • Zend solutions pre-loaded with IBM i 6.1 and 7.1! !Just install the LP and go! • You can still get products and updates at Zend.com Copyright © 2009 Zend Technologies, Inc, All rights © All rights reserved. Zend Technologies, Inc. | 5 reserved 02/03/ 10 Why Open Source? • Tough economic times calls for innovation ! Low cost of entry ! Applications of high quality ! Lower TCO ! Runs natively on IBM i, no need for additional hardware / OS ! You are already using it! (Apache, Eclipse, etc.) We’re not the only ones talking about Open Source… Look what IBM is saying in February ‘09 edition! http://www.ibmsystemsmag.com/ibmi Copyright © 2009 Zend Technologies, Inc, All rights © All rights reserved. Zend Technologies, Inc. | 6 reserved 02/03/ 10 The “Stack” • Tested, certified and supported distribution of PHP • Runs in PASE • Home bfPPdllikGDPARbase for PHP modules like GD, PEAR, etc. • Browser based admin console • Accessible immediately after install • Let’s look at the architecture of the stack • And then installation on IBM i • No charge LP Included with system maintenance Copyright © 2009 Zend Technologies, Inc, All rights © All rights reserved. Zend Technologies, Inc. | 7 reserved 02/03/ 10 Fundamental Architecture of Zend Core System i5 i5/OS URL: http://myproxy:89/core/registration.php PASE RtRequest HTTP:89 PHP file HTTP:8000 Server (Reverse Proxy) Server Response PHP Module HTML + PHP Zend Core DB2 UDB Zend Platform Copyright © 2009 Zend Technologies, Inc, All rights © All rights reserved. Zend Technologies, Inc. | 8 reserved 02/03/ 10 Zend Server 5 for IBM i www.zend.com Technical overview © All rights reserved. Zend Technologies, Inc. What Is Zend Server? • Production quality PHP stack ! PHP, ZF, DB connectivity, debugging extension, and more • Two Editions - Free “Community Edition” provided by IBM & Full commercial edition ! Both are production ready • Application monitoring and diagnostics (integrated with Zend Studio) • Multi-level performance enhancement capabilities • Software updates and security hot fixes • Easy and quick installation • Zend Framework Integration 10 What is Zend Server © All rights reserved. Zend Technologies, Inc. Zend Server for IBM i • Next generation of PHP stack for IBM i • Best of both Zend Core and Zend Platform • Single Licensed Program Installation • Two products ! Zend Server for IBM i Community Edition • Available at no charge per IBM partnership ! Zend Server for IBM i • Subscription available from Zend • High value extra features • Higher Support SLAs 11 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc. Why a new generation? • Based on feedback of key areas for Improvement • Improved basic PHP Performance ! 30% to 600% depending on the application • New capabilities ! Code Tracing – Faster problem resolution ! Job Queue – Performance and scalability ! Page Caching – Performance and Scalability ! Support for PHP 5.3 • Easier installation, administration & maintenance 12 Insert->Header & Footer © All rights reserved. Zend Technologies, Inc. Zend Server Under the Covers IBM i ILE Apache:10088 i/OS • Default PHP file configuration PASE FastCGI HTTP:10088 Server PHP CGI *PGM (FastCGI) CMD Zend Server DB2 UDB 13 © All rights reserved. Zend Technologies, Inc. Software Pre-req's Please read the Installation Guide !!! Description Product Option Licensed Program -------------------------------------- --------------- ---------------- Portable App Solutions Environment 33 5722ss1 Qshell 30 5722ss1 System Openness Includes 13 5722ss1 IBM Portable Utilities For I5/OS *base 5733sc1 OpenSSH ,OpenSST,Zlib 1 5733sc1 Copyright © 2009 Zend Technologies, Inc, All rights © All rights reserved. Zend Technologies, Inc. | 14 reserved 02/03/ 10 Install Zend Core • Prerequisites: ! See Zend Core installation documentation!!! ! i5/OS V5R3*, V5R4, V6R1 ! Recent Cumulative PTF package, PASE, QShell • SftSoftware ins tlltitallation ! Windows Installation or... ! Upload *SAVF, Restore, and start coding! ! Clean installation will start the stack automatically • Bonus! ! MySQL can be installed at the same time Copyright © 2009 Zend Technologies, Inc, All rights © All rights reserved. Zend Technologies, Inc. | 15 reserved 02/03/ 10 Administer Zend Core ! Type GO ZENDCORE/ZCMENU, Option 5 then 1 Copyright © 2009 Zend Technologies, Inc, All rights © All rights reserved. Zend Technologies, Inc. | 16 reserved 02/03/ 10 Sample Script – Hello World • Obligatory program when starting out • Confirms correct setup of PHP • Sample code: (Shortest PHP Macro around!) • Save script in IFS /www/zendcore/htdocs /helloworld.php • BURLBrowser URL: http: //i5system:89/he llowor ld.p hp <?php echo “Hello World”; ?> Copyright © 2009 Zend Technologies, Inc, All rights © All rights reserved. Zend Technologies, Inc. | 17 reserved 02/03/ 10 Copyright © 2009 Zend Technologies, Inc, All rights | 18 reserved 02/03/ 10 Zend Core Configuration • Two apache servers ! Use i5server:2001 to administer IBM server ! Use Zend Admin to administer Zend Apache server Copyright © 2009 Zend Technologies, Inc, All rights © All rights reserved. Zend Technologies, Inc. | 19 reserved 02/03/ 10 Zend Core Port Change? • Default proxy points to Port 89 ! Log in to IBM Admin Server and open up ZENDCORE ! GtGGo to Genera lSl Server Open Source Configuration ! Click Apply & restart the server Copyright © 2009 Zend Technologies, Inc, All rights reserved | 20 © All rights reserved. Zend Technologies, Inc. 02/03/ 10 Zend Core php.ini changes • Manage php.ini via GUI in Zend Core ! Log in with initial password, can reset in green screen ! Administe r all values in Open Source php.ini ! Include path is one of many options ! Must restart Apache in green screen for changes to take effect Copyright © 2009 Zend Technologies, Inc, All rights © All rights reserved. Zend Technologies, Inc. | 21 reserved 02/03/ 10 i5 Toolkit APIs • System values • Job logs • User space !i5_get_system_value !i5_jobLog_list !i5_userspace_create !i5_jobLog_list_read !i5_userspace_prepare • Data areas !i5_jobLog_list_close !i5_userspace_get !i5_data_area_prepare !i5_userspace_put !i5_data_area_receive • Active jobs !i5_ data_ area_ send !i5_ job_list • Programs !i5_data_area_close !i5_job_list_read !i5_program_prepare !i5_job_list_close !I5_program_call • Print/Get spooled file !i5_spool_list • Objects list !i5_spool_list_read !i5_object_list !i5_spool_list_close !i5_object_list_read !i5_spool_get_data !i5_object_list_close !i5_spool_from_file?? Copyright © 2009 Zend Technologies, Inc, All rights © All rights reserved. Zend Technologies, Inc. | 22 reserved 02/03/ 10 Zend Studio 7.1 for IBM i • Included for IBM i customers w/1 year support • Essential IDE for PHP on IBM i • Syntax checker • Code completion • Debugger • Built on Eclipse framework • Function directory • Templates • Much, much, more Copyright © 2009 Zend Technologies, Inc, All rights © All rights reserved. Zend Technologies, Inc. | 23 reserved 02/03/ 10 Zend Studio 7.1 for IBM i - Installation • Download program from Zend.com/en/downloads (i5 Edition!) • Install to workstation (Mac, Windows, Linux) • Follow the prompts for licensing the product • Zend.com with QSRLNBR to license product • Start the IDE and begin coding PHP immediately Copyright © 2009 Zend Technologies, Inc, All rights © All rights reserved. Zend Technologies, Inc. | 24 reserved 02/03/ 10 How do I access IFS files? • Three methods I use ! Netserver file associations (or a mapped local drive) • Can be sluggish ! Remote server configuration • Best for all purposes ! WRKLNK • Only for emergencies! Copyright © 2009 Zend Technologies, Inc, All rights © All rights reserved. Zend Technologies, Inc. | 25 reserved 02/03/ 10 Remote Server Options • FTP ! Familiar ! Sluggish ! Most systems support this • SSH ! More secure ! More powerful ! Easy to setup ! Easier to setup on i6.1+ Copyright © 2009 Zend Technologies, Inc, All rights © All rights reserved. Zend Technologies, Inc. | 26 reserved 02/03/ 10 Configuring a remote server (FTP) • Start Zend Studio for IBM i • Click the new connection button and select FTP • Enter system
Recommended publications
  • Coursphp.Pdf
    PHP 5 POEC – PHP 2017 1 Qu'est-ce que PHP ? PHP (PHP Hypertext PreProcessor) est un langage de programmation. Il s’agit d’un langage interprété et indépendant de la plate-forme d'exécution. Il permet de générer des pages HTML dynamiques. Il s’avère utile pour utiliser de ressources serveurs comme des bases de données. Une large communauté d’utilisateurs PHP existe. De nombreuses documentations et ressources sont disponibles. 2 Licence de PHP ? PHP est distribué via une licence propre qui permet sa rediffusion, son utilisation, sa modification. PHP est distribué librement et gratuitement. 3 Que faire avec PHP ? Des sites Web La partie serveur de tout type d’application : Application Web Application mobile Applications utilisables en ligne de commande (scripting) 4 Quelques technologies concurrentes à PHP • JSP : Java-Server Pages • Technologie de Sun • Semblable à PHP mais la partie dynamique est écrite en Java • ASP.Net: Active Server Pages • Produit de Microsoft • Contenu dynamique pouvant être écrit dans tous les langages de la plateforme .Net (les plus utilisés étant le C# et le VB.Net) • Le choix entre PHP, JSP et ASP.Net est plus "politique" que technique. 5 Intérêts d’utiliser PHP • Très populaire et très utilisé – Utilisé par des sites internet à très fort trafic tels Yahoo ou Facebook • Amène un certain nombre de personnes à améliorer le langage – Simplifie l’accès à de la documentation • Syntaxe simple à prendre en main (héritée du C, du Shell et du Perl) • Très portable (fonctionne sous Windows, Linux, Mac…) •
    [Show full text]
  • Php: Variabile
    Service Oriented Architectures / busaco ~ / programare Web ____ _ _ ____ profs.info.uaic.ro ( _ \( )_( )( _ \ )___/ ) _ ( )___/ (__) (_) (_)(__) Dr. Sabin Sabin Buraga Dr. dezvoltarea aplicațiilor Web în PHP / busaco ~ „E mediocru ucenicul / care nu-și depășește maestrul.” profs.info.uaic.ro Leonardo da Vinci Dr. Sabin Sabin Buraga Dr. Personal Home Page Tools (1995) Rasmus Lerdorf / PHP 3 (1998) busaco ~ dezvoltat de Zend – Zeev Suraski & Andi Gutmans / PHP 4 (2000) suport pentru programare obiectuală profs.info.uaic.ro PHP 5 (2004) – varianta cea mai recentă: PHP 5.6 (2014) noi facilități inspirate de Java PHP 6 (actualmente abandonat) Dr. Sabin Sabin Buraga Dr. phpngPHP 7 (2015), PHP 7.1 (la final de 2016) strong typing, suport pentru Unicode, performanță,… php: caracterizare / busaco ~ Server de aplicații Web / oferă un limbaj de programare profs.info.uaic.ro de tip script, interpretat poate fi inclus direct și în cadrul documentelor HTML Dr. Sabin Sabin Buraga Dr. php: caracterizare / busaco ~ Limbajul PHP este procedural, oferind suport și / pentru alte paradigme de programare (obiectuală și, mai recent, funcțională) profs.info.uaic.ro Dr. Sabin Sabin Buraga Dr. php: caracterizare / busaco ~ Limbajul PHP este procedural, oferind suport și / pentru alte paradigme de programare (obiectuală și, mai recent, funcțională) profs.info.uaic.ro poate fi folosit și ca limbaj de uz general Dr. Sabin Sabin Buraga Dr. php: caracterizare / busaco ~ Sintaxă inspirată de C, Perl și Java – case sensitive / uzual, programele PHP au extensia .php profs.info.uaic.ro Dr. Sabin Sabin Buraga Dr. php: caracterizare / busaco ~ / Disponibil gratuit – open source – pentru diverse platforme (Linux, Windows, macOS, UNIX) profs.info.uaic.ro și servere Web: Apache, IIS, nginx,… www.php.net Sabin Buraga Dr.
    [Show full text]
  • PHP: Zend for I5/OS
    Front cover PHP: Zend for i5/OS Learn how to install and administer Discover valuable development tips and advice Security, globalization, Zend Platform for i5/OS, and more! Gary Mullen-Schultz Melissa Anderson Vlatko Kosturjak ibm.com/redbooks International Technical Support Organization PHP: Zend for i5/OS January 2007 SG24-7327-00 Note: Before using this information and the product it supports, read the information in “Notices” on page vii. First Edition (January 2007) This edition applies to Version 1.0, Release 5.0, Modification 0.0 of Zend Core for i5/OS, Version 2.0, Release 1.0, Modification 2.0 of Zend Platform for i5/OS, and Version 5.0, Release 2.0, Modification 0.0 of Zend Studio for i5/OS. © Copyright International Business Machines Corporation 2007. All rights reserved. Note to U.S. Government Users Restricted Rights -- Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Notices . vii Trademarks . viii Preface . ix The team that wrote this book . ix Become a published author . .x Comments welcome. .x Chapter 1. Welcome to PHP on i5/OS! . 1 1.1 Welcome! . 2 1.1.1 IBM and Zend Core. 2 1.1.2 Zend Core for IBM . 2 1.2 Previous support of PHP on i5/OS . 3 1.3 Current support of PHP on i5/OS . 3 1.3.1 Zend Core for i5/OS . 3 1.3.2 Zend Studio for i5/OS . 4 1.3.3 Zend Platform for i5/OS . 4 1.4 How i5 implementation differs from Zend Core.
    [Show full text]
  • PHP – a Review Ipsita Vashista Dronacharya College of Engineering
    © November 2015 | IJIRT | Volume 2 Issue 6 | ISSN: 2349-6002 PHP – A Review Ipsita Vashista Dronacharya College of Engineering Abstract—PHP is a server-side scripting language were chosen to improve the distribution of hash designed for web development but also used as values. a general-purpose programming language. II. PHP 3 and 4 Originally PHP stood for Personal Home Page, but Zeev Suraski and Andi Gutmans rewrote the parser in now it stands for PHP: Hypertext Preprocessor, 1997 and formed the base of PHP 3, changing the which is a recursive backronym. PHP code can be language's name to the recursive acronym PHP: simply mixed with HTML code, or it can be used in Hypertext Preprocessors. Afterwards, public testing of combination with various templating PHP 3 began, and the official launch came in June engines and web frameworks. PHP code can 1998. Suraski and Gutmans then started a generate a web page's HTML code, an image, or new rewrite of PHP's core, producing the Zend some other data. PHP has also evolved to include Engine in 1999. They also founded Zend a command-line interface (CLI) capability and can Technologies in Ramat Gan, Israel. be used in standalone graphical applications. On May 22, 2000, PHP 4, powered by the Zend Engine Index Terms—PHP 3, PHP 4, PHP5, WAMP, 1.0, was released.] As of August 2008 this branch XAMPP reached version 4.4.9. PHP 4 is no longer under development nor will any security updates be released. I. INTRODUCTION III. PHP 5 PHP development began in 1994 when Rasmus On July 13, 2004, PHP 5 was released, powered by the Lerdorf wrote a series of Interface Common Gateway new Zend Engine II PHP 5 included new features such (CGI) binaries in C which he used to maintain as improved support for object-oriented programming, his personal homepage.
    [Show full text]
  • Web Application Development with PHP 4.0 00 9971 FM 6/16/00 7:24 AM Page Ii
    00 9971 FM 6/16/00 7:24 AM Page i Web Application Development with PHP 4.0 00 9971 FM 6/16/00 7:24 AM Page ii Other Books by New Riders Publishing MySQL GTK+/Gnome Application Paul DuBois, 0-7357-0921-1 Development Havoc Pennington, 0-7357-0078-8 A UML Pattern Language Paul Evitts, 1-57870-118-X DCE/RPC over SMB: Samba and Windows NT Domain Internals Constructing Superior Software Luke Leighton, 1-57870-150-3 Paul Clements, 1-57870-147-3 Linux Firewalls Python Essential Reference Robert Ziegler, 0-7357-0900-9 David Beazley, 0-7357-0901-7 Linux Essential Reference KDE Application Development Ed Petron, 0-7357-0852-5 Uwe Thiem, 1-57870-201-1 Linux System Administration Developing Linux Applications with Jim Dennis, M. Carling, et al, GTK+ and GDK 1-556205-934-3 Eric Harlow, 0-7357-0021-4 00 9971 FM 6/16/00 7:24 AM Page iii Web Application Development with PHP 4.0 Tobias Ratschiller Till Gerken With contributions by Zend Technologies, LTD 201 West 103rd Street, Zeev Suraski Indianapolis, Indiana 46290 Andi Gutmans 00 9971 FM 6/16/00 7:24 AM Page iv Web Application Development with PHP 4.0 By:Tobias Ratschiller and Till Gerken Copyright © 2000 by New Riders Publishing Publisher FIRST EDITION: July, 2000 David Dwyer All rights reserved. No part of this book may be reproduced Executive Editor or transmitted in any form or by any means, electronic or Al Valvano mechanical, including photocopying, recording, or by any information storage and retrieval system, without written Managing Editor permission from the publisher, except for the inclusion of Gina Brown brief quotations in a review.
    [Show full text]
  • Management Strategies for the Cloud Revolution
    MANAGEMENT STRATEGIES FOR CLOUDTHE REVOLUTION MANAGEMENT STRATEGIES FOR CLOUDTHE REVOLUTION How Cloud Computing Is Transforming Business and Why You Can’t Afford to Be Left Behind CHARLES BABCOCK New York Chicago San Francisco Lisbon London Madrid Mexico City Milan New Delhi San Juan Seoul Singapore Sydney Toronto Copyright © 2010 by Charles Babcock. All rights reserved. Except as permitted under the United States Copyright Act of 1976, no part of this publication may be reproduced or distributed in any form or by any means, or stored in a database or retrieval system, without the prior written permission of the publisher. ISBN: 978-0-07-174227-6 MHID: 0-07-174227-1 The material in this eBook also appears in the print version of this title: ISBN: 978-0-07-174075-3, MHID: 0-07-174075-9. All trademarks are trademarks of their respective owners. Rather than put a trademark symbol after every occurrence of a trademarked name, we use names in an editorial fashion only, and to the benefi t of the trademark owner, with no intention of infringement of the trademark. Where such designations appear in this book, they have been printed with initial caps. McGraw-Hill eBooks are available at special quantity discounts to use as premiums and sales promotions, or for use in corporate training programs. To contact a representative please e-mail us at [email protected]. This publication is designed to provide accurate and authoritative information in regard to the subject matter covered. It is sold with the understanding that the publisher is not engaged in rendering legal, accounting, or other professional service.
    [Show full text]
  • 5250 to Web, a PHP Case Study on IBM I
    5250 to Web: PHP Case Study on IBM i Alan Seiden PHP on IBM i consultant/developer email: [email protected] blog: http://alanseiden.com Strategic Business Systems, Inc. • Developing Web apps on IBM i (and iSeries, i5...) since 1996 • Based in Ramsey, New Jersey • IBM Business Partner . Power Systems hardware, software development, consulting • Zend Business Partner . Working with Zend since they brought PHP to IBM i in 2006 . We offer Zend’s training and Zend Server software to complement our own consulting/development services Alan Seiden, Strategic Business Systems 5250 to Web: PHP Case Study on IBM i | | 2 Alan Seiden PHP on IBM i Developer / Consultant / Mentor • Contributor to IBM’s Redbook PHP: Zend Core for i5/OS • First IBM i developer certified in Zend Framework • Developer of IBM/COMMON’s “Best Web Solution” of 2009 Contact: [email protected] or 201-327-9400 Blog/articles: http://alanseiden.com Alan Seiden, Strategic Business Systems 5250 to Web: PHP Case Study on IBM i | | 3 What we’ll discuss today • Update on Zend Server (new PHP install for i) • PHP basics quick overview . Focus on two ways to call CL/RPG from PHP • Case study: re-imagine green screens as web • Tips and techniques • Questions Alan Seiden, Strategic Business Systems 5250 to Web: PHP Case Study on IBM i | | 4 PHP’s growth as web dev language (as of 2007) 34% of the internet runs on PHP ZF and PDT released, PHP 4 EOL 37% growth in PHP developers announced Zend Framework & Eclipse project (PDT) announced; i5/OS support 25M IBM, Oracle PHP 4 Endorse PHP Released
    [Show full text]
  • Rogue Wave Software Buys Israeli Co Zend Technologies
    Rogue Wave Software buys Israeli co Zend Technologies 07/10/2015, 12:18 Globes correspondent The sale was reportedly for considerably less than the $70 million that the Israeli PHP app company has raised. US company Rogue Wave Software has acquired Israeli company Zend Technologies , which offers end-to-end PHP web and mobile application development and deployment solutions. With 50 percent of the web workload running on PHP, including Magento, Drupal, and WordPress, Zend products drive PHP in the enterprise, from code creation through production deployment. Zend CEO Andi Gutmans and CTO Zeev Suraski founded the company in 1999, which is today headquartered in Cupertino, California and retains its development center in Ramat Gan. No financial details about the sale were disclosed but media reports suggest it was for considerably less than the $70 million that the company has raised to date. Rogue Wave CEO Brian Pierce said, “Today’s announcement expands Rogue Wave into PHP web and mobile application development, underscoring our goal to make developers heroes by accelerating their ability to create great code. With the addition of Zend, we now have products that speed C, C++, C#, Java, and PHP development, reflecting how software is created today across languages, platforms, and teams.” Gutmans said, “Our passion has always been about PHP users. When we founded Zend, we set out to make it easier for developers to use PHP to meet the demands of business development. We’re very happy to have a great match with Rogue Wave, from our shared commitment to customers and how we impact their software development lifecycle.
    [Show full text]
  • SED 1217 Transcript EPISODE 1217
    SED 1217 Transcript EPISODE 1217 [INTRODUCTION] [00:00:00] JM: WordPress is a free and open source content management system or CMS ​ written in PHP. Since its release in 2003, WordPress has become ubiquitous on the web and it's estimated that roughly 60 million websites use WordPress as a CMS. However, despite its popularity, WordPress has limitations in its design. WordPress sites are dynamic and the front and backend are tightly coupled. A dynamic full stack application can be used when handling complex functionality, but also slows down the site and opens up security vulnerabilities. Zeev Suraski is an expert in PHP. He's also the CTO of Strattic, which is a static site generator and hosting platform that specializes in converting WordPress sites into static architectures. Today's show focuses on PHP, but also has some discussion of WordPress architecture. Zeev joins the show to talk about the place of PHP and modern web development and how his company Strattic helps WordPress developers build modern, fast and secure websites. [INTERVIEW] [00:01:00] JM: Zeev, welcome to the show. ​ [00:01:02] ZS: Hi. Good being on board. ​ [00:01:05] JM: You were a very early PHP programmer, and I’d love for you to take me back to ​ the early days of PHP. What were the goals that the language set out to accomplish? [00:01:19] ZS: So, yeah, we're talking the late 90s, and basically then there were not too many ​ solutions for creating dynamic web applications. The goal back then was to create a language that is really simple and allows you to create dynamic web applications in a pretty straightforward way without too much complexity and to really take away not just the complexity in the language syntax, but also in setting up a backend solution.
    [Show full text]
  • What Can PHP on IBM I Do for You
    What can PHP on IBM i do for you Erwin Earley ([email protected]) Sr. Solutions Consultant @erwinephp @RougeWaveInc @Zend © 2018 Rogue Wave Software, Inc. All Rights Reserved. 1 Agenda Bonus Topics (Time Permitting): • Quick Overview of PHP • Why PHP v7 • Open Source on IBM i Update • PHP in the Marketplace • Why PHP on IBM I • Extending the Reach of DB2 • Leveraging existing ILE programs and resources • Taking advantage of the LAMP ecosystem © 2018 Rogue Wave Software, Inc. All Rights Reserved. 2 What is PHP • PHP is an easy to use, open source, platform independent scripting language – Designed for web application development – 4.5+ Million PHP Developers • PHP is the leading scripting language deployed on the Internet • Thousands of PHP applications are available – Web applications tied to databases <?php – Content management echo "Hello World!"; – Wikis and Blogs echo "PHP is so easy!"; ?> Check-Out: www.phpjunkyard.com/ www.phpfreaks.com/ © 2018 Rogue Wave Software, Inc. All Rights Reserved. 3 Web Development/Deployment Stacks L A M P i A D P i A M P i p y H B p B H B p y H a 2 P a S P n a S P M M u c Q c c Q x h L i h i h L e e e © 2018 Rogue Wave Software, Inc. All Rights Reserved. 4 Mobile and Web Development 75% 87% 1 second 40% …| attacks are on web developers experience delay reduces developers spend half applications delays in deployment conversion by 7% their time on problem resolution Enterprise PHP demands… Fast resolution time and reduced PHP maintenance 100% uptime and accelerated performance Seamless scaling to meet ongoing and peak demands Bulletproof, compliant web applications © 2018 Rogue Wave Software, Inc.
    [Show full text]
  • Comparative Studies of Six Programming Languages
    Comparative Studies of Six Programming Languages Zakaria Alomari Oualid El Halimi Kaushik Sivaprasad Chitrang Pandit Concordia University Concordia University Concordia University Concordia University Montreal, Canada Montreal, Canada Montreal, Canada Montreal, Canada [email protected] [email protected] [email protected] [email protected] Abstract Comparison of programming languages is a common topic of discussion among software engineers. Multiple programming languages are designed, specified, and implemented every year in order to keep up with the changing programming paradigms, hardware evolution, etc. In this paper we present a comparative study between six programming languages: C++, PHP, C#, Java, Python, VB ; These languages are compared under the characteristics of reusability, reliability, portability, availability of compilers and tools, readability, efficiency, familiarity and expressiveness. 1. Introduction: Programming languages are fascinating and interesting field of study. Computer scientists tend to create new programming language. Thousand different languages have been created in the last few years. Some languages enjoy wide popularity and others introduce new features. Each language has its advantages and drawbacks. The present work provides a comparison of various properties, paradigms, and features used by a couple of popular programming languages: C++, PHP, C#, Java, Python, VB. With these variety of languages and their widespread use, software designer and programmers should to be aware
    [Show full text]
  • Chapter 3 – Design Patterns: Model-View- Controller
    SOFTWARE ARCHITECTURES Chapter 3 – Design Patterns: Model-View- Controller Martin Mugisha Brief History Smalltalk programmers developed the concept of Model-View-Controllers, like most other software engineering concepts. These programmers were gathered at the Learning Research Group (LRG) of Xerox PARC based in Palo Alto, California. This group included Alan Kay, Dan Ingalls and Red Kaehler among others. C language which was developed at Bell Labs was already out there and thus they were a few design standards in place[ 1] . The arrival of Smalltalk would however change all these standards and set the future tone for programming. This language is where the concept of Model-View- Controller first emerged. However, Ted Kaehler is the one most credited for this design pattern. He had a paper in 1978 titled ‘A note on DynaBook requirements’. The first name however for it was not MVC but ‘Thing-Model-View-Set’. The aim of the MVC pattern was to mediate the way the user could interact with the software[ 1] . This pattern has been greatly accredited with the later development of modern Graphical User Interfaces(GUI). Without Kaehler, and his MVC, we would have still been using terminal to input our commands. Introduction Model-View-Controller is an architectural pattern that is used for implementing user interfaces. Software is divided into three inter connected parts. These are the Model, View, and Controller. These inter connection is aimed to separate internal representation of information from the way it is presented to accepted users[ 2] . fig 1 SOFTWARE ARCHITECTURES As shown in fig 1, the MVC has three components that interact to show us our unique information.
    [Show full text]