|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn894504522 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
141105s2014 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d DEBBG
|d DEBSZ
|d IDEBK
|d EBLCP
|d N$T
|d COO
|d OCLCF
|d YDXCP
|d OCLCQ
|d OCL
|d OCLCQ
|d AGLDB
|d ICA
|d ZCU
|d MERUC
|d OCLCQ
|d D6H
|d OCLCQ
|d VTS
|d CEF
|d ICG
|d OCLCQ
|d STF
|d DKC
|d AU@
|d OCLCQ
|d AJS
|d OCLCO
|d SGP
|d OCLCQ
|
019 |
|
|
|a 892044281
|a 907286523
|
020 |
|
|
|a 9781783981892
|
020 |
|
|
|a 178398189X
|
020 |
|
|
|a 1783981881
|
020 |
|
|
|a 9781783981885
|
020 |
|
|
|a 1322166196
|
020 |
|
|
|a 9781322166193
|
020 |
|
|
|z 9781783981885
|
029 |
1 |
|
|a CHNEW
|b 000888937
|
029 |
1 |
|
|a CHVBK
|b 37447656X
|
029 |
1 |
|
|a DEBBG
|b BV042490008
|
029 |
1 |
|
|a DEBBG
|b BV043612639
|
029 |
1 |
|
|a DEBSZ
|b 434831891
|
029 |
1 |
|
|a DEBSZ
|b 484731475
|
029 |
1 |
|
|a DKDLA
|b 820120-katalog:999930740405765
|
029 |
1 |
|
|a GBVCP
|b 882737244
|
035 |
|
|
|a (OCoLC)894504522
|z (OCoLC)892044281
|z (OCoLC)907286523
|
037 |
|
|
|a CL0500000496
|b Safari Books Online
|
050 |
|
4 |
|a QA76.73.P224
|b .S347 2014
|
072 |
|
7 |
|a COM
|x 051260
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051420
|2 bisacsh
|
082 |
0 |
4 |
|a 005.2762
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Safronov, Mark.
|
245 |
1 |
0 |
|a Web application development with Yii 2 and PHP :
|b fast-track your web application development using the new generation Yii PHP framework /
|c Mark Safronov, Jeffrey Winesett.
|
246 |
3 |
0 |
|a Fast-track your web application development using the new generation Yii PHP framework
|
260 |
|
|
|a Birmingham, UK :
|b Packt Pub.,
|c 2014.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations.
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Online resource; title from cover page (Safari, viewed October 24, 2014).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started; A basic application; Installation of a basic application template; Specifics of the basic application template; An advanced application; Installation of an advanced application template; Specifics of the advanced application template; Summary; Chapter 2: Making a Custom Application with Yii 2; The design stage; Task at hand; Domain model design; Target feature; Initial preparations; Setting up project management; Setting up the testing harness
|
505 |
8 |
|
|a Setting up the deployment pipelineMaking a web application entry point visible; Introducing the Yii framework into our application; First end-to-end test; Yii 2 installation to the bare code base; Checking the requirements; An introduction to Yii conventions; Building the wireframe code; Adding a controller; Handling possible errors; Making the data and application layers; Defining the customer model at the data layer; Setting up the database; Object-relation mapping in Yii; Decoupling from ORM; Creating the user interface; The Add New Customer UI ; Routing 101; Layouts
|
505 |
8 |
|
|a Finishing the Add New Customer UIWidgets; The List Customers UI; Customer Query UI; Using the application; Summary; Chapter 3: Automatically Generating the CRUD Code; Definition of the model to work with; Using Gii; Installing Gii into the application; Generating the code for the Model class; Generating the CRUD code; Finishing touches; Creating a new layout to support pages generated by Gii; An overview of the generated CRUD UI; Pros and cons of generated classes over manually created ones; Summary; Chapter 4: The Renderer; Anatomy of Yii rendering; The Yii application components
|
505 |
8 |
|
|a The View componentAlgorithm to find the view files; Algorithm to search the layout file to be used; The Internal workings of rendering the view file; Custom renderers; A custom response formatter; The asset bundles; An asset bundle with files from an arbitrary folder; Asset publishing; An asset bundle with files from a web-accessible folder; Registering CSS and JavaScript files manually; Placing JavaScript in different positions in the asset bundles; Making a custom asset bundle for our application; Themes; Making a custom snowy theme; Widgets; Summary; Chapter 5: User Authentication
|
505 |
8 |
|
|a Anatomy of the user login in YiiPassword-based login mechanics in general; Making the user management interface; Acceptance tests for the user management interface; Database table to store user records; Generating the model and CRUD code by Gii; Removing the password field from the autogenerated code; Hashing a password upon saving a user record; Functional tests for password hashing; Password hashing implementation inside the active record; Making a user record into an identity; Making the login interface; Specifications of user authentication; Making the authentication indicator
|
520 |
|
|
|a This book is for professional PHP developers who wish to master the powerful Yii 2 application framework. It is assumed that you have knowledge of object-oriented programming. The previous version of the Yii framework is only briefly mentioned, but it''ll be even easier to grasp Yii 2 with the knowledge of Yii 1.1.x.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a PHP (Computer program language)
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a Web sites
|x Design.
|
650 |
|
6 |
|a PHP (Langage de programmation)
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
6 |
|a Sites Web
|x Conception.
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x JavaScript.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x VBScript.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development.
|2 fast
|0 (OCoLC)fst00811707
|
650 |
|
7 |
|a PHP (Computer program language)
|2 fast
|0 (OCoLC)fst01049847
|
650 |
|
7 |
|a Web sites
|x Design.
|2 fast
|0 (OCoLC)fst01173252
|
700 |
1 |
|
|a Winesett, Jeffrey.
|
776 |
0 |
8 |
|i Print version:
|a Safronov, Mark.
|t Web application development with Yii and PHP.
|d Birmingham, [England] : Packt Publishing, ©2014
|h 387 pages
|k Community experience distilled.
|z 9781783981885
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=855904
|z Texto completo
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 855904
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12093937
|
994 |
|
|
|a 92
|b IZTAP
|