Pro PHP 8 MVC : model view controller architecture-driven application development /
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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[Place of publication not identified] :
Apress,
2021.
|
Edición: | 2nd ed. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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.