Zend Framework 2.0 by example : (Record no. 2758029)

MARC details
000 -LEADER
fixed length control field 06804cam a2200901Ia 4500
001 - CONTROL NUMBER
control field ocn857066380
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20220711205305.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr cnu---unuuu
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 120813s2013 enk o 001 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency E7B
Language of cataloging eng
Description conventions pn
Transcribing agency E7B
Modifying agency OCLCO
-- REB
-- N$T
-- OCLCF
-- COO
-- EBLCP
-- IDEBK
-- YDXCP
-- DEBSZ
-- S4S
-- RIV
-- OCLCQ
-- OCLCO
-- OCLCQ
-- LOA
-- AGLDB
-- ICA
-- MOR
-- PIFAG
-- ZCU
-- MERUC
-- OCLCQ
-- U3W
-- D6H
-- STF
-- WRM
-- VTS
-- NRAMU
-- ICG
-- NLE
-- INT
-- VT2
-- OCLCQ
-- UKMGB
-- G3B
-- TKN
-- OCLCQ
-- DKC
-- OCLCQ
-- UKAHL
-- CNCEN
-- OCLCQ
-- AJS
-- OCLCQ
-- OCLCO
016 7# - NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER
Record control number 018005235
Source Uk
019 ## -
-- 854974333
-- 961665976
-- 962572883
-- 1105802958
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781782161936
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1782161937
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1782161929
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781782161929
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 9781782161929
024 8# - OTHER STANDARD IDENTIFIER
Standard number or code 9781782161929
029 1# - (OCLC)
OCLC library identifier AU@
System control number 000055913981
029 1# - (OCLC)
OCLC library identifier CHNEW
System control number 001051869
029 1# - (OCLC)
OCLC library identifier CHVBK
System control number 567706893
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV044189321
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 397578121
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 493126139
029 1# - (OCLC)
OCLC library identifier NZ1
System control number 15908260
029 1# - (OCLC)
OCLC library identifier UKMGB
System control number 018005235
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)857066380
Canceled/invalid control number (OCoLC)854974333
-- (OCoLC)961665976
-- (OCoLC)962572883
-- (OCoLC)1105802958
037 ## - SOURCE OF ACQUISITION
Stock number 9781782161936
Source of stock number/acquisition Packt Publishing Pvt. Ltd
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number QA76.625
Item number .S43 2013eb
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 051390
Source bisacsh
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 051230
Source bisacsh
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 051440
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 005.276
Edition number 23
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Shasankar, Krishna.
9 (RLIN) 963082
245 10 - TITLE STATEMENT
Title Zend Framework 2.0 by example :
Remainder of title beginner's guide /
Statement of responsibility, etc Krishna Shasankar.
260 ## - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)
Place of publication, distribution, etc Birmingham, UK :
Name of publisher, distributor, etc Packt Publishing Ltd.,
Date of publication, distribution, etc 2013.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource (211 pages)
336 ## -
-- text
-- txt
-- rdacontent
337 ## -
-- computer
-- c
-- rdamedia
338 ## -
-- online resource
-- cr
-- rdacarrier
347 ## -
-- text file
500 ## - GENERAL NOTE
General note Includes index.
520 8# - SUMMARY, ETC.
Summary, etc Annotation
Expansion of summary note 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.
588 0# -
-- Print version record.
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1:Getting Started with Zend Framework 2.0; Zend Framework 2.0; Introduction to Zend Server Community Edition (CE); Zend Server CE -- system requirements; Time for action -- installing Zend Server CE; Configuring Zend Server CE; Zend Server CE -- Administration Interface; Time for action -- configuring Zend Server CE; MySQL; Time for action -- installing MySQL; phpMyAdmin; Time for action -- creating a database; Summary; Chapter 2:Building Your First Zend Framework Application.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note PrerequisitesZendSkeletonApplication; Time for action -- creating a Zend Framework project; Zend Framework 2.0 -- modules; Zend Framework 2.0 -- project folder structure; Time for action -- creating a module; MVC layer; Zend Framework module -- folder structure; Time for action -- creating controllers and views; Zend Framework module -- configuration; Time for action -- modifying module configuration; Summary; Chapter 3:Creating a Communication Application; Zend\Form; Time for action -- creating a registration form; Form validation; Zend\InputFilter.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Time for action -- adding validation to the registration formModels and database access; TableGateway; Time for action -- creating models and saving the form; Zend\Authentication; Time for action -- user authentication; Summary; Chapter 4:Data Management and Document Sharing; Zend Framework 2 ServiceManager; Time for action -- migrating existing code to ServiceManager; Database operations; More on TableGateway; Time for action -- implementing an admin UI to manage users; Document management; Time for action -- creating a file upload form; Managing file sharing.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Time for action -- implementing a file sharing systemSummary; Chapter 5:Chat and E-mail; Layouts and views; View helpers; The URL helper; The BasePath helper; The JSON helper; Concrete placeholder implementations; The HeadLink helper; The HeadMeta helper; The HeadScript helper; The HeadStyle helper; The HeadTitle helper; Time for action -- using jQuery UI in a simple page; Building a simple group chat; Time for action -- creating a simple group chat application; Sending mails; Zend\Mail\Transport; Zend\Mail\Message; Zend\Mime\Message and Zend\Mime\Part.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Time for action -- creating a simple e-mail formZend\EventManager; Time for action -- setting module layout using ZF events; Summary; Chapter 6:Media Sharing; External modules; Resizing images; Time for action -- resizing images using modules; The Photo gallery application; Time for action -- implementing a simple photo gallery; Google Data APIs; The Google Photos API; Time for action -- fetching photos from Google Photos; YouTube Data API; Time for action -- listing YouTube videos for a keyword; Summary; Chapter 7:Search Using Lucene; Introduction to Lucene.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Time for action -- installing ZendSearch\Lucene.
542 ## -
-- Copyright © 2013 Packt Publishing
590 ## - LOCAL NOTE (RLIN)
Local note eBooks on EBSCOhost
Provenance (VM) [OBSOLETE] EBSCO eBook Subscription Academic Collection - Worldwide
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Web site development.
9 (RLIN) 66365
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element PHP (Computer program language)
9 (RLIN) 150620
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Application software
General subdivision Development.
9 (RLIN) 135854
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Sites Web
General subdivision Développement.
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element PHP (Langage de programmation)
9 (RLIN) 872063
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Logiciels d'application
General subdivision Développement.
9 (RLIN) 877691
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Programming
-- Open Source.
Source of heading or term bisacsh
9 (RLIN) 871599
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Software Development & Engineering
-- General.
Source of heading or term bisacsh
9 (RLIN) 871600
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Software Development & Engineering
-- Tools.
Source of heading or term bisacsh
9 (RLIN) 871601
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Application software
General subdivision Development.
Source of heading or term fast
-- (OCoLC)fst00811707
9 (RLIN) 135854
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element PHP (Computer program language)
Source of heading or term fast
-- (OCoLC)fst01049847
9 (RLIN) 150620
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Web site development.
Source of heading or term fast
-- (OCoLC)fst01173243
9 (RLIN) 66365
655 #0 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Display text Print version:
Main entry heading Shasankar, Krishna.
Title Zend Framework 2.0 by Example : Beginner's Guide.
Place, publisher, and date of publication Birmingham : Packt Publishing, ©2013
International Standard Book Number 9781782161929
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=620018">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=620018</a>
938 ## -
-- Askews and Holts Library Services
-- ASKH
-- AH26849429
938 ## -
-- ebrary
-- EBRY
-- ebr10742617
938 ## -
-- EBSCOhost
-- EBSC
-- 620018
938 ## -
-- ProQuest MyiLibrary Digital eBook Collection
-- IDEB
-- cis26009377
938 ## -
-- YBP Library Services
-- YANK
-- 10906869
994 ## -
-- 92
-- INOPJ
Holdings
Withdrawn status Lost status Damaged status Not for loan Collection code Home library Current library Date acquired Total Checkouts Date last seen Price effective from Koha item type
        E-Books EBSCO OPJGU Sonepat- Campus OPJGU Sonepat- Campus 11/07/2022   11/07/2022 11/07/2022 Electronic-Books

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library