<?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>Comments on: Part 3 &#8211; making sessions work with database using Zend_Db_Table</title>
	<atom:link href="http://zfsite.andreinikolov.com/2008/05/part-3-making-sessions-work-with-database-using-zend_db_table/feed/" rel="self" type="application/rss+xml" />
	<link>http://zfsite.andreinikolov.com/2008/05/part-3-making-sessions-work-with-database-using-zend_db_table/</link>
	<description>Series of articles describing step by step building of example php application (web site) based on Zend Framework.</description>
	<lastBuildDate>Mon, 05 Jul 2010 08:23:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: viperx</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-3-making-sessions-work-with-database-using-zend_db_table/comment-page-1/#comment-8222</link>
		<dc:creator>viperx</dc:creator>
		<pubDate>Tue, 16 Mar 2010 13:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=7#comment-8222</guid>
		<description>@david: sorry for the late answer.. anyway, i do not think you should place logging capabilities in the session class, as it just does not belong there, just create another class for logging, and then on every page request just log what you need. Have a look at Zend_Log of course

@silviu: np, the code is free to use.. have in mind that it is a little outdated though, especially in the bootstrapping</description>
		<content:encoded><![CDATA[<p>@david: sorry for the late answer.. anyway, i do not think you should place logging capabilities in the session class, as it just does not belong there, just create another class for logging, and then on every page request just log what you need. Have a look at Zend_Log of course</p>
<p>@silviu: np, the code is free to use.. have in mind that it is a little outdated though, especially in the bootstrapping</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silviu</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-3-making-sessions-work-with-database-using-zend_db_table/comment-page-1/#comment-8171</link>
		<dc:creator>Silviu</dc:creator>
		<pubDate>Thu, 11 Mar 2010 11:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=7#comment-8171</guid>
		<description>Hello Andrei, thanks for building this great guide. I tried this example and it works wonderfully, so thanks again, you saved me lots of development time. I hope you don&#039;t mind if i use your code :)</description>
		<content:encoded><![CDATA[<p>Hello Andrei, thanks for building this great guide. I tried this example and it works wonderfully, so thanks again, you saved me lots of development time. I hope you don&#8217;t mind if i use your code <img src='http://zfsite.andreinikolov.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-3-making-sessions-work-with-database-using-zend_db_table/comment-page-1/#comment-7409</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 22 Jan 2010 17:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=7#comment-7409</guid>
		<description>Great post series.  I&#039;m making my first serious foray into Zend and am finding your tutorials a great extension to the docs.

I&#039;m writing an application that heavily logs all activity.  Do you think it&#039;s advisable to modify this session code to serve as a logging system?  Ultimately, we want to track every action by every visitor.

Thanks again,
David</description>
		<content:encoded><![CDATA[<p>Great post series.  I&#8217;m making my first serious foray into Zend and am finding your tutorials a great extension to the docs.</p>
<p>I&#8217;m writing an application that heavily logs all activity.  Do you think it&#8217;s advisable to modify this session code to serve as a logging system?  Ultimately, we want to track every action by every visitor.</p>
<p>Thanks again,<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viperx</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-3-making-sessions-work-with-database-using-zend_db_table/comment-page-1/#comment-5239</link>
		<dc:creator>viperx</dc:creator>
		<pubDate>Wed, 26 Aug 2009 09:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=7#comment-5239</guid>
		<description>Hi wang,

have you tried the fixed code, I have posted?</description>
		<content:encoded><![CDATA[<p>Hi wang,</p>
<p>have you tried the fixed code, I have posted?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wang</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-3-making-sessions-work-with-database-using-zend_db_table/comment-page-1/#comment-5169</link>
		<dc:creator>wang</dc:creator>
		<pubDate>Tue, 18 Aug 2009 08:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=7#comment-5169</guid>
		<description>Very good tutorial! Thanks.

I wonder if the goose&#039;s problem is solveed or not, because I encountered the same error. I think the problem comes from the interaction between zend_auth and zend_session, but how to sovle it?</description>
		<content:encoded><![CDATA[<p>Very good tutorial! Thanks.</p>
<p>I wonder if the goose&#8217;s problem is solveed or not, because I encountered the same error. I think the problem comes from the interaction between zend_auth and zend_session, but how to sovle it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jona</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-3-making-sessions-work-with-database-using-zend_db_table/comment-page-1/#comment-4587</link>
		<dc:creator>Jona</dc:creator>
		<pubDate>Tue, 07 Jul 2009 17:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=7#comment-4587</guid>
		<description>Thx, works great!</description>
		<content:encoded><![CDATA[<p>Thx, works great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashutosh kumar</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-3-making-sessions-work-with-database-using-zend_db_table/comment-page-1/#comment-4380</link>
		<dc:creator>ashutosh kumar</dc:creator>
		<pubDate>Fri, 26 Jun 2009 10:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=7#comment-4380</guid>
		<description>how configure Zend framework in Linux</description>
		<content:encoded><![CDATA[<p>how configure Zend framework in Linux</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Part 3 - making sessions work with database using Zend_Db_Table &#124; Building Sample Web Site Based On Zend Framework (examples for user registration and login)</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-3-making-sessions-work-with-database-using-zend_db_table/comment-page-1/#comment-3565</link>
		<dc:creator>Part 3 - making sessions work with database using Zend_Db_Table &#124; Building Sample Web Site Based On Zend Framework (examples for user registration and login)</dc:creator>
		<pubDate>Sat, 09 May 2009 00:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=7#comment-3565</guid>
		<description>[...] more here: Part 3 - making sessions work with database using Zend_Db_Table &#124; Building Sample Web Site Based On ...   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] more here: Part 3 &#8211; making sessions work with database using Zend_Db_Table | Building Sample Web Site Based On &#8230;   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viperx</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-3-making-sessions-work-with-database-using-zend_db_table/comment-page-1/#comment-3365</link>
		<dc:creator>viperx</dc:creator>
		<pubDate>Mon, 27 Apr 2009 15:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=7#comment-3365</guid>
		<description>Hi mescal
I know about this &lt; ?php, but the problem is the buggy plugin for code highlight..</description>
		<content:encoded><![CDATA[<p>Hi mescal<br />
I know about this < ?php, but the problem is the buggy plugin for code highlight..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mescal</title>
		<link>http://zfsite.andreinikolov.com/2008/05/part-3-making-sessions-work-with-database-using-zend_db_table/comment-page-1/#comment-3163</link>
		<dc:creator>mescal</dc:creator>
		<pubDate>Wed, 22 Apr 2009 14:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://zfsite.andreinikolov.com/?p=7#comment-3163</guid>
		<description>Hi! thank you for this really usefull guide.
There&#039;s a little error (but really annoying):

it&#039;s not

&lt; ?php

but 

&lt;?php</description>
		<content:encoded><![CDATA[<p>Hi! thank you for this really usefull guide.<br />
There&#8217;s a little error (but really annoying):</p>
<p>it&#8217;s not</p>
<p>&lt; ?php</p>
<p>but </p>
<p>&lt;?php</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.393 seconds -->
<!-- Cached page served by WP-Cache -->
