<?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: Creating RSVP in PHP/MySQL w/ Zend Framework</title>
	<atom:link href="http://www.joeyrivera.com/2009/creating-rsvp-in-phpmysql-w-zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joeyrivera.com/2009/creating-rsvp-in-phpmysql-w-zend-framework/</link>
	<description>Blogging about PHP, Actionscript, MySQL, and other interests.</description>
	<lastBuildDate>Sat, 04 Feb 2012 04:50:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Joey</title>
		<link>http://www.joeyrivera.com/2009/creating-rsvp-in-phpmysql-w-zend-framework/comment-page-1/#comment-1350</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Tue, 26 Jul 2011 15:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=402#comment-1350</guid>
		<description>Daniel,

Hi, I wrote this blog post a long time ago and I would only use what I have here for theory and ideas on how to build something similar but the code is using a older version of Zend Framework that has changed a lot over time.

Joey</description>
		<content:encoded><![CDATA[<p>Daniel,</p>
<p>Hi, I wrote this blog post a long time ago and I would only use what I have here for theory and ideas on how to build something similar but the code is using a older version of Zend Framework that has changed a lot over time.</p>
<p>Joey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.joeyrivera.com/2009/creating-rsvp-in-phpmysql-w-zend-framework/comment-page-1/#comment-1301</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 22 Jul 2011 14:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=402#comment-1301</guid>
		<description>Hi, 
I need a little help here!
Can you write step by step how to do it?
I already have the RSVP Files. What to do next?
Thanks

Daniel from Brasil</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I need a little help here!<br />
Can you write step by step how to do it?<br />
I already have the RSVP Files. What to do next?<br />
Thanks</p>
<p>Daniel from Brasil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://www.joeyrivera.com/2009/creating-rsvp-in-phpmysql-w-zend-framework/comment-page-1/#comment-1183</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Tue, 12 Jul 2011 18:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=402#comment-1183</guid>
		<description>This has not been updated since it was written and the examples were created using ZF 1.7.</description>
		<content:encoded><![CDATA[<p>This has not been updated since it was written and the examples were created using ZF 1.7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mawuena</title>
		<link>http://www.joeyrivera.com/2009/creating-rsvp-in-phpmysql-w-zend-framework/comment-page-1/#comment-1182</link>
		<dc:creator>Mawuena</dc:creator>
		<pubDate>Tue, 12 Jul 2011 17:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=402#comment-1182</guid>
		<description>Has this been upgraded to support ZendFramework 1.11.8?</description>
		<content:encoded><![CDATA[<p>Has this been upgraded to support ZendFramework 1.11.8?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://www.joeyrivera.com/2009/creating-rsvp-in-phpmysql-w-zend-framework/comment-page-1/#comment-1029</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Wed, 16 Feb 2011 20:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=402#comment-1029</guid>
		<description>Hey Lee, first I would recommend reading the Zend getting started guide: http://framework.zend.com/manual/en/learning.quickstart.intro.html. Next to answer your question, you would want to copy/paste the RsvpController to your controller folder. Then copy the 3 view scripts into your views folder /scrips/rsvp. Now here is the tricky part, this code was written a while ago and the newer versions of the Zend Framework are setup a bit differently. You should have a bootstrap file under application, in that file you&#039;ll want to init your db. Finally copy the Family class into your models folder and I think that should be it.</description>
		<content:encoded><![CDATA[<p>Hey Lee, first I would recommend reading the Zend getting started guide: <a href="http://framework.zend.com/manual/en/learning.quickstart.intro.html" rel="nofollow">http://framework.zend.com/manual/en/learning.quickstart.intro.html</a>. Next to answer your question, you would want to copy/paste the RsvpController to your controller folder. Then copy the 3 view scripts into your views folder /scrips/rsvp. Now here is the tricky part, this code was written a while ago and the newer versions of the Zend Framework are setup a bit differently. You should have a bootstrap file under application, in that file you&#8217;ll want to init your db. Finally copy the Family class into your models folder and I think that should be it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.joeyrivera.com/2009/creating-rsvp-in-phpmysql-w-zend-framework/comment-page-1/#comment-1027</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Tue, 15 Feb 2011 03:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=402#comment-1027</guid>
		<description>Thanks again for the code! I&#039;ve managed to get the zend framework up on my host, but I&#039;ve run into a roadblock. I&#039;d like to drag and drop your files on my host so I can see it all in action and make changes on the fly. Can you point me in the right direction of which file goes where? Do I have to create a separate html file loading the rsvp controller? I&#039;m lost =X ... thanks for your help!</description>
		<content:encoded><![CDATA[<p>Thanks again for the code! I&#8217;ve managed to get the zend framework up on my host, but I&#8217;ve run into a roadblock. I&#8217;d like to drag and drop your files on my host so I can see it all in action and make changes on the fly. Can you point me in the right direction of which file goes where? Do I have to create a separate html file loading the rsvp controller? I&#8217;m lost =X &#8230; thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://www.joeyrivera.com/2009/creating-rsvp-in-phpmysql-w-zend-framework/comment-page-1/#comment-1025</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Mon, 14 Feb 2011 14:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=402#comment-1025</guid>
		<description>Lee,

I have been using Zend for some time now and I&#039;m at the point where I think using Zend makes me more efficient and productive and that is why I use Zend for most of my php projects. You can dissect the code from my post and create a couple stand alone php pages that do the same though.

Joey</description>
		<content:encoded><![CDATA[<p>Lee,</p>
<p>I have been using Zend for some time now and I&#8217;m at the point where I think using Zend makes me more efficient and productive and that is why I use Zend for most of my php projects. You can dissect the code from my post and create a couple stand alone php pages that do the same though.</p>
<p>Joey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.joeyrivera.com/2009/creating-rsvp-in-phpmysql-w-zend-framework/comment-page-1/#comment-1019</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Sat, 12 Feb 2011 04:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=402#comment-1019</guid>
		<description>Any reason why you chose to use Zend, I&#039;m having trouble wrapping my head around it... I&#039;m trying to do the same thing with just php and mysql. I&#039;ve already set up the database and now I just need to figure out how to query/update via php actions. Dreamhost is my host, and although they provide directions on how to get zend up and running, they say if I break something I&#039;m SOL...</description>
		<content:encoded><![CDATA[<p>Any reason why you chose to use Zend, I&#8217;m having trouble wrapping my head around it&#8230; I&#8217;m trying to do the same thing with just php and mysql. I&#8217;ve already set up the database and now I just need to figure out how to query/update via php actions. Dreamhost is my host, and although they provide directions on how to get zend up and running, they say if I break something I&#8217;m SOL&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://www.joeyrivera.com/2009/creating-rsvp-in-phpmysql-w-zend-framework/comment-page-1/#comment-610</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Fri, 03 Dec 2010 15:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=402#comment-610</guid>
		<description>Joel, unfortunately other than what I have posted I&#039;m not sure I can do much more other than try storing all the names in a db or an xml file that you can then search through. Good luck with your project.</description>
		<content:encoded><![CDATA[<p>Joel, unfortunately other than what I have posted I&#8217;m not sure I can do much more other than try storing all the names in a db or an xml file that you can then search through. Good luck with your project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://www.joeyrivera.com/2009/creating-rsvp-in-phpmysql-w-zend-framework/comment-page-1/#comment-603</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Thu, 02 Dec 2010 20:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=402#comment-603</guid>
		<description>Thanks Joey!

I am actually creating my site on iWeb and hosting it through GoDaddy.  I am wanting to create something that my guests can search by their last name, and it will display the people that they can RSVP for.  Could you help me write the code for this? I am very lost lol.

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks Joey!</p>
<p>I am actually creating my site on iWeb and hosting it through GoDaddy.  I am wanting to create something that my guests can search by their last name, and it will display the people that they can RSVP for.  Could you help me write the code for this? I am very lost lol.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

