|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBOOKCENTRAL_ocn962902562 |
003 |
OCoLC |
005 |
20240329122006.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
161116s2016 enk o 000 0 eng d |
040 |
|
|
|a YDX
|b eng
|e pn
|c YDX
|d N$T
|d OCLCQ
|d IDEBK
|d OCLCF
|d EBLCP
|d MERUC
|d REB
|d OCLCQ
|d COO
|d OCLCQ
|d VT2
|d UOK
|d OCLCQ
|d LVT
|d G3B
|d IGB
|d STF
|d UKAHL
|d OCLCQ
|d OCLCO
|d K6U
|d OCLCQ
|d OCLCO
|
020 |
|
|
|a 9781785281495
|q (electronic bk.)
|
020 |
|
|
|a 1785281496
|q (electronic bk.)
|
020 |
|
|
|z 9781785281761
|
020 |
|
|
|z 1785281763
|
029 |
1 |
|
|a CHNEW
|b 000949229
|
029 |
1 |
|
|a CHVBK
|b 483154040
|
035 |
|
|
|a (OCoLC)962902562
|
050 |
|
4 |
|a QA76.76.A65
|
072 |
|
7 |
|a COM
|x 051230
|2 bisacsh
|
082 |
0 |
4 |
|a 005.3
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Bogdanov, Andrew.
|
245 |
1 |
0 |
|a Yii application development cookbook /
|c Andrew Bogdanov, Dmitry Eliseev, Alexander Makarov.
|
246 |
3 |
|
|a Yes It Is application development cookbook
|
250 |
|
|
|a Third edition.
|
260 |
|
|
|a Birmingham :
|b Packt,
|c 2016.
|
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
|
588 |
0 |
|
|a Online resource; title from PDF title page (EBSCO, viewed November 18, 2016).
|
505 |
0 |
|
|a Cover; Copyright; About the Authors; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Fundamentals; Introduction; Installing the framework; Application templates; Dependency injection container; Service locator; Code generation; Configuring components; Working with events; Using external code; Chapter 2: Routing, Controllers, and Views; Introduction; Configuring URL rules; Generating URLs; Using regular expressions in URL rules; Using a base controller; Using standalone actions; Creating a custom filter; Displaying static pages; Using flash messages.
|
505 |
8 |
|
|a Using the controller context in a viewReusing views with partials; Using blocks; Using decorators; Defining multiple layouts; Pagination and sorting data; Chapter 3: ActiveRecord, Model, and Database; Introduction; Getting data from a database; Defining and using multiple DB connections; Customizing the ActiveQuery class; Processing model fields with AR event-like methods; Automating timestamps; Setting up an author automatically; Setting up a slug automatically; Transactions; Replication and read-write splitting; Implementing single table inheritance; Chapter 4: Forms; Introduction.
|
505 |
8 |
|
|a Writing your own validatorsUploading files; Adding and customizing CaptchaWidget; Customizing Captcha; Creating a custom input widget; Tabular input; Conditional validation; Complex forms with multiple models; AJAX-dependent drop-down list; AJAX validation; Creating a custom client-side validation; Chapter 5: Security; Introduction; Authentication; Using controller filters; Preventing XSS; Preventing SQL injections; Preventing CSRF; Using RBAC; Encrypting/Decrypting data; Chapter 6: RESTful Web Services; Introduction; Creating a REST server; Authentication; Rate limiting; Versioning.
|
505 |
8 |
|
|a Error handlingChapter 7: Official Extensions; Introduction; Authentication client; SwiftMailer e-mail library; Faker fixture data generator; Imagine library; MongoDB driver; ElasticSearch engine adapter; Gii code generator; Pjax jQuery plugin; Redis database driver; Chapter 8: Extending Yii; Introduction; Creating helpers; Creating model behaviors; Creating components; Creating reusable controller actions; Creating reusable controllers; Creating a widget; Creating CLI commands; Creating filters; Creating modules; Creating a custom view renderer; Creating a multilanguage application.
|
505 |
8 |
|
|a Making extensions distribution-readyChapter 9: Performance Tuning; Following best practices; Speeding up session handling; Using cache dependencies and chains; Profiling an application with Yii; Leveraging HTTP caching; Combining and minimizing assets; Running Yii2 on HHVM; Chapter 10: Deployment; Introduction; Changing the Yii directory layout; Moving an application webroot; Changing an advanced application template; Moving configuration parts into separate files; Using multiple configurations to simplify the deployment; Implementing and executing cron jobs; Maintenance mode.
|
520 |
8 |
|
|a Annotation
|b Discover 100 useful recipes that will bring the best out of the Yii2 framework and be on the bleeding edge of web development todayAbout This Book Learn how to use Yii2 efficiently through clear examples and core features, and see how to use tests, create reusable code snippets, core widgets, deployment, and more This book provides you with a wide space for practice approaches and helps you to learn about the new Yii2 framework. Understand the difference between the Yii 1.x.x versions using useful examples from real web applicationsWho This Book Is ForThis book is for developers with good PHP5 knowledge and MVC-frameworks who have tried to develop applications using the Yii 1.x.x version. This book will very useful for all those who would like to try Yii2, or those who are afraid to move from Yii 1.x.x. to Yii2. If you have still not tried Yii2, this book is definitely for you!What You Will Learn See the new version of the Yii2 framework and application development practices Write your applications more efficiently using shortcuts, Yii's core functionality, and the best practices in Web 2.0 Get data from a database, and deal with Active Record, migrations, widgets, and core features Easily update your skills from the previous version of the framework Explore how to use Yii with different JavaScript frameworks and libraries such as WebSockets, Angular, Ember, Backbone and React Learn how to keep your application secure according to the general web application security principle "filter input, escape output. Write RESTfull Web Services using Yii2 and built-in features Correctly install and use official extensions in your projects Effectively create and implement your own Yii extension, and also ensure your extension is reusable and useful for the communityIn DetailYii is a free, open source web application development framework written in PHP5 that promotes clean DRY design and encourages rapid development. It works to streamline your application development time and helps to ensure an extremely efficient, extensible, and maintainable end product. Being extremely performance optimized, Yii is a perfect choice for any size project. However, it has been built with sophisticated, enterprise applications in mind. You have full control over the configuration from head-to-toe (presentation-to-persistence) to conform to your enterprise development guidelines. It comes packaged with tools to help test and debug your application, and has clear and comprehensive documentation. This book is a collection of Yii2 recipes. Each recipe is represented as a full and independent item, which showcases solutions from real web-applications. So you can easily reproduce them in your environment and learn Yii2 fast and without tears. All recipes are explained with step-by-step code examples and clear screenshots. Yii2 is like a suit that looks great off the rack, but is also very easy to tailor to fit your needs. Virtually every component of the framework is extensible. This book will show how to use official extensions, extend any component, or write a new one. This book will help you create modern web applications quickly, and make sure they perform well using examples and business logic from real life. You will deal with the Yii command line, migrations, and assets. You will learn about role-based access, security, and deployment. We'll show you how to easily get started, configure your environment, and be ready to write web applications efficiently and quickly. Style and approachThe chapters of this book are independent and offer a practical approach to Yii development. You can start reading from the chapter you need most, be it Ajax and jQuery, RESTful Web Services, Database, Active Record, or Official Extensions
|
590 |
|
|
|a ProQuest Ebook Central
|b Ebook Central Academic Complete
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a Web site development.
|
650 |
|
0 |
|a Web applications.
|
650 |
|
0 |
|a PHP (Computer program language)
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
6 |
|a Sites Web
|x Développement.
|
650 |
|
6 |
|a Applications Web.
|
650 |
|
6 |
|a PHP (Langage de programmation)
|
650 |
|
7 |
|a COMPUTERS
|x Software Development & Engineering
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development
|2 fast
|
650 |
|
7 |
|a PHP (Computer program language)
|2 fast
|
650 |
|
7 |
|a Web applications
|2 fast
|
650 |
|
7 |
|a Web site development
|2 fast
|
700 |
1 |
|
|a Eliseev, Dmitry.
|
700 |
1 |
|
|a Makarov, Alexander.
|
856 |
4 |
0 |
|u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4741056
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH31705546
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL4741056
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1419898
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis36200082
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 13264443
|
994 |
|
|
|a 92
|b IZTAP
|