<?xml version="1.0" encoding="UTF-8"?>
<GoodreadsResponse>
	<Request>
		<authentication>false</authentication>
		    <method><![CDATA[]]></method>
	</Request>
	
<book>
  <id>163280</id>
  <title><![CDATA[The Definitive Guide to symfony (Definitive Guide)]]></title>
  <isbn><![CDATA[1590597869]]></isbn>
  <isbn13><![CDATA[9781590597866]]></isbn13>
  <image_url>http://photo.goodreads.com/books/1172316621m/163280.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1172316621s/163280.jpg</small_image_url>
  <description><![CDATA[<p>Developing a new web application should not mean reinventing the wheel. That's why a framework is an essential item in your development toolbox. It helps you respect coding standards; write bulletproof, maintainable code; and focus on business rules rather than waste time on repetitive tasks. 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.</p>   <p>In <em>The Definitive Guide to symfony</em>, you will learn about the Model-View-Controller architecture and the crucial role it plays in making frameworks like symfony possible. 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. You will see how symfony can make your life easier by effectively managing form data, enhancing the user experience with Ajax, internationalizing applications for a global audience, and using smart URLs. Authors François Zaninotto and Fabien Potencier put a strong emphasis on the tools that symfony provides for professional environments, showing you how to take advantage of unit tests, scaffolding, plug-ins, the command line, and extensible configuration. And since frameworks often raise performance-related debate, this book will give you many tips and techniques for monitoring and improving your application's performance, from caching to expert configuration tweaks.</p>  <p>Always keen to offer practical instruction, the authors include a lot of code examples, expert tips, best practices, and illustrations throughout this book, with the goal of providing a resource that satisfies the educational needs of symfony's rapidly growing user community.</p>]]></description>
  <work>
  <best_book_id type="integer">163280</best_book_id>
  <books_count type="integer">1</books_count>
  <desc_user_id type="integer" nil="true"></desc_user_id>
  <id type="integer">157614</id>
  <media_type nil="true"></media_type>
  <original_language_id type="integer" nil="true"></original_language_id>
  <original_publication_day type="integer">22</original_publication_day>
  <original_publication_month type="integer">1</original_publication_month>
  <original_publication_year type="integer">2007</original_publication_year>
  <original_title>The Definitive Guide to symfony (Definitive Guide)</original_title>
  <rating_dist>total:13|5:5|4:5|3:3|2:0|1:0|</rating_dist>
  <ratings_count type="integer">13</ratings_count>
  <ratings_sum type="integer">54</ratings_sum>
  <reviews_count type="integer">18</reviews_count>
  <text_reviews_count type="integer">2</text_reviews_count>
</work>

  <average_rating><![CDATA[4.15]]></average_rating>
  <ratings_count><![CDATA[13]]></ratings_count>
  <text_reviews_count><![CDATA[2]]></text_reviews_count>
  
  <url><![CDATA[http://www.goodreads.com/book/show/163280.The_Definitive_Guide_to_symfony]]></url>
  <link><![CDATA[http://www.goodreads.com/book/show/163280.The_Definitive_Guide_to_symfony]]></link>
  <authors>
    <author>
    <id>94714</id>
        <name><![CDATA[Fabien Potencier]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/94714.Fabien_Potencier]]></link>
    <average_rating>4.21</average_rating>
    <ratings_count>14</ratings_count>
    <text_reviews_count>2</text_reviews_count>
  </author>
  </authors>
    <reviews start="1" end="18" total="18">
      <review>
  <id>80864285</id>
    <user>
    <id>2396780</id>
    <name><![CDATA[Karol]]></name>
    <location><![CDATA[Gdansk, 82, Poland]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2396780-karol]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1256469894p3/2396780.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1256469894p2/2396780.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">163280</id>
  <isbn>1590597869</isbn>
  <isbn13>9781590597866</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[The Definitive Guide to symfony]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1172316621m/163280.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1172316621s/163280.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/163280.The_Definitive_Guide_to_symfony</link>
  <average_rating>4.15</average_rating>
  <ratings_count>13</ratings_count>
  <description>
    <![CDATA[<p>Developing a new web application should not mean reinventing the wheel. That's why a framework is an essential item in your development toolbox. It helps you respect coding standards; write bulletproof, maintainable code; and focus on business rules rather than waste time on repetitive tasks. 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.</p>   <p>In <em>The Definitive Guide to symfony</em>, you will learn about the Model-View-Controller architecture and the crucial role it plays in making frameworks like symfony possible. 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. You will see how symfony can make your life easier by effectively managing form data, enhancing the user experience with Ajax, internationalizing applications for a global audience, and using smart URLs. Authors François Zaninotto and Fabien Potencier put a strong emphasis on the tools that symfony provides for professional environments, showing you how to take advantage of unit tests, scaffolding, plug-ins, the command line, and extensible configuration. And since frameworks often raise performance-related debate, this book will give you many tips and techniques for monitoring and improving your application's performance, from caching to expert configuration tweaks.</p>  <p>Always keen to offer practical instruction, the authors include a lot of code examples, expert tips, best practices, and illustrations throughout this book, with the goal of providing a resource that satisfies the educational needs of symfony's rapidly growing user community.</p>]]>
  </description>
  <published>2007</published>
</book>

    <rating>5</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
            <shelf name="programming" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sun Dec 13 11:24:25 -0800 2009</date_added>
  <date_updated>Sun Dec 13 11:28:44 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[A great reference and a good guide in the world of symfony.]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/80864285]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/80864285]]></link>
</review>
      <review>
  <id>47327356</id>
    <user>
    <id>1303416</id>
    <name><![CDATA[Bimo]]></name>
    <location><![CDATA[The United States]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1303416-bimo]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">163280</id>
  <isbn>1590597869</isbn>
  <isbn13>9781590597866</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[The Definitive Guide to symfony]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1172316621m/163280.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1172316621s/163280.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/163280.The_Definitive_Guide_to_symfony</link>
  <average_rating>4.15</average_rating>
  <ratings_count>13</ratings_count>
  <description>
    <![CDATA[<p>Developing a new web application should not mean reinventing the wheel. That's why a framework is an essential item in your development toolbox. It helps you respect coding standards; write bulletproof, maintainable code; and focus on business rules rather than waste time on repetitive tasks. 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.</p>   <p>In <em>The Definitive Guide to symfony</em>, you will learn about the Model-View-Controller architecture and the crucial role it plays in making frameworks like symfony possible. 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. You will see how symfony can make your life easier by effectively managing form data, enhancing the user experience with Ajax, internationalizing applications for a global audience, and using smart URLs. Authors François Zaninotto and Fabien Potencier put a strong emphasis on the tools that symfony provides for professional environments, showing you how to take advantage of unit tests, scaffolding, plug-ins, the command line, and extensible configuration. And since frameworks often raise performance-related debate, this book will give you many tips and techniques for monitoring and improving your application's performance, from caching to expert configuration tweaks.</p>  <p>Always keen to offer practical instruction, the authors include a lot of code examples, expert tips, best practices, and illustrations throughout this book, with the goal of providing a resource that satisfies the educational needs of symfony's rapidly growing user community.</p>]]>
  </description>
  <published>2007</published>
</book>

    <rating>4</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Thu Nov 20 00:00:00 -0800 2008</read_at>
  <date_added>Mon Feb 23 19:27:56 -0800 2009</date_added>
  <date_updated>Fri Dec 11 19:44:09 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[After working in a java-shop for a couple years, even though I'm not much of a Java programmer, I was a little spoiled by the dedication that the back-end developers had to true separation of the Model, View, and Controller layers.  When I arrived at my current job, I was a little dismayed by the se...<a href="http://www.goodreads.com/review/show/47327356">more...</a>]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/47327356]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/47327356]]></link>
</review>
      <review>
  <id>81063036</id>
    <user>
    <id>3045046</id>
    <name><![CDATA[Jorge]]></name>
    <location><![CDATA[Europe, Spain]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/3045046-jorge-laranjo]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1260874176p3/3045046.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1260874176p2/3045046.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">163280</id>
  <isbn>1590597869</isbn>
  <isbn13>9781590597866</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[The Definitive Guide to symfony]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1172316621m/163280.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1172316621s/163280.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/163280.The_Definitive_Guide_to_symfony</link>
  <average_rating>4.15</average_rating>
  <ratings_count>13</ratings_count>
  <description>
    <![CDATA[<p>Developing a new web application should not mean reinventing the wheel. That's why a framework is an essential item in your development toolbox. It helps you respect coding standards; write bulletproof, maintainable code; and focus on business rules rather than waste time on repetitive tasks. 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.</p>   <p>In <em>The Definitive Guide to symfony</em>, you will learn about the Model-View-Controller architecture and the crucial role it plays in making frameworks like symfony possible. 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. You will see how symfony can make your life easier by effectively managing form data, enhancing the user experience with Ajax, internationalizing applications for a global audience, and using smart URLs. Authors François Zaninotto and Fabien Potencier put a strong emphasis on the tools that symfony provides for professional environments, showing you how to take advantage of unit tests, scaffolding, plug-ins, the command line, and extensible configuration. And since frameworks often raise performance-related debate, this book will give you many tips and techniques for monitoring and improving your application's performance, from caching to expert configuration tweaks.</p>  <p>Always keen to offer practical instruction, the authors include a lot of code examples, expert tips, best practices, and illustrations throughout this book, with the goal of providing a resource that satisfies the educational needs of symfony's rapidly growing user community.</p>]]>
  </description>
  <published>2007</published>
</book>

    <rating>4</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
            <shelf name="technical" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Tue Dec 15 02:17:21 -0800 2009</date_added>
  <date_updated>Tue Dec 15 02:17:51 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/81063036]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/81063036]]></link>
</review>
      <review>
  <id>75750957</id>
    <user>
    <id>2878561</id>
    <name><![CDATA[Jeremy]]></name>
    <location><![CDATA[Paris, A8, France]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2878561-jeremy]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1256550502p3/2878561.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1256550502p2/2878561.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">163280</id>
  <isbn>1590597869</isbn>
  <isbn13>9781590597866</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[The Definitive Guide to symfony]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1172316621m/163280.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1172316621s/163280.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/163280.The_Definitive_Guide_to_symfony</link>
  <average_rating>4.15</average_rating>
  <ratings_count>13</ratings_count>
  <description>
    <![CDATA[<p>Developing a new web application should not mean reinventing the wheel. That's why a framework is an essential item in your development toolbox. It helps you respect coding standards; write bulletproof, maintainable code; and focus on business rules rather than waste time on repetitive tasks. 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.</p>   <p>In <em>The Definitive Guide to symfony</em>, you will learn about the Model-View-Controller architecture and the crucial role it plays in making frameworks like symfony possible. 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. You will see how symfony can make your life easier by effectively managing form data, enhancing the user experience with Ajax, internationalizing applications for a global audience, and using smart URLs. Authors François Zaninotto and Fabien Potencier put a strong emphasis on the tools that symfony provides for professional environments, showing you how to take advantage of unit tests, scaffolding, plug-ins, the command line, and extensible configuration. And since frameworks often raise performance-related debate, this book will give you many tips and techniques for monitoring and improving your application's performance, from caching to expert configuration tweaks.</p>  <p>Always keen to offer practical instruction, the authors include a lot of code examples, expert tips, best practices, and illustrations throughout this book, with the goal of providing a resource that satisfies the educational needs of symfony's rapidly growing user community.</p>]]>
  </description>
  <published>2007</published>
</book>

    <rating>4</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon Oct 26 02:51:50 -0700 2009</date_added>
  <date_updated>Mon Oct 26 02:51:50 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/75750957]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/75750957]]></link>
</review>
      <review>
  <id>72872555</id>
    <user>
    <id>2058040</id>
    <name><![CDATA[Ken]]></name>
    <location><![CDATA[Sydney, 02, Australia]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2058040-ken-san]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">163280</id>
  <isbn>1590597869</isbn>
  <isbn13>9781590597866</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[The Definitive Guide to symfony]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1172316621m/163280.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1172316621s/163280.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/163280.The_Definitive_Guide_to_symfony</link>
  <average_rating>4.15</average_rating>
  <ratings_count>13</ratings_count>
  <description>
    <![CDATA[<p>Developing a new web application should not mean reinventing the wheel. That's why a framework is an essential item in your development toolbox. It helps you respect coding standards; write bulletproof, maintainable code; and focus on business rules rather than waste time on repetitive tasks. 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.</p>   <p>In <em>The Definitive Guide to symfony</em>, you will learn about the Model-View-Controller architecture and the crucial role it plays in making frameworks like symfony possible. 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. You will see how symfony can make your life easier by effectively managing form data, enhancing the user experience with Ajax, internationalizing applications for a global audience, and using smart URLs. Authors François Zaninotto and Fabien Potencier put a strong emphasis on the tools that symfony provides for professional environments, showing you how to take advantage of unit tests, scaffolding, plug-ins, the command line, and extensible configuration. And since frameworks often raise performance-related debate, this book will give you many tips and techniques for monitoring and improving your application's performance, from caching to expert configuration tweaks.</p>  <p>Always keen to offer practical instruction, the authors include a lot of code examples, expert tips, best practices, and illustrations throughout this book, with the goal of providing a resource that satisfies the educational needs of symfony's rapidly growing user community.</p>]]>
  </description>
  <published>2007</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Tue Sep 29 06:20:28 -0700 2009</date_added>
  <date_updated>Tue Sep 29 06:20:28 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/72872555]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/72872555]]></link>
</review>
      <review>
  <id>53586128</id>
    <user>
    <id>760917</id>
    <name><![CDATA[Eugene]]></name>
    <location><![CDATA[Ukraine]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/760917-eugene]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">163280</id>
  <isbn>1590597869</isbn>
  <isbn13>9781590597866</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[The Definitive Guide to symfony]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1172316621m/163280.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1172316621s/163280.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/163280.The_Definitive_Guide_to_symfony</link>
  <average_rating>4.15</average_rating>
  <ratings_count>13</ratings_count>
  <description>
    <![CDATA[<p>Developing a new web application should not mean reinventing the wheel. That's why a framework is an essential item in your development toolbox. It helps you respect coding standards; write bulletproof, maintainable code; and focus on business rules rather than waste time on repetitive tasks. 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.</p>   <p>In <em>The Definitive Guide to symfony</em>, you will learn about the Model-View-Controller architecture and the crucial role it plays in making frameworks like symfony possible. 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. You will see how symfony can make your life easier by effectively managing form data, enhancing the user experience with Ajax, internationalizing applications for a global audience, and using smart URLs. Authors François Zaninotto and Fabien Potencier put a strong emphasis on the tools that symfony provides for professional environments, showing you how to take advantage of unit tests, scaffolding, plug-ins, the command line, and extensible configuration. And since frameworks often raise performance-related debate, this book will give you many tips and techniques for monitoring and improving your application's performance, from caching to expert configuration tweaks.</p>  <p>Always keen to offer practical instruction, the authors include a lot of code examples, expert tips, best practices, and illustrations throughout this book, with the goal of providing a resource that satisfies the educational needs of symfony's rapidly growing user community.</p>]]>
  </description>
  <published>2007</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Wed Apr 22 08:29:19 -0700 2009</date_added>
  <date_updated>Wed Apr 22 08:29:19 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/53586128]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/53586128]]></link>
</review>
      <review>
  <id>48029428</id>
    <user>
    <id>1874285</id>
    <name><![CDATA[Interlake]]></name>
    <location><![CDATA[The United States]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1874285-interlake-chemicals]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1239308627p3/1874285.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1239308627p2/1874285.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">163280</id>
  <isbn>1590597869</isbn>
  <isbn13>9781590597866</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[The Definitive Guide to symfony]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1172316621m/163280.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1172316621s/163280.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/163280.The_Definitive_Guide_to_symfony</link>
  <average_rating>4.15</average_rating>
  <ratings_count>13</ratings_count>
  <description>
    <![CDATA[<p>Developing a new web application should not mean reinventing the wheel. That's why a framework is an essential item in your development toolbox. It helps you respect coding standards; write bulletproof, maintainable code; and focus on business rules rather than waste time on repetitive tasks. 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.</p>   <p>In <em>The Definitive Guide to symfony</em>, you will learn about the Model-View-Controller architecture and the crucial role it plays in making frameworks like symfony possible. 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. You will see how symfony can make your life easier by effectively managing form data, enhancing the user experience with Ajax, internationalizing applications for a global audience, and using smart URLs. Authors François Zaninotto and Fabien Potencier put a strong emphasis on the tools that symfony provides for professional environments, showing you how to take advantage of unit tests, scaffolding, plug-ins, the command line, and extensible configuration. And since frameworks often raise performance-related debate, this book will give you many tips and techniques for monitoring and improving your application's performance, from caching to expert configuration tweaks.</p>  <p>Always keen to offer practical instruction, the authors include a lot of code examples, expert tips, best practices, and illustrations throughout this book, with the goal of providing a resource that satisfies the educational needs of symfony's rapidly growing user community.</p>]]>
  </description>
  <published>2007</published>
</book>

    <rating>5</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon Mar 02 13:51:26 -0800 2009</date_added>
  <date_updated>Mon Mar 02 13:51:26 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/48029428]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/48029428]]></link>
</review>
      <review>
  <id>48028419</id>
    <user>
    <id>225184</id>
    <name><![CDATA[Nic]]></name>
    <location><![CDATA[Spanish Fork, UT]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/225184-nic]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1194977977p3/225184.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1194977977p2/225184.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">163280</id>
  <isbn>1590597869</isbn>
  <isbn13>9781590597866</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[The Definitive Guide to symfony]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1172316621m/163280.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1172316621s/163280.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/163280.The_Definitive_Guide_to_symfony</link>
  <average_rating>4.15</average_rating>
  <ratings_count>13</ratings_count>
  <description>
    <![CDATA[<p>Developing a new web application should not mean reinventing the wheel. That's why a framework is an essential item in your development toolbox. It helps you respect coding standards; write bulletproof, maintainable code; and focus on business rules rather than waste time on repetitive tasks. 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.</p>   <p>In <em>The Definitive Guide to symfony</em>, you will learn about the Model-View-Controller architecture and the crucial role it plays in making frameworks like symfony possible. 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. You will see how symfony can make your life easier by effectively managing form data, enhancing the user experience with Ajax, internationalizing applications for a global audience, and using smart URLs. Authors François Zaninotto and Fabien Potencier put a strong emphasis on the tools that symfony provides for professional environments, showing you how to take advantage of unit tests, scaffolding, plug-ins, the command line, and extensible configuration. And since frameworks often raise performance-related debate, this book will give you many tips and techniques for monitoring and improving your application's performance, from caching to expert configuration tweaks.</p>  <p>Always keen to offer practical instruction, the authors include a lot of code examples, expert tips, best practices, and illustrations throughout this book, with the goal of providing a resource that satisfies the educational needs of symfony's rapidly growing user community.</p>]]>
  </description>
  <published>2007</published>
</book>

    <rating>3</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon Mar 02 13:41:40 -0800 2009</date_added>
  <date_updated>Mon Mar 02 13:41:40 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/48028419]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/48028419]]></link>
</review>
      <review>
  <id>44464345</id>
    <user>
    <id>1623229</id>
    <name><![CDATA[Keith]]></name>
    <location><![CDATA[The United States]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1623229-keith]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">163280</id>
  <isbn>1590597869</isbn>
  <isbn13>9781590597866</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[The Definitive Guide to symfony]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1172316621m/163280.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1172316621s/163280.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/163280.The_Definitive_Guide_to_symfony</link>
  <average_rating>4.15</average_rating>
  <ratings_count>13</ratings_count>
  <description>
    <![CDATA[<p>Developing a new web application should not mean reinventing the wheel. That's why a framework is an essential item in your development toolbox. It helps you respect coding standards; write bulletproof, maintainable code; and focus on business rules rather than waste time on repetitive tasks. 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.</p>   <p>In <em>The Definitive Guide to symfony</em>, you will learn about the Model-View-Controller architecture and the crucial role it plays in making frameworks like symfony possible. 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. You will see how symfony can make your life easier by effectively managing form data, enhancing the user experience with Ajax, internationalizing applications for a global audience, and using smart URLs. Authors François Zaninotto and Fabien Potencier put a strong emphasis on the tools that symfony provides for professional environments, showing you how to take advantage of unit tests, scaffolding, plug-ins, the command line, and extensible configuration. And since frameworks often raise performance-related debate, this book will give you many tips and techniques for monitoring and improving your application's performance, from caching to expert configuration tweaks.</p>  <p>Always keen to offer practical instruction, the authors include a lot of code examples, expert tips, best practices, and illustrations throughout this book, with the goal of providing a resource that satisfies the educational needs of symfony's rapidly growing user community.</p>]]>
  </description>
  <published>2007</published>
</book>

    <rating>4</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon Jan 26 19:10:11 -0800 2009</date_added>
  <date_updated>Mon Jan 26 19:10:11 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/44464345]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/44464345]]></link>
</review>
      <review>
  <id>38299537</id>
    <user>
    <id>1738236</id>
    <name><![CDATA[Brian]]></name>
    <location><![CDATA[Philadelphia, PA]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1738236-brian-v]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">163280</id>
  <isbn>1590597869</isbn>
  <isbn13>9781590597866</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[The Definitive Guide to symfony]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1172316621m/163280.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1172316621s/163280.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/163280.The_Definitive_Guide_to_symfony</link>
  <average_rating>4.15</average_rating>
  <ratings_count>13</ratings_count>
  <description>
    <![CDATA[<p>Developing a new web application should not mean reinventing the wheel. That's why a framework is an essential item in your development toolbox. It helps you respect coding standards; write bulletproof, maintainable code; and focus on business rules rather than waste time on repetitive tasks. 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.</p>   <p>In <em>The Definitive Guide to symfony</em>, you will learn about the Model-View-Controller architecture and the crucial role it plays in making frameworks like symfony possible. 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. You will see how symfony can make your life easier by effectively managing form data, enhancing the user experience with Ajax, internationalizing applications for a global audience, and using smart URLs. Authors François Zaninotto and Fabien Potencier put a strong emphasis on the tools that symfony provides for professional environments, showing you how to take advantage of unit tests, scaffolding, plug-ins, the command line, and extensible configuration. And since frameworks often raise performance-related debate, this book will give you many tips and techniques for monitoring and improving your application's performance, from caching to expert configuration tweaks.</p>  <p>Always keen to offer practical instruction, the authors include a lot of code examples, expert tips, best practices, and illustrations throughout this book, with the goal of providing a resource that satisfies the educational needs of symfony's rapidly growing user community.</p>]]>
  </description>
  <published>2007</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Fri Nov 21 06:56:24 -0800 2008</date_added>
  <date_updated>Fri Nov 21 06:56:34 -0800 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/38299537]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/38299537]]></link>
</review>
      <review>
  <id>34456261</id>
    <user>
    <id>1227814</id>
    <name><![CDATA[Simonf]]></name>
    <location><![CDATA[The United Kingdom]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1227814-simonf]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1228766571p3/1227814.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1228766571p2/1227814.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">163280</id>
  <isbn>1590597869</isbn>
  <isbn13>9781590597866</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[The Definitive Guide to symfony]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1172316621m/163280.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1172316621s/163280.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/163280.The_Definitive_Guide_to_symfony</link>
  <average_rating>4.15</average_rating>
  <ratings_count>13</ratings_count>
  <description>
    <![CDATA[<p>Developing a new web application should not mean reinventing the wheel. That's why a framework is an essential item in your development toolbox. It helps you respect coding standards; write bulletproof, maintainable code; and focus on business rules rather than waste time on repetitive tasks. 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.</p>   <p>In <em>The Definitive Guide to symfony</em>, you will learn about the Model-View-Controller architecture and the crucial role it plays in making frameworks like symfony possible. 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. You will see how symfony can make your life easier by effectively managing form data, enhancing the user experience with Ajax, internationalizing applications for a global audience, and using smart URLs. Authors François Zaninotto and Fabien Potencier put a strong emphasis on the tools that symfony provides for professional environments, showing you how to take advantage of unit tests, scaffolding, plug-ins, the command line, and extensible configuration. And since frameworks often raise performance-related debate, this book will give you many tips and techniques for monitoring and improving your application's performance, from caching to expert configuration tweaks.</p>  <p>Always keen to offer practical instruction, the authors include a lot of code examples, expert tips, best practices, and illustrations throughout this book, with the goal of providing a resource that satisfies the educational needs of symfony's rapidly growing user community.</p>]]>
  </description>
  <published>2007</published>
</book>

    <rating>3</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Fri Oct 03 13:18:54 -0700 2008</date_added>
  <date_updated>Fri Oct 03 13:18:54 -0700 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/34456261]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/34456261]]></link>
</review>
      <review>
  <id>19697189</id>
    <user>
    <id>1064132</id>
    <name><![CDATA[Walter]]></name>
    <location><![CDATA[San Mateo, CA]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1064132-walter]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1254116702p3/1064132.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1254116702p2/1064132.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">163280</id>
  <isbn>1590597869</isbn>
  <isbn13>9781590597866</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[The Definitive Guide to symfony]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1172316621m/163280.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1172316621s/163280.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/163280.The_Definitive_Guide_to_symfony</link>
  <average_rating>4.15</average_rating>
  <ratings_count>13</ratings_count>
  <description>
    <![CDATA[<p>Developing a new web application should not mean reinventing the wheel. That's why a framework is an essential item in your development toolbox. It helps you respect coding standards; write bulletproof, maintainable code; and focus on business rules rather than waste time on repetitive tasks. 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.</p>   <p>In <em>The Definitive Guide to symfony</em>, you will learn about the Model-View-Controller architecture and the crucial role it plays in making frameworks like symfony possible. 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. You will see how symfony can make your life easier by effectively managing form data, enhancing the user experience with Ajax, internationalizing applications for a global audience, and using smart URLs. Authors François Zaninotto and Fabien Potencier put a strong emphasis on the tools that symfony provides for professional environments, showing you how to take advantage of unit tests, scaffolding, plug-ins, the command line, and extensible configuration. And since frameworks often raise performance-related debate, this book will give you many tips and techniques for monitoring and improving your application's performance, from caching to expert configuration tweaks.</p>  <p>Always keen to offer practical instruction, the authors include a lot of code examples, expert tips, best practices, and illustrations throughout this book, with the goal of providing a resource that satisfies the educational needs of symfony's rapidly growing user community.</p>]]>
  </description>
  <published>2007</published>
</book>

    <rating>4</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon Apr 07 21:24:37 -0700 2008</date_added>
  <date_updated>Mon Apr 07 21:24:59 -0700 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/19697189]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/19697189]]></link>
</review>
      <review>
  <id>18423253</id>
    <user>
    <id>1015726</id>
    <name><![CDATA[Adrian]]></name>
    <location><![CDATA[Mongolia]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1015726-adrian]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">163280</id>
  <isbn>1590597869</isbn>
  <isbn13>9781590597866</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[The Definitive Guide to symfony]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1172316621m/163280.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1172316621s/163280.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/163280.The_Definitive_Guide_to_symfony</link>
  <average_rating>4.15</average_rating>
  <ratings_count>13</ratings_count>
  <description>
    <![CDATA[<p>Developing a new web application should not mean reinventing the wheel. That's why a framework is an essential item in your development toolbox. It helps you respect coding standards; write bulletproof, maintainable code; and focus on business rules rather than waste time on repetitive tasks. 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.</p>   <p>In <em>The Definitive Guide to symfony</em>, you will learn about the Model-View-Controller architecture and the crucial role it plays in making frameworks like symfony possible. 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. You will see how symfony can make your life easier by effectively managing form data, enhancing the user experience with Ajax, internationalizing applications for a global audience, and using smart URLs. Authors François Zaninotto and Fabien Potencier put a strong emphasis on the tools that symfony provides for professional environments, showing you how to take advantage of unit tests, scaffolding, plug-ins, the command line, and extensible configuration. And since frameworks often raise performance-related debate, this book will give you many tips and techniques for monitoring and improving your application's performance, from caching to expert configuration tweaks.</p>  <p>Always keen to offer practical instruction, the authors include a lot of code examples, expert tips, best practices, and illustrations throughout this book, with the goal of providing a resource that satisfies the educational needs of symfony's rapidly growing user community.</p>]]>
  </description>
  <published>2007</published>
</book>

    <rating>5</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sat Mar 22 22:17:50 -0700 2008</date_added>
  <date_updated>Sat Mar 22 22:17:50 -0700 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/18423253]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/18423253]]></link>
</review>
      <review>
  <id>17030210</id>
    <user>
    <id>967316</id>
    <name><![CDATA[Steve]]></name>
    <location><![CDATA[Conshohocken, PA]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/967316-steve]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1215124747p3/967316.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1215124747p2/967316.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">163280</id>
  <isbn>1590597869</isbn>
  <isbn13>9781590597866</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[The Definitive Guide to symfony]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1172316621m/163280.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1172316621s/163280.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/163280.The_Definitive_Guide_to_symfony</link>
  <average_rating>4.15</average_rating>
  <ratings_count>13</ratings_count>
  <description>
    <![CDATA[<p>Developing a new web application should not mean reinventing the wheel. That's why a framework is an essential item in your development toolbox. It helps you respect coding standards; write bulletproof, maintainable code; and focus on business rules rather than waste time on repetitive tasks. 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.</p>   <p>In <em>The Definitive Guide to symfony</em>, you will learn about the Model-View-Controller architecture and the crucial role it plays in making frameworks like symfony possible. 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. You will see how symfony can make your life easier by effectively managing form data, enhancing the user experience with Ajax, internationalizing applications for a global audience, and using smart URLs. Authors François Zaninotto and Fabien Potencier put a strong emphasis on the tools that symfony provides for professional environments, showing you how to take advantage of unit tests, scaffolding, plug-ins, the command line, and extensible configuration. And since frameworks often raise performance-related debate, this book will give you many tips and techniques for monitoring and improving your application's performance, from caching to expert configuration tweaks.</p>  <p>Always keen to offer practical instruction, the authors include a lot of code examples, expert tips, best practices, and illustrations throughout this book, with the goal of providing a resource that satisfies the educational needs of symfony's rapidly growing user community.</p>]]>
  </description>
  <published>2007</published>
</book>

    <rating>5</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
            <shelf name="non-fiction" />
        <shelf name="php" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Tue May 01 00:00:00 -0700 2007</read_at>
  <date_added>Tue Mar 04 17:37:22 -0800 2008</date_added>
  <date_updated>Tue Mar 04 17:37:22 -0800 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/17030210]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/17030210]]></link>
</review>
      <review>
  <id>15868984</id>
    <user>
    <id>924460</id>
    <name><![CDATA[Loconet]]></name>
    <location><![CDATA[Canada]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/924460-loconet]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">163280</id>
  <isbn>1590597869</isbn>
  <isbn13>9781590597866</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[The Definitive Guide to symfony]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1172316621m/163280.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1172316621s/163280.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/163280.The_Definitive_Guide_to_symfony</link>
  <average_rating>4.15</average_rating>
  <ratings_count>13</ratings_count>
  <description>
    <![CDATA[<p>Developing a new web application should not mean reinventing the wheel. That's why a framework is an essential item in your development toolbox. It helps you respect coding standards; write bulletproof, maintainable code; and focus on business rules rather than waste time on repetitive tasks. 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.</p>   <p>In <em>The Definitive Guide to symfony</em>, you will learn about the Model-View-Controller architecture and the crucial role it plays in making frameworks like symfony possible. 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. You will see how symfony can make your life easier by effectively managing form data, enhancing the user experience with Ajax, internationalizing applications for a global audience, and using smart URLs. Authors François Zaninotto and Fabien Potencier put a strong emphasis on the tools that symfony provides for professional environments, showing you how to take advantage of unit tests, scaffolding, plug-ins, the command line, and extensible configuration. And since frameworks often raise performance-related debate, this book will give you many tips and techniques for monitoring and improving your application's performance, from caching to expert configuration tweaks.</p>  <p>Always keen to offer practical instruction, the authors include a lot of code examples, expert tips, best practices, and illustrations throughout this book, with the goal of providing a resource that satisfies the educational needs of symfony's rapidly growing user community.</p>]]>
  </description>
  <published>2007</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
            <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Tue Feb 19 21:46:38 -0800 2008</date_added>
  <date_updated>Tue Feb 19 21:46:45 -0800 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/15868984]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/15868984]]></link>
</review>
      <review>
  <id>13179465</id>
    <user>
    <id>806318</id>
    <name><![CDATA[Pierre]]></name>
    <location><![CDATA[London, The United Kingdom]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/806318-pierre]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1200864532p3/806318.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/users/1200864532p2/806318.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">163280</id>
  <isbn>1590597869</isbn>
  <isbn13>9781590597866</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[The Definitive Guide to symfony]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1172316621m/163280.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1172316621s/163280.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/163280.The_Definitive_Guide_to_symfony</link>
  <average_rating>4.15</average_rating>
  <ratings_count>13</ratings_count>
  <description>
    <![CDATA[<p>Developing a new web application should not mean reinventing the wheel. That's why a framework is an essential item in your development toolbox. It helps you respect coding standards; write bulletproof, maintainable code; and focus on business rules rather than waste time on repetitive tasks. 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.</p>   <p>In <em>The Definitive Guide to symfony</em>, you will learn about the Model-View-Controller architecture and the crucial role it plays in making frameworks like symfony possible. 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. You will see how symfony can make your life easier by effectively managing form data, enhancing the user experience with Ajax, internationalizing applications for a global audience, and using smart URLs. Authors François Zaninotto and Fabien Potencier put a strong emphasis on the tools that symfony provides for professional environments, showing you how to take advantage of unit tests, scaffolding, plug-ins, the command line, and extensible configuration. And since frameworks often raise performance-related debate, this book will give you many tips and techniques for monitoring and improving your application's performance, from caching to expert configuration tweaks.</p>  <p>Always keen to offer practical instruction, the authors include a lot of code examples, expert tips, best practices, and illustrations throughout this book, with the goal of providing a resource that satisfies the educational needs of symfony's rapidly growing user community.</p>]]>
  </description>
  <published>2007</published>
</book>

    <rating>3</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Tue Jan 22 12:34:52 -0800 2008</date_added>
  <date_updated>Tue Jan 22 12:34:52 -0800 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/13179465]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/13179465]]></link>
</review>
      <review>
  <id>7819046</id>
    <user>
    <id>552368</id>
    <name><![CDATA[notv]]></name>
    <location><![CDATA[The United States]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/552368-notv]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">163280</id>
  <isbn>1590597869</isbn>
  <isbn13>9781590597866</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[The Definitive Guide to symfony]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1172316621m/163280.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1172316621s/163280.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/163280.The_Definitive_Guide_to_symfony</link>
  <average_rating>4.15</average_rating>
  <ratings_count>13</ratings_count>
  <description>
    <![CDATA[<p>Developing a new web application should not mean reinventing the wheel. That's why a framework is an essential item in your development toolbox. It helps you respect coding standards; write bulletproof, maintainable code; and focus on business rules rather than waste time on repetitive tasks. 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.</p>   <p>In <em>The Definitive Guide to symfony</em>, you will learn about the Model-View-Controller architecture and the crucial role it plays in making frameworks like symfony possible. 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. You will see how symfony can make your life easier by effectively managing form data, enhancing the user experience with Ajax, internationalizing applications for a global audience, and using smart URLs. Authors François Zaninotto and Fabien Potencier put a strong emphasis on the tools that symfony provides for professional environments, showing you how to take advantage of unit tests, scaffolding, plug-ins, the command line, and extensible configuration. And since frameworks often raise performance-related debate, this book will give you many tips and techniques for monitoring and improving your application's performance, from caching to expert configuration tweaks.</p>  <p>Always keen to offer practical instruction, the authors include a lot of code examples, expert tips, best practices, and illustrations throughout this book, with the goal of providing a resource that satisfies the educational needs of symfony's rapidly growing user community.</p>]]>
  </description>
  <published>2007</published>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Tue Oct 16 17:59:31 -0700 2007</date_added>
  <date_updated>Tue Oct 16 17:59:31 -0700 2007</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/7819046]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/7819046]]></link>
</review>
      <review>
  <id>5117518</id>
    <user>
    <id>295099</id>
    <name><![CDATA[Trauma]]></name>
    <location><![CDATA[The United States]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/295099-trauma]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">163280</id>
  <isbn>1590597869</isbn>
  <isbn13>9781590597866</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[The Definitive Guide to symfony]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1172316621m/163280.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1172316621s/163280.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/163280.The_Definitive_Guide_to_symfony</link>
  <average_rating>4.15</average_rating>
  <ratings_count>13</ratings_count>
  <description>
    <![CDATA[<p>Developing a new web application should not mean reinventing the wheel. That's why a framework is an essential item in your development toolbox. It helps you respect coding standards; write bulletproof, maintainable code; and focus on business rules rather than waste time on repetitive tasks. 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.</p>   <p>In <em>The Definitive Guide to symfony</em>, you will learn about the Model-View-Controller architecture and the crucial role it plays in making frameworks like symfony possible. 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. You will see how symfony can make your life easier by effectively managing form data, enhancing the user experience with Ajax, internationalizing applications for a global audience, and using smart URLs. Authors François Zaninotto and Fabien Potencier put a strong emphasis on the tools that symfony provides for professional environments, showing you how to take advantage of unit tests, scaffolding, plug-ins, the command line, and extensible configuration. And since frameworks often raise performance-related debate, this book will give you many tips and techniques for monitoring and improving your application's performance, from caching to expert configuration tweaks.</p>  <p>Always keen to offer practical instruction, the authors include a lot of code examples, expert tips, best practices, and illustrations throughout this book, with the goal of providing a resource that satisfies the educational needs of symfony's rapidly growing user community.</p>]]>
  </description>
  <published>2007</published>
</book>

    <rating>5</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
          </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sat Aug 25 19:32:10 -0700 2007</date_added>
  <date_updated>Sat Aug 25 19:32:12 -0700 2007</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/5117518]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/5117518]]></link>
</review>
    </reviews>
  <popular_shelves>
          <shelf name="to-read" />
          <shelf name="programming" />
          <shelf name="technical" />
          <shelf name="php" />
          <shelf name="non-fiction" />
      </popular_shelves>
  <book_links>
    <book_link>
  <id>8</id>
  <name><![CDATA[WorldCat]]></name>
  <link>http://www.goodreads.com/book_link/follow/8?book_id=163280</link>
</book_link>
  </book_links>
</book>
</GoodreadsResponse>