|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
EBSCO_ocn885019796 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
140801s2014 enk o 000 0 eng d |
040 |
|
|
|a IDEBK
|b eng
|e pn
|c IDEBK
|d EBLCP
|d N$T
|d E7B
|d DEBSZ
|d OCLCQ
|d COO
|d OCLCO
|d OCLCQ
|d YDXCP
|d OCLCQ
|d FEM
|d AGLDB
|d OCLCQ
|d ICA
|d OCLCQ
|d ZCU
|d XFH
|d MERUC
|d OCLCQ
|d D6H
|d OCLCF
|d VTS
|d OCLCQ
|d STF
|d DKC
|d OCLCQ
|d AJS
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 907254416
|a 922717095
|a 968128779
|a 969030232
|a 994603942
|
020 |
|
|
|a 9781783287994
|q (electronic bk.)
|
020 |
|
|
|a 1783287993
|q (electronic bk.)
|
020 |
|
|
|a 1322008566
|q (ebk)
|
020 |
|
|
|a 9781322008561
|q (ebk)
|
020 |
|
|
|a 9781783287987
|
020 |
|
|
|a 1783287985
|
029 |
1 |
|
|a AU@
|b 000062560097
|
029 |
1 |
|
|a CHNEW
|b 000688439
|
029 |
1 |
|
|a CHNEW
|b 000688440
|
029 |
1 |
|
|a CHNEW
|b 000888299
|
029 |
1 |
|
|a CHVBK
|b 374472165
|
029 |
1 |
|
|a DEBBG
|b BV043611259
|
029 |
1 |
|
|a DEBSZ
|b 410573221
|
029 |
1 |
|
|a DEBSZ
|b 484726412
|
035 |
|
|
|a (OCoLC)885019796
|z (OCoLC)907254416
|z (OCoLC)922717095
|z (OCoLC)968128779
|z (OCoLC)969030232
|z (OCoLC)994603942
|
037 |
|
|
|a 8701718807220221316
|b TotalBoox
|f Ebook only
|n www.totalboox.com
|
050 |
|
4 |
|a QA76.73.P25
|
072 |
|
7 |
|a COM
|x 013000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 014000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 067000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 032000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 037000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 052000
|2 bisacsh
|
082 |
0 |
4 |
|a 004
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Kilicdagi, Arda.
|
245 |
1 |
0 |
|a Laravel Design Patterns and Best Practices /
|c Arda Kilicdagi, H. Ibrahim Yilmaz.
|
260 |
|
|
|a Birmingham :
|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
|
347 |
|
|
|a text file
|2 rda
|
490 |
1 |
|
|a Community Experience Distilled
|
588 |
0 |
|
|a Print version record.
|
520 |
|
|
|a In Detail This book covers how to develop different applications and solve recurring problems using Laravel 4 design patterns. It will walk you through the widely used design patterns--the Builder (Manager) pattern, Factory pattern, Repository pattern, and Strategy pattern--and will empower you to use these patterns while developing various applications with Laravel. This book will help you find stable and acceptable solutions, thereby improving the quality of your applications. Throughout the course of the book, you will be introduced to a number of clear, practical examples about PHP design patterns and their usage in various projects. You will also get acquainted with the best practices for Laravel that will greatly reduce the probability of introducing errors into your web applications. By the end of the book, you will be accustomed to the best practices and the important design patterns used in Laravel to make a great website. Approach This book is a practical guide packed with clear examples that will help you get to grips with the best practices in Laravel design patterns to create advanced web applications. Who this book is for This book is intended for web application developers working with Laravel who want to increase the efficiency of their web applications. It assumes that you have some experience with the Laravel PHP framework and are familiar with coding OOP methods.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Design and Architectural Pattern Fundamentals; Design patterns; Elements of design patterns; Classification of the design patterns; Creational patterns; Structural patterns; Behavioral patterns; What is MVC?; Summary; Chapter 2: Model in MVC ; What is the Model?; Purposes of the Model; Model Instances; The Model in Laravel; Fluent Query Builder; Eloquent ORM; Relationships; Mass assignment; Soft deleting; Eager Loading; Timestamps; Query scopes; Accessors and mutators.
|
505 |
8 |
|
|a Model eventsModel observers; Migrations; Database seeders; Summary; Chapter 3: View in MVC; What is a View?; View objects; View in Laravel; Summary; Chapter 4: Controllers in MVC; What is a Controller?; The purpose of the Controller; Controllers in Laravel; Routes; Using Controllers inside folders; Summary; Chapter 5: Design Patterns in Laravel; The Builder (Manager) pattern; The need for the Builder (Manager) pattern; The Factory pattern; The need for the Factory pattern; The Repository pattern; The need for the Repository pattern; The Strategy pattern; The need for the Strategy pattern.
|
505 |
8 |
|
|a The Provider patternThe Facade pattern; Summary; Chapter 6: Best Practices in Laravel; Basic practices; Advanced practices; The Factory pattern; The Builder pattern; Strategy pattern; The Repository pattern; Summary; Index.
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Web applications
|x Development.
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a PHP (Computer program language)
|
650 |
|
6 |
|a Applications 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 Computer Literacy.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Computer Science.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Hardware
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Information Technology.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Machine Theory.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Reference.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development
|2 fast
|
650 |
|
7 |
|a PHP (Computer program language)
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Kilicdagi, Arda.
|t Laravel design patterns and best practices : enhance the quality of your web applications by efficiently implementing design patterns in Laravel.
|d Birmingham, England : [Packt] Publishing, ©2014
|h ii, 91 pages
|k Community experience distilled.
|z 9781783287987
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=817627
|z Texto completo
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10900541
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 817627
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis28705786
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12006005
|
994 |
|
|
|a 92
|b IZTAP
|