Practical symfony - Doctrine edition

Practical symfony - Doctrine edition PDF Author: Fabien Potencier
Publisher: Lulu.com
ISBN: 2918390011
Category :
Languages : en
Pages : 396

Get Book

Book Description

Practical symfony - Doctrine edition

Practical symfony - Doctrine edition PDF Author: Fabien Potencier
Publisher: Lulu.com
ISBN: 2918390011
Category :
Languages : en
Pages : 396

Get Book

Book Description


Practical Symfony 1.2 for Doctrine - Second Edition

Practical Symfony 1.2 for Doctrine - Second Edition PDF Author: Fabien Potencier
Publisher:
ISBN: 9782918390060
Category : Computers
Languages : en
Pages : 388

Get Book

Book Description
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.

Practical Symfony 2

Practical Symfony 2 PDF Author: Tom Maaswinkel
Publisher: Apress
ISBN: 9781484201190
Category : Computers
Languages : en
Pages : 350

Get Book

Book Description
Practical Symfony 2 takes you through the process of building an application using the popular Symfony 2 PHP framework. While reading the book, you will build your own forum application, which makes you use every part of the framework. You will gain a strong understanding of the ins and outs of Symfony and what makes it so powerful. When you have finished the book, you will be able to build any application you want using the Symfony 2 framework. You will learn the basics of building your first Symfony page, using the Twig templating engine to style your page and getting the lowdown on Symfony's Controllers. You will use Doctrine to map a database to your project and learn how to query it for specific information. We also look at the essential topics of testing and security, using PHPUnit to set up tests, and learning how to validate input and to authenticate users. We close the book by looking at internationalization and translating your site to reach the most users. What you’ll learn How to build an application using the Symfony 2 framework The basics of the MVC-model (Model-View-Controller) What an ORM is and how to use Doctrine-ORM Using the Twig templating engine to make your life easier How to check if changes introduced new bugs, by using PHPUnit How to make your application faster, using caching strategies Who this book is for Practical Symfony 2 is written for PHP-developers, who want to know, what the Symfony 2 framework has to offer them. By putting theory to practice right away, you will get to know everything you need, while building your own forum software.

The Definitive Guide to symfony

The Definitive Guide to symfony PDF Author: Francois Zaninotto
Publisher: Apress
ISBN: 143020379X
Category : Computers
Languages : en
Pages : 520

Get Book

Book Description
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.

A Year with Symfony

A Year with Symfony PDF Author: Matthias Noback
Publisher:
ISBN: 9789082120110
Category :
Languages : en
Pages : 230

Get Book

Book Description
I've written A Year With Symfony for you, a developer who will work with Symfony2 for more than a month (and probably more than a year). You may have started reading your way through the official documentation ("The Book"), the cookbook, some blogs, or an online tutorial. You know now how to create a Symfony2 application, with routing, controllers, entities or documents, Twig templates and maybe some unit tests. But after these basic steps, some concerns will raise about... The reusability of your code - How should you structure your code to make it reusable in a future project? Or even in the same project, but with a different view or in a console command? The quality of the internal API you have knowingly or unknowingly created - What can you do to ensure that your team members will understand your code, and will use it in the way it was meant to be used? How can you make your code flexible enough to be used in situations resembling the one you wrote it for? The level of security of your application - Symfony2 and Doctrine seem to automatically make you invulnerable for well-known attacks on your web application, like XSS, CSRF and SQL injection attacks. But can you completely rely on the framework? And what steps should you take to fix some of the remaining issues? The inner workings of Symfony2 - When you take one step further from creating just controllers and views, you will soon need to know more about the HttpKernel which is the heart of a Symfony2 application. How does it know what controller should be used, and which template? And how can you override any decision that's made while handling a request?

Practical Module Development for Prestashop 8

Practical Module Development for Prestashop 8 PDF Author: Louis AUTHIE
Publisher: Packt Publishing Ltd
ISBN: 1837633398
Category : Computers
Languages : en
Pages : 300

Get Book

Book Description
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.

PHP Persistence

PHP Persistence PDF Author: Michael Romer
Publisher: Apress
ISBN: 1484225597
Category : Computers
Languages : en
Pages : 118

Get Book

Book Description
Take the pain out of dealing with relational databases in an object-oriented programming world. With this short book, you can save time and money by simply coding less while accomplishing more with the Doctrine persistence framework, a leading persistence solution for PHP programmers and web developers. PHP Persistence teaches you about PHP persistence and how to use it effectively for your database-driven applications. Bestselling author Michael Romer leverages his own vast experience to show you what you need to know about Doctrine 2 and how to use it in your own projects. Along the way you’ll learn about powerful persistence techniques, such as object-relational mapping (ORM) in PHP. What You'll Learn Define entities and references between entities Manage entities Master the Doctrine Query Language Use appropriate command-line tools for PHP persistence Program for caching Who This Book Is For Experienced PHP programmers and web developers with some exposure to PHP.

Persistence in PHP with the Doctrine ORM

Persistence in PHP with the Doctrine ORM PDF Author: Kévin Dunglas
Publisher: Packt Publishing Ltd
ISBN: 1782164111
Category : Computers
Languages : en
Pages : 170

Get Book

Book Description
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.

Domain-Driven Design in PHP

Domain-Driven Design in PHP PDF Author: Carlos Buenosvinos
Publisher: Packt Publishing Ltd
ISBN: 1787288463
Category : Computers
Languages : en
Pages : 387

Get Book

Book Description
Real examples written in PHP showcasing DDD Architectural Styles, Tactical Design, and Bounded Context Integration About This Book Focuses on practical code rather than theory Full of real-world examples that you can apply to your own projects Shows how to build PHP apps using DDD principles Who This Book Is For This book is for PHP developers who want to apply a DDD mindset to their code. You should have a good understanding of PHP and some knowledge of DDD. This book doesn't dwell on the theory, but instead gives you the code that you need. What You Will Learn Correctly design all design elements of Domain-Driven Design with PHP Learn all tactical patterns to achieve a fully worked-out Domain-Driven Design Apply hexagonal architecture within your application Integrate bounded contexts in your applications Use REST and Messaging approaches In Detail Domain-Driven Design (DDD) has arrived in the PHP community, but for all the talk, there is very little real code. Without being in a training session and with no PHP real examples, learning DDD can be challenging. This book changes all that. It details how to implement tactical DDD patterns and gives full examples of topics such as integrating Bounded Contexts with REST, and DDD messaging strategies. In this book, the authors show you, with tons of details and examples, how to properly design Entities, Value Objects, Services, Domain Events, Aggregates, Factories, Repositories, Services, and Application Services with PHP. They show how to apply Hexagonal Architecture within your application whether you use an open source framework or your own. Style and approach This highly practical book shows developers how to apply domain-driven design principles to PHP. It is full of solid code examples to work through.

Practical Symfony 1.2 for Propel - Second Edition

Practical Symfony 1.2 for Propel - Second Edition PDF Author: Fabien Potencier
Publisher:
ISBN: 9782918390077
Category : Computers
Languages : en
Pages : 384

Get Book

Book Description
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.