<?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: integrating wordpress with cakephp</title>
	<atom:link href="http://www.bunchacode.com/programming/integrating-wordpress-with-cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bunchacode.com/programming/integrating-wordpress-with-cakephp/</link>
	<description></description>
	<lastBuildDate>Mon, 14 Nov 2011 19:36:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Funky Dude</title>
		<link>http://www.bunchacode.com/programming/integrating-wordpress-with-cakephp/comment-page-1/#comment-5840</link>
		<dc:creator>Funky Dude</dc:creator>
		<pubDate>Sat, 12 Nov 2011 19:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunchacode.com/?p=51#comment-5840</guid>
		<description>this is pretty old. might not apply anymore.</description>
		<content:encoded><![CDATA[<p>this is pretty old. might not apply anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarita</title>
		<link>http://www.bunchacode.com/programming/integrating-wordpress-with-cakephp/comment-page-1/#comment-5833</link>
		<dc:creator>Sarita</dc:creator>
		<pubDate>Sat, 12 Nov 2011 09:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunchacode.com/?p=51#comment-5833</guid>
		<description>Hi I have implemented the above method and also made the component and also saved the data in the WP table.Also declared the session_name(proslideware.com/test) but I am not able to get the session in my theme(proslideware) header.
It is giving error:
Notice: Undefined index: Auth in C:\wamp\www\psw\blog\wp-content\themes\proslideware\header.php on line 16
(When this was implemented on localhost:localhost/pws/blog)
Please tell me Is there anything wrong I am doing here?
defining the session_name location or what?
Wordpress is not at all getting my $_SESSION[&#039;Auth&#039;][&#039;User&#039;] data.
:(
Please help!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>Hi I have implemented the above method and also made the component and also saved the data in the WP table.Also declared the session_name(proslideware.com/test) but I am not able to get the session in my theme(proslideware) header.<br />
It is giving error:<br />
Notice: Undefined index: Auth in C:\wamp\www\psw\blog\wp-content\themes\proslideware\header.php on line 16<br />
(When this was implemented on localhost:localhost/pws/blog)<br />
Please tell me Is there anything wrong I am doing here?<br />
defining the session_name location or what?<br />
Wordpress is not at all getting my $_SESSION['Auth']['User'] data.<br />
 <img src='http://www.bunchacode.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
Please help!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mason</title>
		<link>http://www.bunchacode.com/programming/integrating-wordpress-with-cakephp/comment-page-1/#comment-2093</link>
		<dc:creator>Mason</dc:creator>
		<pubDate>Fri, 25 Mar 2011 21:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunchacode.com/?p=51#comment-2093</guid>
		<description>Just a note for anyone else following this method.  I had to set my session_name (and session_save_path) in my php.ini.  It was ignored when I set it anywhere in WordPress.</description>
		<content:encoded><![CDATA[<p>Just a note for anyone else following this method.  I had to set my session_name (and session_save_path) in my php.ini.  It was ignored when I set it anywhere in WordPress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: кран-балка</title>
		<link>http://www.bunchacode.com/programming/integrating-wordpress-with-cakephp/comment-page-1/#comment-1824</link>
		<dc:creator>кран-балка</dc:creator>
		<pubDate>Thu, 27 Jan 2011 00:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunchacode.com/?p=51#comment-1824</guid>
		<description>Amazing article, lots of intersting things to digest. Very informative</description>
		<content:encoded><![CDATA[<p>Amazing article, lots of intersting things to digest. Very informative</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Funky Dude</title>
		<link>http://www.bunchacode.com/programming/integrating-wordpress-with-cakephp/comment-page-1/#comment-1668</link>
		<dc:creator>Funky Dude</dc:creator>
		<pubDate>Thu, 09 Dec 2010 14:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunchacode.com/?p=51#comment-1668</guid>
		<description>that error message means Blog_user is not a model. you probably forgot to put BlogUsers in $uses array</description>
		<content:encoded><![CDATA[<p>that error message means Blog_user is not a model. you probably forgot to put BlogUsers in $uses array</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandy</title>
		<link>http://www.bunchacode.com/programming/integrating-wordpress-with-cakephp/comment-page-1/#comment-1667</link>
		<dc:creator>sandy</dc:creator>
		<pubDate>Thu, 09 Dec 2010 12:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunchacode.com/?p=51#comment-1667</guid>
		<description>Getting the error message Call to a member function save() on a non-object at the following line

$this-&gt;Blog_user-&gt;save($blogdata);

Any Idea?</description>
		<content:encoded><![CDATA[<p>Getting the error message Call to a member function save() on a non-object at the following line</p>
<p>$this-&gt;Blog_user-&gt;save($blogdata);</p>
<p>Any Idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BloggerDude</title>
		<link>http://www.bunchacode.com/programming/integrating-wordpress-with-cakephp/comment-page-1/#comment-495</link>
		<dc:creator>BloggerDude</dc:creator>
		<pubDate>Fri, 09 Oct 2009 04:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunchacode.com/?p=51#comment-495</guid>
		<description>I don&#039;t know If I said it already but ...I&#039;m so glad I found this site...Keep up the good work I read a lot of blogs on a daily basis and for the most part, people lack substance but, I just wanted to make a quick comment to say GREAT blog.  Thanks, :)

A definite great read....</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know If I said it already but &#8230;I&#8217;m so glad I found this site&#8230;Keep up the good work I read a lot of blogs on a daily basis and for the most part, people lack substance but, I just wanted to make a quick comment to say GREAT blog.  Thanks, <img src='http://www.bunchacode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>A definite great read&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JimmyBean</title>
		<link>http://www.bunchacode.com/programming/integrating-wordpress-with-cakephp/comment-page-1/#comment-478</link>
		<dc:creator>JimmyBean</dc:creator>
		<pubDate>Thu, 01 Oct 2009 15:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunchacode.com/?p=51#comment-478</guid>
		<description>I don&#039;t know If I said it already but ...Cool site, love the info.  I do a lot of research online on a daily basis and for the most part, people lack substance but, I just wanted to make a quick comment to say I&#039;m glad I found your blog.  Thanks, :)

A definite great read..Jim Bean</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know If I said it already but &#8230;Cool site, love the info.  I do a lot of research online on a daily basis and for the most part, people lack substance but, I just wanted to make a quick comment to say I&#8217;m glad I found your blog.  Thanks, <img src='http://www.bunchacode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>A definite great read..Jim Bean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nunpa</title>
		<link>http://www.bunchacode.com/programming/integrating-wordpress-with-cakephp/comment-page-1/#comment-3</link>
		<dc:creator>nunpa</dc:creator>
		<pubDate>Sat, 04 Jul 2009 12:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunchacode.com/?p=51#comment-3</guid>
		<description>good info.</description>
		<content:encoded><![CDATA[<p>good info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suthee</title>
		<link>http://www.bunchacode.com/programming/integrating-wordpress-with-cakephp/comment-page-1/#comment-2</link>
		<dc:creator>suthee</dc:creator>
		<pubDate>Sat, 04 Jul 2009 04:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunchacode.com/?p=51#comment-2</guid>
		<description>Thanks guys, good info.</description>
		<content:encoded><![CDATA[<p>Thanks guys, good info.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

