|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn892044238 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
141003s2014 xx o 000 0 eng d |
040 |
|
|
|a IDEBK
|b eng
|e pn
|c IDEBK
|d EBLCP
|d N$T
|d OCLCQ
|d E7B
|d UMI
|d OCLCQ
|d COO
|d OCLCO
|d OCLCF
|d DEBBG
|d YDXCP
|d OCLCQ
|d AGLDB
|d OCLCQ
|d ICA
|d K6U
|d OCLCQ
|d CCO
|d FVL
|d ZCU
|d MERUC
|d OCLCQ
|d U3W
|d REB
|d D6H
|d STF
|d OCLCQ
|d VTS
|d CEF
|d ICG
|d NLE
|d INT
|d VT2
|d UKMGB
|d OCLCQ
|d G3B
|d TKN
|d OCLCQ
|d UAB
|d DKC
|d AU@
|d OCLCQ
|d M8D
|d UKAHL
|d HS0
|d OCLCQ
|d OCLCO
|d QGK
|d OCLCQ
|
016 |
7 |
|
|a 018006600
|2 Uk
|
019 |
|
|
|a 894504523
|a 907286504
|a 1259099522
|
020 |
|
|
|a 9781783287741
|q (electronic bk.)
|
020 |
|
|
|a 1783287748
|q (electronic bk.)
|
020 |
|
|
|a 1322166153
|q (electronic bk.)
|
020 |
|
|
|a 9781322166155
|q (electronic bk.)
|
020 |
|
|
|a 178328773X
|
020 |
|
|
|a 9781783287734
|
020 |
|
|
|z 9781783287734
|
029 |
1 |
|
|a AU@
|b 000056019057
|
029 |
1 |
|
|a DEBBG
|b BV042490005
|
029 |
1 |
|
|a DEBBG
|b BV043609278
|
029 |
1 |
|
|a DEBSZ
|b 434831867
|
029 |
1 |
|
|a DEBSZ
|b 484729209
|
029 |
1 |
|
|a DKDLA
|b 820120-katalog:999934666305765
|
029 |
1 |
|
|a GBVCP
|b 882842269
|
029 |
1 |
|
|a UKMGB
|b 018006600
|
035 |
|
|
|a (OCoLC)892044238
|z (OCoLC)894504523
|z (OCoLC)907286504
|z (OCoLC)1259099522
|
037 |
|
|
|a CL0500000496
|b Safari Books Online
|
050 |
|
4 |
|a QA76.73.J38
|b M35 2011eb
|
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 Portwood, Charles R.,
|c II.
|
245 |
1 |
0 |
|a Yii project blueprints :
|b from conception to production, learn how to develop real-world applications with the Yii framework /
|c Charles R. Portwood II.
|
260 |
|
|
|b Packt Publishing,
|c 2014.
|
300 |
|
|
|a 1 online resource
|
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 Print version record.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: A Task Management Application; Describing the project; Tasks; Projects; Users; The database; The tasks table; The projects table; Users; Choosing a database technology; The tasks table; The projects table; The database overview; Initializing the project; Creating the database with migrations; Creating models with Gii; Enhancing the models; Updating the default validation rules; Defined relations; Removing tasks when a project is deleted; Retrieving project metadata
|
505 |
8 |
|
|a Automatically setting the created and updated timeCreating the presentation layer; Managing projects; Creating the layout; Creating the project index action; Changing a project''s completion state; Deleting projects; Creating and updating projects; Viewing tasks; Managing tasks; Preventing unauthorized access to our application; Requiring authentication with filters and access rules; Creating a controller for authentication; Creating a login layout; Create a login view; Identifying our users with the UserIdentity CUserIdentity class; Creating the login model; Finishing touches; Disabling Gii
|
505 |
8 |
|
|a Defining a default routeAdding extra routes; Summary; Chapter 2: Discovering What''s Nearby; Describing the project; Searching nearby locations; Showing locations; Storing locations; Importing locations; Designing the database; Locations; Initializing the project; Creating the configuration file; Retrieving the sample data; Creating the database; Creating the locations model; Importing the data feed; Google APIs; Enabling Google APIs; Generating an API key; Storing the API key; Creating the presentation layer; Interacting with the Google Maps JavaScript API; Searching nearby locations
|
505 |
8 |
|
|a Selecting a locationShowing locations on a map; Optimizing performance with caching; Summary; Chapter 3: Scheduled Reminders; Prerequisites; Describing the project; Users; Events; Reminders; Task runner; Initializing the project; Create a MySQL user and database; Creating a Yii configuration file; Creating a parameters configuration file; Adding Composer dependencies; Creating the database; The users migration; The reminders and events migration; Creating models; Model behaviors; The Users model; Bcrypt password hashing; The Reminders model; The Events model
|
505 |
8 |
|
|a Searching for events and displaying themCustom routing for dates; Creating the controller for events; Creating the reminders controller; Creating the layout; Creating the main view; Creating the item view; Creating the event list view; Creating and saving events; Creating the controller to manage users; Creating users; Deleting users; Changing the user''s password; Authenticating with Bcrypt; Requiring authentication; Sending e-mail reminders; Summary; Chapter 4: Developing an Issue-tracking Application; Prerequisites; Describing the project; Users; Roles; Issues; Statuses; Updates
|
520 |
|
|
|a This book is for intermediate-to-advanced level Yii developers who want to master the Yii framework and develop real-world applications. You should have experience of working with Yii, PHP 5, HTML, CSS, and JavaScript.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Web site development.
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a PHP (Computer program language)
|
650 |
|
6 |
|a Sites Web
|x Développement.
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
6 |
|a PHP (Langage de programmation)
|
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 site development.
|2 fast
|0 (OCoLC)fst01173243
|
776 |
0 |
8 |
|i Print version:
|a Portwood, Charles R., II.
|t Yii project blueprints : from conception to production, learn how to develop real-world applications with the Yii framework.
|d Birmingham, [England] : Packt Publishing, ©2014
|h 301 pages
|k Community experience distilled.
|z 9781783287734
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=855864
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH27100054
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL1688645
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10944927
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 855864
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis29855669
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12093932
|
994 |
|
|
|a 92
|b IZTAP
|