<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>《KU案例2之09保存用户》的评论</title>
	<atom:link href="http://www.newlifeclan.com/symfony/archives/427/feed" rel="self" type="application/rss+xml" />
	<link>http://www.newlifeclan.com/symfony/archives/427</link>
	<description>站在巨人肩膀上的phpweb框架</description>
	<lastBuildDate>Sun, 16 Sep 2018 07:12:18 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>作者：napoleon</title>
		<link>http://www.newlifeclan.com/symfony/archives/427#comment-28</link>
		<dc:creator><![CDATA[napoleon]]></dc:creator>
		<pubDate>Sun, 19 Apr 2015 06:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.newlifeclan.com/symfony/?p=427#comment-28</guid>
		<description><![CDATA[谢谢你，指出的很到位，你的代码很正确。并且我也在&lt;a href=&quot;http://symfony.com/doc/current/book/security.html#dynamically-encoding-a-password&quot; rel=&quot;nofollow&quot;&gt;http://symfony.com/doc/current/book/security.html#dynamically-encoding-a-password&lt;/a&gt;
找到了答案。
已经在本章添加了symfony2.6版本的写法。]]></description>
		<content:encoded><![CDATA[<p>谢谢你，指出的很到位，你的代码很正确。并且我也在<a href="http://symfony.com/doc/current/book/security.html#dynamically-encoding-a-password" rel="nofollow">http://symfony.com/doc/current/book/security.html#dynamically-encoding-a-password</a><br />
找到了答案。<br />
已经在本章添加了symfony2.6版本的写法。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：z sc</title>
		<link>http://www.newlifeclan.com/symfony/archives/427#comment-27</link>
		<dc:creator><![CDATA[z sc]]></dc:creator>
		<pubDate>Tue, 14 Apr 2015 07:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.newlifeclan.com/symfony/?p=427#comment-27</guid>
		<description><![CDATA[private function encodePassword(User $user,$plainTextPassword)
        {
            $encoder = $this-&gt;container-&gt;get(&#039;security.password_encoder&#039;);
            return $encoder-&gt;encodePassword($user, $plainTextPassword);
        }

symfony 2.6 更新]]></description>
		<content:encoded><![CDATA[<p>private function encodePassword(User $user,$plainTextPassword)<br />
        {<br />
            $encoder = $this-&gt;container-&gt;get(&#8216;security.password_encoder&#8217;);<br />
            return $encoder-&gt;encodePassword($user, $plainTextPassword);<br />
        }</p>
<p>symfony 2.6 更新</p>
]]></content:encoded>
	</item>
</channel>
</rss>
