Zend Framework 2.0 by Example Beginner's Guide: A Step-by-step Guide to Help You Build Full-scale Web Applications Using Zend Framework 2.0 🔍
Krishna Shasankar V Packt Publishing Limited, Packt Publishing, Birmingham, UK, 2013
English [en] · PDF · 5.2MB · 2013 · 📘 Book (non-fiction) · 🚀/lgli/lgrs/nexusstc/upload/zlib · Save
description
Master application development with Zend Framework 2.0
Learn about Zend Framework components and use them for functions such as searching, image processing, and payment gateway integrations
Integrate third-party services for media sharing and payment processing
Alternative filename
upload/bibliotik/Z/Zend.Framework2.0.pdf
Alternative filename
nexusstc/Zend Framework 2.0 by Example: Beginner's Guide/03030625e7284a36898aa8851a8bd93e.pdf
Alternative filename
lgli/Zend.Framework2.0.pdf
Alternative filename
lgrsnf/Zend.Framework2.0.pdf
Alternative filename
zlib/Computers/Programming/Krishna Shasankar V/Zend Framework 2.0 by Example: Beginner's Guide_2214165.pdf
Alternative title
Zend Framework 2.0: разработка веб-приложений
Alternative author
Кришна Шасанкар; [пер. с англ. А. Кузнецов]
Alternative author
Adobe InDesign CS6 (Windows)
Alternative author
Shasankar V, Krishna
Alternative author
Шасанкар, Кришна
Alternative publisher
Питер
Alternative edition
Библиотека программиста, Москва [и др.], Russia, 2014
Alternative edition
United Kingdom and Ireland, United Kingdom
Alternative edition
Jul 25, 2013
Alternative edition
1, 2013
metadata comments
0
metadata comments
lg1045092
metadata comments
producers:
Adobe PDF Library 10.0.1
metadata comments
{"isbns":["1782161929","9781782161929"],"last_page":228,"publisher":"Packt Publishing"}
metadata comments
类型: 图书
metadata comments
出版日期: 2013.07
metadata comments
Пер.: Shasankar, Krishna Zend Framework 2.0 by example beginner's guide 9781782161929
metadata comments
РГБ
metadata comments
Russian State Library [rgb] MARC:
=001 006730675
=005 20140217152209.0
=008 140131s2014\\\\ru\\\\\\\\\\\\000\0\rus\d
=017 \\ $a 14-963 $b RuMoRKP
=040 \\ $a RuMoRGB $b rus $e rcr
=041 1\ $a rus $h eng
=084 \\ $a З973.233.02-044.5-018.19PHP,0 $2 rubbk
=100 1\ $a Шасанкар, Кришна
=245 00 $a Zend Framework 2.0 $h [Текст] : $b разработка веб-приложений $c Кришна Шасанкар ; [пер. с англ. А. Кузнецов]
=260 \\ $a Москва [и др.] $b Питер $c 2014
=300 \\ $a 202 с. $b ил., табл. $c 24 см
=336 \\ $a текст (text) $b txt $2 rdacontent
=337 \\ $a неопосредованный (unmediated) $b n $2 rdamedia
=338 \\ $a том (volume) $b nc $2 rdacarrier
=490 0\ $a Библиотека программиста
=534 \\ $p Пер.: $a Shasankar, Krishna $t Zend Framework 2.0 by example beginner's guide $z 9781782161929
=650 \7 $a Вычислительная техника -- Вычислительные машины электронные цифровые -- Автоматическая обработка информации -- Информационные системы и сети -- Управляющие, вводные и выводные устройства -- Устройства для опознавания и считывания -- Программирование -- Языки программирования -- PHP $2 rubbk
=650 \7 $a ZEND FRAMEWORK, система программирования $0 RU\NLR\AUTH\661581651 $2 nlr_sh
=852 \\ $a РГБ $b FB $j 3 14-6/142 $x 90
=852 7\ $a РГБ $b CZ2 $h З973.202/Ш27 $p 82228 $x 83
Alternative description
Cover 1
Copyright 3
Credits 4
About the Author 5
About the Reviewers 6
www.PacktPub.com 9
Table of Contents 14
Preface 18
Chapter 1: Getting Started with Zend Framework 2.0 24
Zend Framework 2.0 24
Introduction to Zend Server Community Edition (CE) 25
Zend Server CE – system requirements 25
Time for action – installing Zend Server CE 25
Configuring Zend Server CE 28
Zend Server CE – Administration Interface 28
Time for action – configuring Zend Server CE 29
MySQL 31
Time for action – installing MySQL 32
phpMyAdmin 33
Time for action – creating a database 33
Summary 37
Chapter 2: Building Your First Zend Framework Application 38
Prerequisites 38
ZendSkeletonApplication 39
Time for action – creating a Zend Framework project 39
Zend Framework 2.0 – modules 44
Zend Framework 2.0 – project folder structure 45
Time for action – creating a module 46
MVC layer 47
Zend Framework module – folder structure 48
Time for action – creating controllers and views 48
Zend Framework module – configuration 50
Time for action – modifying module configuration 51
Summary 55
Chapter 3: Creating a Communication Application 56
Zend\Form 56
Time for action – creating a registration form 57
Form validation 63
Zend\InputFilter 63
Time for action – adding validation to the registration form 64
Models and database access 67
TableGateway 67
Time for action – creating models and saving the form 68
Zend\Authentication 72
Time for action – user authentication 73
Summary 75
Chapter 4: Data Management and Document Sharing 76
Zend Framework 2 ServiceManager 76
Time for action – migrating existing code to ServiceManager 78
Database operations 80
More on TableGateway 81
Time for action – implementing an admin UI to manage users 82
Document management 88
Time for action – creating a file upload form 88
Managing file sharing 93
Time for action – implementing a file sharing system 93
Summary 99
Chapter 5: Chat and E-mail 100
Layouts and views 100
View helpers 101
The URL helper 101
The BasePath helper 102
The JSON helper 102
Concrete placeholder implementations 102
The HeadLink helper 102
The HeadMeta helper 103
The HeadScript helper 103
The HeadStyle helper 104
The HeadTitle helper 104
Time for action – using jQuery UI in a simple page 105
Building a simple group chat 107
Time for action – creating a simple group chat application 107
Sending mails 112
Zend\Mail\Transport 113
Zend\Mail\Message 113
Zend\Mime\Message and Zend\Mime\Part 113
Time for action – creating a simple e-mail form 114
Zend\EventManager 116
Time for action – setting module layout using ZF events 117
Summary 120
Chapter 6: Media Sharing 122
External modules 122
Resizing images 123
Time for action – resizing images using modules 123
The Photo gallery application 125
Time for action – implementing a simple photo gallery 126
Google Data APIs 130
The Google Photos API 131
Time for action – fetching photos from Google Photos 132
YouTube Data API 136
Time for action – listing YouTube videos for a keyword 136
Summary 139
Chapter 7: Search Using Lucene 140
Introduction to Lucene 140
Time for action – installing ZendSearch\Lucene 141
Indexing 142
Time for action – generating a Lucene index 144
Searching 146
Time for action – displaying search results 147
Indexing Microsoft Office documents 150
Time for action – indexing document files 151
Summary 154
Chapter 8: Creating a Simple Store 156
Shopping cart 157
Time for action – creating a store front 157
The Store administration 160
Time for action – creating the Store Admin interface 161
Payments with PayPal 163
PayPal and Zend Framework 2.0 163
Time for action – setting up PayPal 164
PayPal Express Checkout 166
Time for action – accepting payments using PayPal 167
Summary 174
Chapter 9: HTML5 Support 176
HTML5 input elements 177
Time for action – HTML5 input elements 182
HTML5 view helpers 184
Time for action – HTML5 view helpers 185
HTML5 attributes 188
Multiple file uploads 189
Time for action – HTML5 multiple file uploads 189
Summary 193
Chapter 10: Building Mobile Applications 194
Cloud-connected mobile applications 194
Zend Studio 10 195
phpCloud 195
Time for action – configuring your phpCloud account 195
PhoneGap and Zend Studio 199
Time for action – building your first cloud-connected mobile application 199
Native applications versus mobile web applications 203
Time for action – testing as a native application 204
Zend Server Gateway 207
Time for action – creating a mobile search interface 207
Summary 210
Appendix: Pop Quiz Answers 212
Chapter 1, Getting Started with Zend Framework 2.0 212
Chapter 2, Building Your First Zend Framework Application 212
Chapter 3, Creating a Communication Application 212
Chapter 4, Data Management and Document Sharing 213
Chapter 5, Chat and E-mail 213
Chapter 6, Media Sharing 213
Chapter 7, Search Using Lucene 213
Chapter 8, Creating a Simple Store 214
Chapter 9, HTML5 Support 214
Chapter 10, Building Mobile Applications 214
Index 216
Alternative description
<p><h2>In Detail</h2><p>ZF2 is the latest update to the well-known Zend Framework. This version has considerably eased the process of building complex web applications with minimal development effort using plug and play components. ZF2 also provides a highly robust and scalable framework for developing web applications.</p><p>"Zend Framework 2.0 by Example: Beginner's Guide" will guide you through the process of developing powerful web applications using ZF2. It covers all aspects of Zend Framework application development right from installation and configuration; the tasks are designed in a way that readers can easily understand and use them to build their own applications with ease.</p><p>"Zend Framework 2.0 by Example: Beginner's Guide" begins with the basic installation and configuration of the Zend Framework. As you progress through the exercises, you will become thoroughly acquainted with ZF2. With this book, you will learn about the basic concepts of building solid MVC web applications using Zend Framework 2.0. The detailed step-by-step instructions will enable you to build functionality such as a group chat, a file &amp; media sharing service, search, and a simple store to name a few. You will also use a wide range of external modules to implement features that are not natively available. By the end of the book, you will be well versed in building complex, functionality-rich web applications using Zend Framework 2.0.</p><p>"Zend Framework 2.0 by Example: Beginner's Guide" provides everything that you need for building functionality-rich web applications with simple real world examples and tasks.</p><h2>Approach</h2><p>"Zend Framework 2.0 by Example: Beginner's Guide" is a step-by-step guide that aims to empower you to build web applications packed with some really exciting features using Zend Framework 2.0.</p><h2>Who this book is for</h2><p>If you are a PHP Developer who is new to Zend Framework, but you want to get hands-on with the product quickly, this book is for you. Basic knowledge of object oriented programming with PHP is expected.</p></p>
Alternative description
ZF2 is the latest update to the well-known Zend Framework. This version has considerably eased the process of building complex web applications with minimal development effort using plug and play components. ZF2 also provides a highly robust and scalable framework for developing web applications. "Zend Framework 2.0 by Beginners Guide" will guide you through the process of developing powerful web applications using ZF2. It covers all aspects of Zend Framework application development right from installation and configuration; the tasks are designed in a way that readers can easily understand and use them to build their own applications with ease. "Zend Framework 2.0 by Beginners Guide" begins with the basic installation and configuration of the Zend Framework. As you progress through the exercises, you will become thoroughly acquainted with ZF2. With this book, you will learn about the basic concepts of building solid MVC web applications using Zend Framework 2.0. The detailed step-by-step instructions will enable you to build functionality such as a group chat, a file & media sharing service, search, and a simple store to name a few. You will also use a wide range of external modules to implement features that are not natively available. By the end of the book, you will be well versed in building complex, functionality-rich web applications using Zend Framework 2.0. "Zend Framework 2.0 by Beginners Guide" provides everything that you need for building functionality-rich web applications with simple real world examples and tasks. "Zend Framework 2.0 by Beginners Guide" is a step-by-step guide that aims to empower you to build web applications packed with some really exciting features using Zend Framework 2.0. If you are a PHP Developer who is new to Zend Framework, but you want to get hands-on with the product quickly, this book is for you. Basic knowledge of object oriented programming with PHP is expected.
Alternative description
Annotation aster application development with Zend Framework 2.0Learn about Zend Framework components and use them for functions such as searching, image processing, and payment gateway integrationsIntegrate third-party services for media sharing and payment processing
date open sourced
2013-11-15
Read more…

🐢 Slow downloads

From trusted partners. More information in the FAQ. (might require browser verification — unlimited downloads!)

All download options have the same file, and should be safe to use. That said, always be cautious when downloading files from the internet, especially from sites external to Anna’s Archive. For example, be sure to keep your devices updated.
  • For large files, we recommend using a download manager to prevent interruptions.
    Recommended download managers: Motrix
  • You will need an ebook or PDF reader to open the file, depending on the file format.
    Recommended ebook readers: Anna’s Archive online viewer, ReadEra, and Calibre
  • Use online tools to convert between formats.
    Recommended conversion tools: CloudConvert and PrintFriendly
  • You can send both PDF and EPUB files to your Kindle or Kobo eReader.
    Recommended tools: Amazon‘s “Send to Kindle” and djazz‘s “Send to Kobo/Kindle”
  • Support authors and libraries
    ✍️ If you like this and can afford it, consider buying the original, or supporting the authors directly.
    📚 If this is available at your local library, consider borrowing it for free there.