Cantitate/Preț
Produs

Pro PHP 8 MVC: Model View Controller Architecture-Driven Application Development

Autor Christopher Pitt
en Limba Engleză Paperback – 27 mai 2021
Examine the building blocks that make any good MVC framework using PHP 8. This book exposes all the considerations that many developers take for granted when using a popular framework, and teaches you how to make this MVC framework your own. 
You'll quickly get started writing your first bit of framework code, then, you build a variety of examples using aspects of an MVC framework, including a router, a template engine, a database library, a persistence engine (ORM), and a testing framework. In the next section, you'll implement sessions, caches, file systems, queues, logging, and mail. You'll wrap up by building a larger scale sample web application: a sales website for a company that sells rockets.
Along the way, this book lays bare all the secret parts of MVC to take with you to apply to your own PHP-based MVC projects.   
What You Will Learn
  • Build PHP-based web applications using the model view controller (MVC) architecture
  • Write your first bit of framework code
  • Compare the code you write with how the popular frameworks do the same kinds of things
  • Create various aspects of applications, engines, and other frameworks
  • Wrap up with a sample case study application
Who This Book Is For
Experienced PHP and web developers. Some prior experience with PHP and web development at least recommended.  
Citește tot Restrânge

Preț: 30511 lei

Preț vechi: 38138 lei
-20% Nou

Puncte Express: 458

Preț estimativ în valută:
5839 6142$ 4834£

Carte disponibilă

Livrare economică 24 decembrie 24 - 07 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484269565
ISBN-10: 148426956X
Pagini: 367
Ilustrații: XVIII, 367 p. 34 illus.
Dimensiuni: 178 x 254 x 24 mm
Greutate: 0.67 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

1: Ways to Use PHP.- 2: Writing Our First Bit of Code.- 3: Building a Router.- 4: Building a Template Engine.- 5: Building a Validator.- 6: Building a Database Library.- 7: Building an Object-Relational Mapper Library.- 8: Building a Dependency Injection Container.- 9: Testing Our Framework.- 10: Config, Cache, Sessions, Filesystems.- 11: Queues, Logging, Emails.- 12: Publishing Your Code.- Afterword: Wrapping Up.

Notă biografică

Christopher Pitt is an experienced PHP and JavaScript/CSS web developer and writer, working at SilverStripe. He usually works on application architecture, though sometimes you’ll find him building compilers or robots.  He is also the author of several web development books and is a contributor on various open source projects such as AdonisJs and Masonite.

Textul de pe ultima copertă

Examine the building blocks that make any good MVC framework using PHP 8. This book exposes all the considerations that many developers take for granted when using a popular framework, and teaches you how to make this MVC framework your own. 
You'll quickly get started writing your first bit of framework code, then, you build a variety of examples using aspects of an MVC framework, including a router, a template engine, a database library, a persistence engine (ORM), and a testing framework. In the next section, you'll implement sessions, caches, file systems, queues, logging, and mail. You'll wrap up by building a larger scale sample web application: a sales website for a company that sells rockets.
Along the way, this book lays bare all the secret parts of MVC to take with you to apply to your own PHP-based MVC projects.   
You will:
  • Build PHP-based web applications using the model view controller (MVC) architecture
  • Write your first bit of framework code
  • Compare the code you write with how the popular frameworks do the same kinds of things
  • Create various aspects of applications, engines, and other frameworks
  • Wrap up with a sample case study application

Caracteristici

The first book on PHP MVC using PHP 8 Everything you'll need from first principles all the way to practical advice on advanced techniques Written by a PHP and web development expert