Php: Variabile

Total Page:16

File Type:pdf, Size:1020Kb

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. www.zend.com Maniera de funcționare a procesorului (engine-ului) PHP Server Web / cerere HTTP busaco server de ~ (GET, POST,...) / aplicații procesor Client (engine) PHP Zend Web răspuns (reprezentare) profs.info.uaic.ro HTML, PNG, SVG,... programe .php Dr. Sabin Sabin Buraga Dr. resurse (externe) Maniera de funcționare a procesorului (engine-ului) PHP Server Web / cerere HTTP busaco server de ~ (GET, POST,...) / aplicații procesor Client (engine) PHP Zend Web răspuns (reprezentare) profs.info.uaic.ro HTML, PNG, SVG,... programe .php Dr. Sabin Sabin Buraga Dr. eventual, pot fi integrate diverse extensii (module) resurse (externe) php: caracterizare / busaco ~ / Programul PHP e interpretat de Zend Engine 2 generând instrucțiuni (opcodes) interne profs.info.uaic.ro http://www.php.net/manual/en/internals2.opcodes.php http://www.phpinternalsbook.com/ Sabin Buraga Dr. precision = 14 ; controlul preciziei valorilor float – detalii la http://php.net/precision safe_mode = Off ; controlul procesării – http://php.net/safe-mode max_execution_time = 30 ; număr maxim de secunde privind execuția unui program memory_limit = 128M ; dimensiuneaphp: caracterizare maximă a memoriei alocate unui script / post_max_size = 8M ; dimensiunea maximă a datelor transmise prin metoda POST default_mimetype = "text/html" ; tipul MIME implicit transmis de un script PHP busaco ~ file_uploads = On ; sunt permise upload-uri de fișiere / upload_max_filesize = 32M ; dimensiunea maximă a unui fișier preluat de la client allow_url_fopen = On ; se permite deschiderea de fișiere specificate printr-un URL session.use_cookies = 1 ; sesiunile Web vor recurge la cookie-uri session.name = PHPSESSID ; numele cookie-ului referitor la sesiunea Web … ; precizarea extensiilor încărcate la inițializarea serverului de aplicații profs.info.uaic.ro extension=php_pdo_sqlite.dll extension=php_mysqli.dll extension=php_soap.dll … diverse comportamente ale platformei PHP, Sabin Buraga Dr. inclusiv încărcarea extensiilor (biblioteci partajate .so/.dll), se pot configura via fișierul php.ini avansat php: caracterizare / busaco ~ / Maniera de rulare a programelor PHP – eventual, la nivel de bloc de cod – profs.info.uaic.ro poate fi ajustată via directiva declare // setul de caractere folosit pentru generarea conținutului declare (encoding='ISO-8859-1'); Dr. Sabin Sabin Buraga Dr. // verificare strictă a tipurilor de date la PHP 7 declare (strict_types=1); avansat php: caracterizare / busaco ~ / Pentru creșterea performanței, se poate adopta compilarea just-in-time profs.info.uaic.ro HHVM – HipHop Virtual Machine (Facebook) utilizată de Baidu, Box, Etsy, Facebook, Wikipedia,… Dr. Sabin Sabin Buraga Dr. www.hhvm.com php: caracterizare / busaco ~ / Interacțiunea cu utilizatorul: preluarea valorilor câmpurilor formularelor Web cookie-uri profs.info.uaic.ro sesiuni autentificarea utilizatorului Dr. Sabin Sabin Buraga Dr. acces la variabile globale create „din zbor” php: caracterizare / busaco ~ / Facilități pentru tehnologiile Web: prelucrare de URL-uri suport pentru HTTP – inclusiv cURL profs.info.uaic.ro caching via memcached dezvoltare de servicii Web prin SOAP și REST …și altele Sabin Buraga Dr. php: caracterizare / busaco ~ / Suport pentru acces la baze de date: la nivel abstract profs.info.uaic.ro DBAL (DataBase Abstraction layer) iODBC (Independent Open DataBase Connectivity) PDO (PHP Data Objects) Dr. Sabin Sabin Buraga Dr. www.phptherightway.com/#databases_abstraction_layers php: caracterizare / busaco ~ / Suport pentru acces la baze de date: specific unui server de baze de date profs.info.uaic.ro relațional: DB2, MySQL, Oracle, PostgreSQL, SQLite,… bazat pe NoSQL – e.g., MongoDB Dr. Sabin Sabin Buraga Dr. a se parcurge http://www.phptherightway.com/#databases php: caracterizare / busaco ~ / Prelucrarea conținutului resurselor: fișiere audio – via biblioteci: ktaglib, oggvorbis etc. arhive de tip bzip2, LZF, RAR, ZIP, ZLIB profs.info.uaic.ro documente PDF imagini – cu biblioteci: Cairo, GD, EXIF, ImageMagick date în format JSON documente XML – creare, procesare, validare etc. Sabin Buraga Dr. cărți de credit ... php: caracterizare / busaco ~ / Suport pentru resurse de sistem + Internet: sisteme de fișiere, inclusiv FTP procese – cu libevent, pthreads, Gearman,... profs.info.uaic.ro răspuns la evenimente – via Event socket-uri poștă electronică – e.g., IMAP, POP3 Dr. Sabin Sabin Buraga Dr. ...și multe altele PHP ca limbaj de programare procedurală programare limbaj PHP de ca Dr. Sabin Buragaprofs.info.uaic.ro/~busaco/ php: tipuri de date – scalare / busaco ~ boolean / TRUE sau FALSE profs.info.uaic.ro Dr. Sabin Sabin Buraga Dr. php: tipuri de date – scalare / busaco ~ integer / valori întregi specificate în baza 10 sau 16 (hexa), 8 (octal), 2 (binar) profs.info.uaic.ro Dr. Sabin Sabin Buraga Dr. php: tipuri de date – scalare / busaco ~ float / numere reale reprezentate uzual conform IEEE 754 (dublă precizie) profs.info.uaic.ro Dr. Sabin Sabin Buraga Dr. php: tipuri de date – scalare / busaco ~ float / numere reale reprezentate uzual conform IEEE 754 (dublă precizie) profs.info.uaic.ro valoare specială – constanta NAN (not a number) funcții predefinite utile: is_nan(), is_finite(), is_infinite() Dr. Sabin Sabin Buraga Dr. php: tipuri de date – scalare / busaco ~ string / șiruri de caractere ASCII (nu există suport nativ pentru Unicode) profs.info.uaic.ro ca la C, pot fi folosite caractere escape precum \n \r \t \e \\ \$ \" Dr. Sabin Sabin Buraga Dr. php: tipuri de date – scalare / busaco ~ string / delimitatori uzuali: " sau ' profs.info.uaic.ro un șir nu poate avea mai mult de 2 GB Dr. Sabin Sabin Buraga Dr. php: tipuri de date – compuse / busaco ~ array / asociere între valori (de orice tip) și chei (de tip integer sau string) profs.info.uaic.ro nu există o distincție clară între tablouri indexate și cele asociative Dr. Sabin Sabin Buraga Dr. php: tipuri de date – compuse / busaco ~ array / // un tablou indexat (vector de valori) $cadouri = array ("trotineta", "laptop", "minge", "topor"); profs.info.uaic.ro // un tablou asociativ – perechi (cheie, valoare) array ( "nume" => "Tux", "dimensiune" => 17, "oferta" => TRUE ); // sintaxa simplificată (pentru PHP 5.4+) Sabin Buraga Dr. [ "nume" => "Tux", "dimensiune" => 17, "oferta" => TRUE ]; php: tipuri de date – compuse / busaco ~ object / instanță a unei clase profs.info.uaic.ro creat cu operatorul new Dr. Sabin Sabin Buraga Dr. php: tipuri de date – speciale / busaco ~ resource / semnifică o referință la o resursă externă profs.info.uaic.ro o resursă e creată de funcții specifice e.g., resursa de tip stream inițiată de funcția fopen() și folosită de funcțiile fread(), feof(), fgets() etc. funcții predefinite: is_resource(), get_resource_type() Sabin Buraga Dr. detalii la http://www.php.net/manual/en/resource.php php: tipuri de date – speciale / busaco ~ null / specifică valoarea NULL reprezentând o variabilă care nu are valoare profs.info.uaic.ro funcții utile: is_null() și unset() Dr. Sabin Sabin Buraga Dr. php: variabile / busaco ~ Variabile create „din zbor” / tipul datelor este determinat pe baza contextului convertirea automată a tipului (type casting) profs.info.uaic.ro e similară celei de la limbajul C $ani = 21; /* o variabilă obișnuită */ $conectat = TRUE; # una de tip Boolean $prefer["culoare"] = "gri"; // un tablou asociativ Sabin Buraga Dr. php: variabile / busaco ~ Variabile create „din zbor” / tipul e determinat pe baza contextului funcții predefinite utile: profs.info.uaic.ro var_dump(), settype(), is_bool(), is_int(), is_float(), is_array(), is_string(), is_scalar(), is_numeric() etc. Dr. Sabin Sabin Buraga Dr. php: variabile / busaco ~ Vizibilitatea variabilelor (scope) / pentru a putea fi folosite
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]
  • Gabor De Mooij Freelance Software Developer (PHP, Javascript, Python and C)
    Contact [email protected] Gabor de Mooij Freelance Software Developer (PHP, JavaScript, Python and C). www.linkedin.com/in/gabor-de- The Hague Area, Netherlands mooij-8164593 (LinkedIn) www.redbeanphp.com (Personal) Summary Top Skills Freelance software developer focusing on PHP, Python, JavaScript PHP and C. JavaScript Git Experience Languages Dutch (Native or Bilingual) Gabor Software English (Full Professional) C Developer and Owner September 2016 - Present The Hague Certifications I am currently working as a freelance (web)application developer under the Zend Certified Engineer PHP 5.3 name Gabor Software. My main focus is to help organizations to refactor their Zend Certified Engineer PHP 4 applications to make them less complex and easier to maintain. I also build MySQL Core Certified Engineer new software with simplicity in mind. As part of my own company I create my ECE JAVA Engineer own programming language: The Citrine Programming Language (written in Publications C). Escape from systemd Royal Schiphol Group Python Lead Developer (freelance) June 2017 - October 2018 (1 year 5 months) Amsterdam Area, Netherlands Lead Developer Wayfinding APIs. Created a Python-based API for indoor navigation. The API can be consumed by websites and applications to guide passengers from home to gate (including all possible challenges in between like checking in luggage, finding an applicable security filter and, of course, finding the right gate). LeasePlan Java Developer (freelance) January 2017 - April 2017 (4 months) Almere Stad Area, Netherlands Interim developer. Helped to finish the Private Lease Platform before deadline. While I started as an AngularJS frontend engineer, they quickly discovered I also have experience with Java/Spring so I did a little of both.
    [Show full text]
  • Laravel. Tworzenie Aplikacji. Receptury
    Tytuł oryginału: Laravel Application Development Cookbook Tłumaczenie: Mirosław Gołda ISBN: 978-83-283-0302-7 Copyright © Packt Publishing 2013. First published in the English language under the title: „Laravel Application Development Cookbook”. Polish edition copyright © 2015 by Helion S.A. All rights reserved. All rights reserved. No part of this book may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording or by any information storage retrieval system, without permission from the Publisher. Wszelkie prawa zastrzeżone. Nieautoryzowane rozpowszechnianie całości lub fragmentu niniejszej publikacji w jakiejkolwiek postaci jest zabronione. Wykonywanie kopii metodą kserograficzną, fotograficzną, a także kopiowanie książki na nośniku filmowym, magnetycznym lub innym powoduje naruszenie praw autorskich niniejszej publikacji. Wszystkie znaki występujące w tekście są zastrzeżonymi znakami firmowymi bądź towarowymi ich właścicieli. Autor oraz Wydawnictwo HELION dołożyli wszelkich starań, by zawarte w tej książce informacje były kompletne i rzetelne. Nie biorą jednak żadnej odpowiedzialności ani za ich wykorzystanie, ani za związane z tym ewentualne naruszenie praw patentowych lub autorskich. Autor oraz Wydawnictwo HELION nie ponoszą również żadnej odpowiedzialności za ewentualne szkody wynikłe z wykorzystania informacji zawartych w książce. Wydawnictwo HELION ul. Kościuszki 1c, 44-100 GLIWICE tel. 32 231 22 19, 32 230 98 63 e-mail: [email protected] WWW: http://helion.pl (księgarnia internetowa, katalog książek) Drogi Czytelniku! Jeżeli chcesz ocenić tę książkę, zajrzyj pod adres http://helion.pl/user/opinie/larare Możesz tam wpisać swoje uwagi, spostrzeżenia, recenzję. Printed in Poland. • Kup książkę • Księgarnia internetowa • Poleć książkę • Lubię to! » Nasza społeczność • Oceń książkę Spis treĂci O autorze 7 O recenzentach 8 WstÚp 9 Rozdziaï 1.
    [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]
  • Cross Tier Framework for Rapid Web Application Development
    Avinash D’Silva et al, / (IJCSIT) International Journal of Computer Science and Information Technologies, Vol. 6 (2) , 2015, 1371-1374 Cross Tier Framework for Rapid Web Application Development Avinash D’Silva1, Majesly Correia2, Pruthvish Vyas3 Department of Computer Engineering Xavier Institute of Engineering, Mumbai, India Abstract— A web framework enables the developers to easily data are to be displayed, nor the GUI actions that are used integrate complex components into their web application, to manipulate the data. which otherwise would have been a task of writing the code The view object refers to the model. It uses the query from scratch. X-Frame creates web applications on fly using a methods of the model to obtain data from the model and code generator that eliminates redundant client side then displays the information. A view renders the contents scripts/code. The MVC structure used in our framework enables proper structuring of the developer’s web application. of a model. It is the view’s responsibility to maintain This paper describes how our framework can be used to build consistency in its presentation when the model changes. X- a well structured web application using various in-built Frame uses MVC2 architecture. functionalities. Keywords— MVC architecture, ORM, AJAX, Code Generator, Hot Code Push. INTRODUCTION Web applications like online shopping websites, web portals, and chat websites form a significant part of modern day life. A developer has to write a lot of code for creating a modern web application this result in redundancy in the code base, but this redundancy cannot be eliminated because each function in the code base is slightly different from the other.
    [Show full text]
  • Redbeanphp Class Reference Cheat Sheet by Richardjh
    RedBeanPHP Class Reference Cheat Sheet by Richard Holloway (richardjh) via cheatography.com/478/cs/347/ About RedBeanPHP ORM Class Reference pt1 (cont) Class Reference pt1 (cont) Easy ORM for PHP and MySQL, PostgreSQL close() exportAll( $beans ) and many other database systems. Closes the database connect​ ion. Exports a collection of beans. Handy for Use the simplicity of NoSQL with the power of XML/JSON exports with a Javascript SQL. commit() framework like Dojo or ExtJS. http://​ red​ bea​ nph​ p.com/ Facade Convience method for adapter ​ ​ transac​ tion system. Commits a transac​ tion. find( $type, $sql=null, $values=array() ) Class Reference pt1 Finds a bean using a type and a where configu​ reF​ aca​ deW​ ith​ Too​ lbox( $tb ) clause (SQL). As with most Query tools in addData​ base ( $key, $dsn, $user=n​ ull, Configures the facade, want to have a new RedBean you can provide values to be $pass=n​ ull, $frozen​ =false ) Writer? A new Object Database or a new inserted in the SQL statement by populating Adds a database to the facade, afterwards Adapter and you want it on-the-​ fly? Use this the value array parameter; you can either you can select the database using method to hot-swap your facade with a new use the question mark notation or the slot- selectD​ ata​ bas​ e($​ key). toolbox. no​ tation (:keyna​ me). addTags ( $bean, $tagList ) convert​ ToB​ eans( $type, $rows ) findAll( $type, $sql=null, $values​ =ar​ ray() ) Part of RedBeanPHP Tagging API. Adds Converts a series of rows to beans. Finds a bean using a type and a where tags to a bean.
    [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]
  • Zašto Smo Odabrali Laravel (4)?
    Zašto smo odabrali Laravel (4)? Denis Stančer Prije framework-a • Razvijate web aplikacije od ranih početaka (kraj XX stoljeća) • Perl – CGI • PHP (3.0 - 6/1998, 4.0 - 5/2000, 5.0 - 7/2004, 5.3 - 6/2009 ) • Tijekom vremena sami razvijete elemente frameworka • Prednosti: • Brži razvoj • Neka vrsta standarda • Nedostaci: • Još uvijek velika količina spaghetti kôda • Pojedini developer ima svoj framework • Ne razvijaju se svi jednako brzo • Nama pravovremenih sigurnosnih zakrpi U Srcu • Koji PHP framework koristite ili ste koristili? Zašto framework? • Brži razvoj • Standardizirana organizacija kôda • Pojednostavljeno • Pristupu bazi/bazama • Zaštita od osnovnih sigurnosnih propusta • Modularnost • Razmjena gotovih rješenja među developerima • Copy/paste ili Composer • U MVC framework-u razdvojen HTML/JS od PHP-a • U konačnici - bolja suradnja unutar tima = efikasniji razvoj i održavanje MVC – Model-View-Controller • Programski predložak kojim se komunikacija s korisnikom dijeli na tri dijela: • data model: podaci • najčešće baza • user interface: prikaz stanja u modelu • najčešće templating engine • bussines model: šalje naredbe modelu Koji framework odabrati? • Koji su najpopularniji? • Koji imaju mogućnosti koje nama trebaju? • Popis općih kriterija • Composer • ORM • Testna okruženja • Migracije i seeding • Templating engine • Bootstrap • Git • Kvaliteta dokumentacije • Stanje zajednice: forumi, članci, konferencije,… Koji framework odabrati? (2) • Popis specifičnih kriterija • Mali (rijetko srednje veliki) projekti • simpleSAMLphp: jednostavno
    [Show full text]