Definitive Guide to Symfony - Zaninotto Francois
Definitive Guide to Symfony - Zaninotto Francois Developing a new web application should not mean reinventing the wheel. It helps you respect coding standards; write bulletproof, maintainable code;…
Specifikacia Definitive Guide to Symfony - Zaninotto Francois
Definitive Guide to Symfony - Zaninotto Francois
Developing a new web application should not mean reinventing the wheel. It helps you respect coding standards; write bulletproof, maintainable code; and focus on business rules rather than waste time on repetitive tasks. Thats why a framework is an essential item in your development toolbox.
The book also covers framework installation and configuration, and shows you how to build pages, deal with templates, manage requests and sessions, and communicate with databases and servers. This book introduces you to symfony, the leading framework for PHP developers, showing you how to wield its many features to develop web applications faster and more efficiently, even if you only know a bit of PHP.In The Definitive Guide to symfony, you will learn about the Model-View-Controller architecture and the crucial role it plays in making frameworks like symfony possible. You will see