Practical symfony - Doctrine edition

Practical symfony - Doctrine edition
Title Practical symfony - Doctrine edition PDF eBook
Author Fabien Potencier
Publisher Lulu.com
Pages 396
Release
Genre
ISBN 2918390011

Download Practical symfony - Doctrine edition Book in PDF, Epub and Kindle

Practical Module Development for Prestashop 8

Practical Module Development for Prestashop 8
Title Practical Module Development for Prestashop 8 PDF eBook
Author Louis AUTHIE
Publisher Packt Publishing Ltd
Pages 300
Release 2023-04-28
Genre Computers
ISBN 1837633398

Download Practical Module Development for Prestashop 8 Book in PDF, Epub and Kindle

Elevate your e-commerce game and beat the competition by unleashing the power of PrestaShop 8.x with Symfony-based modules, customizable themes, and much more Purchase of the print or Kindle book includes a free PDF eBook Key Features Understand the data and object architecture of the legacy and new Symfony core of PrestaShop Create modules to add features such as content blocks, payment options, and carriers to your store Learn to customize themes and override existing module templates Book Description After version 1.7, PrestaShop underwent a host of changes, including migration to a Symfony-based system from an outdated legacy code. This migration brought about significant changes for developers, from routine maintenance to module development. Practical Module Development for PrestaShop 8 is curated to help you explore the system architecture, including migrated and non-migrated controllers, with a concise data structure overview. You'll understand how hooks enable module customization and optimize the CMS. Through the creation of seven modules, you'll learn about the structure of modules, hook registration, the creation of front-office controllers, and Symfony back-office controllers. By using Doctrine entities, services, CQRS, grids, and forms, you'll be guided through the creation of standard, payment and carrier modules. Additionally, you'll customize and override themes to achieve your desired e-commerce store look. By the end of this book, you'll be well equipped to provide modern solutions with PrestaShop that meet client requirements. What you will learn Understand the structure of PrestaShop's core Explore hooks and their functions Create a hello world module Build modules to display blocks in the front office with different styles Design a module to add fields to the category pages and manage them Fashion a blogging module with front and modern back-office controllers Fabricate payment and carrier modules to improve the user experience Customize a theme by creating a child theme Who this book is for If you are a junior or advanced PHP developer already using PrestaShop as a simple user willing to know more or to solve online sellers' problems by creating modules as a professional, this book is definitely for you. In order to learn from this book, you should have a basic knowledge of the Symfony framework. This book will be a really good help for the module developers expecting to move from the old legacy environment to the modern one. Other CMS developers can use that book as a tool to compare and move to PrestaShop.

Persistence in PHP with the Doctrine ORM

Persistence in PHP with the Doctrine ORM
Title Persistence in PHP with the Doctrine ORM PDF eBook
Author Kévin Dunglas
Publisher Packt Publishing Ltd
Pages 170
Release 2013-12-18
Genre Computers
ISBN 1782164111

Download Persistence in PHP with the Doctrine ORM Book in PDF, Epub and Kindle

Persistence in PHP with the Doctrine ORM is a concise, fast, and focused guide to build a blog engine with advanced features such as native queries and lifecycle callbacks. This book is primarily intended for PHP developers and architects who want to increase their skills in the field of Persistence and ORM to map the data they are working on to objects they are using in programming. Basic knowledge of databases and PDO and working knowledge of PHP namespaces is a prerequisite.

The Definitive Guide to symfony

The Definitive Guide to symfony
Title The Definitive Guide to symfony PDF eBook
Author Francois Zaninotto
Publisher Apress
Pages 520
Release 2007-04-01
Genre Computers
ISBN 143020379X

Download The Definitive Guide to symfony Book in PDF, Epub and Kindle

This book, authored by project and documentation leads Fabien Potencier and François Zaninotto, serves as a complete guide to all aspects of Symfony. Readers are guided through fundamental concepts such as installation, configuration, and security, followed by thorough discussion of advanced concepts such as scaffolding, routing, caching, and internationalization. Bundled with numerous tools for helping document, debug, and test your applications, and developed in a manner encouraging agile development principles, Symfony is sparking the imagination of thousands of developers around the globe.

Symfony 5

Symfony 5
Title Symfony 5 PDF eBook
Author Fabien Potencier
Publisher Symfony SAS
Pages 308
Release 2019-11-08
Genre
ISBN 9782918390374

Download Symfony 5 Book in PDF, Epub and Kindle

Mastering Symfony

Mastering Symfony
Title Mastering Symfony PDF eBook
Author Sohail Salehi
Publisher Packt Publishing Ltd
Pages 290
Release 2016-04-26
Genre Computers
ISBN 1784394262

Download Mastering Symfony Book in PDF, Epub and Kindle

Orchestrate the designing, development, testing, and deployment of web applications with Symfony About This Book Create a robust and reliable Symfony development pipeline using Amazon's cloud platform Cut development and maintenance costs by defining crystal clear features and possible scenarios for each feature before implementation Follow detailed examples provided in each chapter to create a task management application Who This Book Is For If you are a PHP developer with some experience in Symfony and are looking to master the framework and use it to its full potential, then this book is for you. Though experience with PHP, object-oriented techniques, and Symfony basics is assumed, this book will give you a crash course on the basics and then proceed to more advanced topics. What You Will Learn Install and configure Symfony and required third-party bundles to develop a task management application Set up a continuous integration server to orchestrate automatic builds every time you add a new feature to your project Reduce maintenance costs dramatically using Behaviour Driven Development (BDD) Create a slick user interface using the Bootstrap framework Design robust business logic using Doctrine Build a comprehensive dashboard and secure your project using the Sonata project Improve performance using Redis, Memcache, and Varnish Create customized Symfony commands and add them to your console In Detail In this book, you will learn some lesser known aspects of development with Symfony, and you will see how to use Symfony as a framework to create reliable and effective applications. You might have developed some impressive PHP libraries in other projects, but what is the point when your library is tied to one particular project? With Symfony, you can turn your code into a service and reuse it in other projects. This book starts with Symfony concepts such as bundles, routing, twig, doctrine, and more, taking you through the request/response life cycle. You will then proceed to set up development, test, and deployment environments in AWS. Then you will create reliable projects using Behat and Mink, and design business logic, cover authentication, and authorization steps in a security checking process. You will be walked through concepts such as DependencyInjection, service containers, and services, and go through steps to create customized commands for Symfony's console. Finally, the book covers performance optimization and the use of Varnish and Memcached in our project, and you are treated with the creation of database agnostic bundles and best practices. Style and approach A step-by-step guide to mastering Symfony while developing a task management application. Each chapter comes with detailed examples.

Practical Symfony 1.2 for Doctrine - Second Edition

Practical Symfony 1.2 for Doctrine - Second Edition
Title Practical Symfony 1.2 for Doctrine - Second Edition PDF eBook
Author Fabien Potencier
Publisher
Pages 388
Release 2009-05-01
Genre Computers
ISBN 9782918390060

Download Practical Symfony 1.2 for Doctrine - Second Edition Book in PDF, Epub and Kindle

The practical symfony book shows you all it takes to build up a complete and effective application from scratch. Definitely the best way to learn symfony. This book is based on the Jobeet tutorial.