EUR 5,47
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: Good. Good condition. A copy that has been read but remains intact. May contain markings such as bookplates, stamps, limited notes and highlighting, or a few light stains.
EUR 5,54
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 2.4.
EUR 5,54
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 2.4.
EUR 5,54
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Fair. No Jacket. Readable copy. Pages may have considerable notes/highlighting. ~ ThriftBooks: Read More, Spend Less 2.4.
EUR 5,54
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 2.4.
EUR 6,04
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Good. No Jacket. Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 1.75.
EUR 6,69
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 1.6.
Verlag: Pearson Education, Limited, 2003
ISBN 10: 0672326191 ISBN 13: 9780672326196
Sprache: Englisch
Anbieter: Better World Books, Mishawaka, IN, USA
EUR 6,89
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: Good. 3rd Edition. Used book that is in clean, average condition without any missing pages.
Verlag: Pearson Education, Limited, 2003
ISBN 10: 0672326191 ISBN 13: 9780672326196
Sprache: Englisch
Anbieter: Better World Books, Mishawaka, IN, USA
EUR 6,89
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: Very Good. 3rd Edition. Used book that is in excellent condition. May show signs of wear or have minor defects.
EUR 7,04
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: Very Good. Used book that is in excellent condition. May show signs of wear or have minor defects.
EUR 7,04
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: Good. Used book that is in clean, average condition without any missing pages.
EUR 7,74
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: Very Good. 1st Edition. Former library book; may include library markings. Used book that is in excellent condition. May show signs of wear or have minor defects.
EUR 7,74
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: Very Good. 1st Edition. Former library book; may include library markings. Used book that is in excellent condition. May show signs of wear or have minor defects.
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 3,07
Währung umrechnenAnzahl: 2 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
EUR 9,76
Währung umrechnenAnzahl: 2 verfügbar
In den WarenkorbZustand: Good. 3rd Edition. Used book that is in clean, average condition without any missing pages.
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 3,32
Währung umrechnenAnzahl: 2 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Anbieter: Reuseabook, Gloucester, GLOS, Vereinigtes Königreich
EUR 3,83
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Used; Very Good. Dispatched, from the UK, within 48 hours of ordering. Though second-hand, the book is still in very good shape. Minimal signs of usage may include very minor creasing on the cover or on the spine.
EUR 10,35
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Good. No Jacket. Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 2.05.
EUR 10,35
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Good. No Jacket. Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 2.05.
EUR 10,82
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 1.88.
Verlag: APress, United States, Berkley, 2016
ISBN 10: 1484219953 ISBN 13: 9781484219959
Sprache: Englisch
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 5,20
Währung umrechnenAnzahl: 3 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. Aided by three key elements: object fundamentals, design principles, and best practices, you'll learn how to develop elegant and rock solid systems using PHP. The 5th edition of this popular book has been fully updated for PHP 7, including replacing the PEAR package manager with Composer, and new material on Vagrant and PHP standards. It provides a solid grounding in PHP's support for objects, it builds on this foundation to instill core principles of software design and then covers the tools and practices needed to develop, test and deploy robust code. PHP Objects, Patterns, and Practicebegins by covering PHP's object-oriented features. It introduces key topics including class declaration, inheritance, reflection and much more. The next section is devoted to design patterns. It explains the principles that make patterns powerful. The book covers many of the classic design patterns and includes chapters on enterprise and database patterns. The last segment of the book covers the tools and practices that can help turn great code into a successful project. The section shows how to manage multiple developers and releases with git, how to manage builds and dependencies with Composer. It also explores strategies for automated testing and continuous integration. What You'll Learn Work with object fundamentals: writing classes and methods, instantiating objects, creating powerful class hierarchies using inheritance. Master advanced object-oriented features, including static methods and properties, managing error conditions with exceptions, and creating abstract classes and interfaces. Learn about the new object-oriented features introduced by PHP 7 and why they matter for your code. Understand and use design principles to deploy objects and classes effectively in your projects. Discover a set of powerful patterns that you can deploy in your own projects. Guarantee a successful project including unit testing; version control, build, installation and package management; and continuous integration. Who This Book is For This book is suitable for anyone with at least a basic knowledge of PHP who wants to use its object-oriented features in their projects. Those who already know their interfaces from their abstracts may well still find it hard to use these features in their systems. They will benefit from the book's emphasis on design. They will learn how to choose and combine the participants of a system; how to read design patterns and how to use them in their code. Finally this book is for PHP coders who want to learn about the practices and tools (version control, testing, continuous integration, etc) that can make projects safe, elegant and stable. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
EUR 2,55
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: Good. Most items will be dispatched the same or the next working day. A copy that has been read but remains in clean condition. All of the pages are intact and the cover is intact and the spine may show signs of wear. The book may have minor markings which are not specifically mentioned.
EUR 7,60
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: Very Good. 1751790692. 7/6/2025 8:31:32 AM.
Anbieter: Better World Books Ltd, Dunfermline, Vereinigtes Königreich
EUR 6,41
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: Good. 3rd Edition. Ships from the UK. Former library book; may include library markings. Used book that is in clean, average condition without any missing pages.
EUR 11,05
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: Very Good. Most items will be dispatched the same or the next working day. A copy that has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Verlag: Sams Publishing
Anbieter: WeBuyBooks, Rossendale, LANCS, Vereinigtes Königreich
EUR 1,68
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: Like New. Most items will be dispatched the same or the next working day. An apparently unread copy in perfect condition. Dust cover is intact with no nicks or tears. Spine has no signs of creasing. Pages are clean and not marred by notes or folds of any kind.
Anbieter: WorldofBooks, Goring-By-Sea, WS, Vereinigtes Königreich
EUR 17,16
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Anbieter: Versandantiquariat Felix Mücke, Grasellenbach - Hammelbach, Deutschland
EUR 1,29
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbTaschenbuch. Zustand: Gut. 528 Seiten; Artikel stammt aus Nichtraucherhaushalt! DG3680 Sprache: Deutsch Gewicht in Gramm: 500.
Softcover. Zustand: Bon. Livre un peu vrillé. Petite(s) trace(s) de pliure sur la couverture. Légères traces d'usure sur la couverture. Ammareal reverse jusqu'à 15% du prix net de cet article à des organisations caritatives. ENGLISH DESCRIPTION Book Condition: Used, Good. Book slightly twisted. Slightly creased cover. Slight signs of wear on the cover. Ammareal gives back up to 15% of this item's net price to charity organizations.
EUR 32,93
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 2.1.