January 2007
Intermediate to advanced
518 pages
10h 50m
English
What can symfony do for you? What's required to use it? This chapter answers these questions.
A framework streamlines application development by automating many of the patterns employed for a given purpose. A framework also adds structure to the code, prompting the developer to write better, more readable, and more maintainable code. Ultimately, a framework makes programming easier, since it packages complex operations into simple statements.
Symfony is a complete framework designed to optimize the development of web applications by way of several key features. For starters, it separates a web application's business rules, server logic, and presentation views. It contains numerous tools and classes ...
Read now
Unlock full access