Practical symfony - Propel edition
Title | Practical symfony - Propel edition PDF eBook |
Author | Fabien Potencier |
Publisher | Lulu.com |
Pages | 396 |
Release | |
Genre | |
ISBN | 2918390003 |
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 |
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 Gentle Introduction to Symfony 1. 4
Title | A Gentle Introduction to Symfony 1. 4 PDF eBook |
Author | François Zaninotto |
Publisher | Sensio Sa |
Pages | 540 |
Release | 2010-05 |
Genre | |
ISBN | 9782918390305 |
A Year with Symfony
Title | A Year with Symfony PDF eBook |
Author | Matthias Noback |
Publisher | |
Pages | 230 |
Release | 2013-09-04 |
Genre | |
ISBN | 9789082120110 |
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?
Building PHP Applications with Symfony, CakePHP, and Zend Framework
Title | Building PHP Applications with Symfony, CakePHP, and Zend Framework PDF eBook |
Author | Bartosz Porebski |
Publisher | John Wiley & Sons |
Pages | 576 |
Release | 2011-03-08 |
Genre | Computers |
ISBN | 0470887346 |
Presents a comparison of the three open source frameworks and how they can be used to create PHP Web sites.
Beginning PHP and MySQL 5
Title | Beginning PHP and MySQL 5 PDF eBook |
Author | W Jason Gilmore |
Publisher | Apress |
Pages | 922 |
Release | 2006-11-25 |
Genre | Computers |
ISBN | 1430201177 |
* This best-selling title has comprehensive discussions about PHP 5, MySQL 5, and how these two popular open source technologies work together to create powerful websites. * Updated to reflect the new features found in MySQL’s most significant release to date. Readers are introduced to advanced database features like triggers, stored procedures, and views. They learn how to integrate these new capabilities into their PHP-driven web applications. The book also discusses PHP’s new MySQL extension, mysqli, which is required for MySQL versions 4.1 and higher. * Packed with hundreds of practical examples covering all aspects of web development, including forms management, templating, database integration, Web services, security, and session handling.
Domain-Driven Design in PHP
Title | Domain-Driven Design in PHP PDF eBook |
Author | Carlos Buenosvinos |
Publisher | Packt Publishing Ltd |
Pages | 387 |
Release | 2017-06-14 |
Genre | Computers |
ISBN | 1787288463 |
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.