<?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: CodeIgniter and Doctrine from scratch Day 5 – Database CRUD</title>
	<atom:link href="http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud</link>
	<description>PHP, JS, CSS, jQuery, CodeIgniter, Doctrine</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:33:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: CodeIgniter and Doctrine from scratch. &#124; 世界是平的</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud/comment-page-1#comment-88035</link>
		<dc:creator>CodeIgniter and Doctrine from scratch. &#124; 世界是平的</dc:creator>
		<pubDate>Mon, 30 Jan 2012 17:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=481#comment-88035</guid>
		<description>[...] Day 5: Database CRUD [...]</description>
		<content:encoded><![CDATA[<p>[...] Day 5: Database CRUD [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: code de la route</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud/comment-page-1#comment-83021</link>
		<dc:creator>code de la route</dc:creator>
		<pubDate>Tue, 10 Jan 2012 20:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=481#comment-83021</guid>
		<description>&lt;strong&gt;code de la route...&lt;/strong&gt;

[...]CodeIgniter and Doctrine from scratch Day 5 – Database CRUD &#124; PHP and Stuff[...]...</description>
		<content:encoded><![CDATA[<p><strong>code de la route&#8230;</strong></p>
<p>[...]CodeIgniter and Doctrine from scratch Day 5 – Database CRUD | PHP and Stuff[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meer Afghan</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud/comment-page-1#comment-72159</link>
		<dc:creator>Meer Afghan</dc:creator>
		<pubDate>Fri, 09 Dec 2011 06:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=481#comment-72159</guid>
		<description>How we will insert data into multiple tables.
Thanks in advance!</description>
		<content:encoded><![CDATA[<p>How we will insert data into multiple tables.<br />
Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doctrine Cheatpost &#171; Mi Casa Es Suit Casa</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud/comment-page-1#comment-65658</link>
		<dc:creator>Doctrine Cheatpost &#171; Mi Casa Es Suit Casa</dc:creator>
		<pubDate>Sat, 12 Nov 2011 17:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=481#comment-65658</guid>
		<description>[...] has been explained in so much detail here. But I will explain some of them [...]</description>
		<content:encoded><![CDATA[<p>[...] has been explained in so much detail here. But I will explain some of them [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Николай</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud/comment-page-1#comment-56378</link>
		<dc:creator>Николай</dc:creator>
		<pubDate>Wed, 21 Sep 2011 13:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=481#comment-56378</guid>
		<description>Сайт поселка и станции Кулой - фотографии, новости, погода в Кулое, опросы, информация о Кулое и пр.</description>
		<content:encoded><![CDATA[<p>Сайт поселка и станции Кулой &#8211; фотографии, новости, погода в Кулое, опросы, информация о Кулое и пр.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aditya joshi</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud/comment-page-1#comment-53124</link>
		<dc:creator>aditya joshi</dc:creator>
		<pubDate>Mon, 29 Aug 2011 22:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=481#comment-53124</guid>
		<description>it doesnt work

$user_id = 1;

$u = Doctrine::getTable(&#039;User&#039;)-&gt;find($user_id);

$u-&gt;password = &#039;newpassword&#039;;

$u-&gt;save();


error
save class not found</description>
		<content:encoded><![CDATA[<p>it doesnt work</p>
<p>$user_id = 1;</p>
<p>$u = Doctrine::getTable(&#8216;User&#8217;)-&gt;find($user_id);</p>
<p>$u-&gt;password = &#8216;newpassword&#8217;;</p>
<p>$u-&gt;save();</p>
<p>error<br />
save class not found</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aditya joshi</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud/comment-page-1#comment-47180</link>
		<dc:creator>aditya joshi</dc:creator>
		<pubDate>Fri, 08 Jul 2011 22:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=481#comment-47180</guid>
		<description>how we insert  the same data in multiple table  using codeigniter and doctrine.
any  suggestion?</description>
		<content:encoded><![CDATA[<p>how we insert  the same data in multiple table  using codeigniter and doctrine.<br />
any  suggestion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quick start with Codeigniter using some build-in Libraries &#124; Web Application Solutions</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud/comment-page-1#comment-39831</link>
		<dc:creator>Quick start with Codeigniter using some build-in Libraries &#124; Web Application Solutions</dc:creator>
		<pubDate>Mon, 18 Apr 2011 09:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=481#comment-39831</guid>
		<description>[...] Day 5: Database CRUD [...]</description>
		<content:encoded><![CDATA[<p>[...] Day 5: Database CRUD [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drakkar</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud/comment-page-1#comment-30357</link>
		<dc:creator>drakkar</dc:creator>
		<pubDate>Thu, 27 Jan 2011 23:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=481#comment-30357</guid>
		<description>$data = array(&#039;myuser&#039;,&#039;mypass&#039;);

$conn = Doctrine_Manager::connection();

for($i = 0; $i execute($sql,  $data);

This should insert 9 records and it&#039;s inserting 8
can help me ?</description>
		<content:encoded><![CDATA[<p>$data = array(&#8216;myuser&#8217;,'mypass&#8217;);</p>
<p>$conn = Doctrine_Manager::connection();</p>
<p>for($i = 0; $i execute($sql,  $data);</p>
<p>This should insert 9 records and it&#8217;s inserting 8<br />
can help me ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud/comment-page-1#comment-29916</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Tue, 25 Jan 2011 01:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=481#comment-29916</guid>
		<description>great tutorial!! Thank you very much!!

fyi: found a very small mistake: 
echo &quot;$numrows records updated&quot;;

should be like
echo $numrows . &quot; records updated&quot;;</description>
		<content:encoded><![CDATA[<p>great tutorial!! Thank you very much!!</p>
<p>fyi: found a very small mistake:<br />
echo &#8220;$numrows records updated&#8221;;</p>
<p>should be like<br />
echo $numrows . &#8221; records updated&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Alim</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud/comment-page-1#comment-28379</link>
		<dc:creator>Abdul Alim</dc:creator>
		<pubDate>Thu, 13 Jan 2011 22:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=481#comment-28379</guid>
		<description>Great works. Go ahead.......</description>
		<content:encoded><![CDATA[<p>Great works. Go ahead&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tola Anjorin Jnr</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud/comment-page-1#comment-19219</link>
		<dc:creator>Tola Anjorin Jnr</dc:creator>
		<pubDate>Tue, 26 Oct 2010 14:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=481#comment-19219</guid>
		<description>Please how can i get last_insert ID after calling the save to perform an insert</description>
		<content:encoded><![CDATA[<p>Please how can i get last_insert ID after calling the save to perform an insert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CodeIgniter and Doctrine &#8211; Me and My Self</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud/comment-page-1#comment-15823</link>
		<dc:creator>CodeIgniter and Doctrine &#8211; Me and My Self</dc:creator>
		<pubDate>Thu, 23 Sep 2010 14:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=481#comment-15823</guid>
		<description>[...] Day 5: Database CRUD [...]</description>
		<content:encoded><![CDATA[<p>[...] Day 5: Database CRUD [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud/comment-page-1#comment-5832</link>
		<dc:creator>david</dc:creator>
		<pubDate>Thu, 27 May 2010 19:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=481#comment-5832</guid>
		<description>glad it helped.  : )

cheers!</description>
		<content:encoded><![CDATA[<p>glad it helped.  : )</p>
<p>cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin Mitra</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud/comment-page-1#comment-5829</link>
		<dc:creator>Robin Mitra</dc:creator>
		<pubDate>Thu, 27 May 2010 17:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=481#comment-5829</guid>
		<description>Thanks for the pointer! It indirectly helped me find other issues as well with my model classes (many-to-many) ;)</description>
		<content:encoded><![CDATA[<p>Thanks for the pointer! It indirectly helped me find other issues as well with my model classes (many-to-many) <img src='http://www.phpandstuff.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ci + doctrine and updating database fields - xBlurb</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud/comment-page-1#comment-5491</link>
		<dc:creator>ci + doctrine and updating database fields - xBlurb</dc:creator>
		<pubDate>Wed, 19 May 2010 21:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=481#comment-5491</guid>
		<description>[...] much yet, but I think I just need a nudge in the right direction. I started by following the “CodeIgniter and Doctrine from Scratch” Series on PHP and [...]</description>
		<content:encoded><![CDATA[<p>[...] much yet, but I think I just need a nudge in the right direction. I started by following the “CodeIgniter and Doctrine from Scratch” Series on PHP and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud/comment-page-1#comment-5113</link>
		<dc:creator>david</dc:creator>
		<pubDate>Sun, 09 May 2010 23:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=481#comment-5113</guid>
		<description>Need to add a bit more info, as the above is incomplete at best.  My original suspicion about &#039;onDelete&#039; was correct, although I didn&#039;t have any luck with it originally because I was specifying it on the parent side of the relation in the model setup function.  

adding the following to the children like this finally does work:
Parent:
[code]
$this-&gt;hasMany(&#039;vehicle&#039;, array(
			&#039;local&#039; =&gt; &#039;id&#039;,
			&#039;foreign&#039; =&gt; &#039;auction_id&#039;		
		));
		
		$this-&gt;hasMany(&#039;bid&#039;, array(
			&#039;local&#039; =&gt; &#039;id&#039;,
			&#039;foreign&#039; =&gt; &#039;auction_id&#039;	
		));
[/code]

Children:
[code]
$this-&gt;hasOne(&#039;auction&#039;, array(
			&#039;local&#039; =&gt; &#039;auction_id&#039;,
			&#039;foreign&#039; =&gt; &#039;id&#039;,
			&#039;onDelete&#039; =&gt; &#039;CASCADE&#039;
		));
		
		$this-&gt;hasOne(&#039;vehicle&#039;, array(
			&#039;local&#039; =&gt; &#039;vehicle_id&#039;,
			&#039;foreign&#039; =&gt; &#039;id&#039;,
			&#039;onDelete&#039; =&gt; &#039;CASCADE&#039;
		));

// and

$this-&gt;hasOne(&#039;auction&#039;, array(
			&#039;local&#039; =&gt; &#039;auction_id&#039;,
			&#039;foreign&#039; =&gt; &#039;id&#039;,
			&#039;onDelete&#039; =&gt; &#039;CASCADE&#039;
		));
[/code]

sorry for any confusion, but i hope the extra information helps out.</description>
		<content:encoded><![CDATA[<p>Need to add a bit more info, as the above is incomplete at best.  My original suspicion about &#8216;onDelete&#8217; was correct, although I didn&#8217;t have any luck with it originally because I was specifying it on the parent side of the relation in the model setup function.  </p>
<p>adding the following to the children like this finally does work:<br />
Parent:</p>
<pre class="brush: plain;">
$this-&gt;hasMany('vehicle', array(
			'local' =&gt; 'id',
			'foreign' =&gt; 'auction_id'
		));

		$this-&gt;hasMany('bid', array(
			'local' =&gt; 'id',
			'foreign' =&gt; 'auction_id'
		));
</pre>
<p>Children:</p>
<pre class="brush: plain;">
$this-&gt;hasOne('auction', array(
			'local' =&gt; 'auction_id',
			'foreign' =&gt; 'id',
			'onDelete' =&gt; 'CASCADE'
		));

		$this-&gt;hasOne('vehicle', array(
			'local' =&gt; 'vehicle_id',
			'foreign' =&gt; 'id',
			'onDelete' =&gt; 'CASCADE'
		));

// and

$this-&gt;hasOne('auction', array(
			'local' =&gt; 'auction_id',
			'foreign' =&gt; 'id',
			'onDelete' =&gt; 'CASCADE'
		));
</pre>
<p>sorry for any confusion, but i hope the extra information helps out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud/comment-page-1#comment-5106</link>
		<dc:creator>david</dc:creator>
		<pubDate>Sun, 09 May 2010 18:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=481#comment-5106</guid>
		<description>Well, I found Burak stating that he placed this:

[code]
Doctrine_Manager::connection()-&gt;execute(
				&#039;SET FOREIGN_KEY_CHECKS = 0&#039;);
[/code]

in the doctrine_tools.php file used in this series of tutorials because he need to get around some foreign key check problems.  I added that line in my controller function above $object-&gt;delete() comamnd and now I no longer have any problems deleting! : )

i do wonder if it will have unintended consequences however o_O ?

If anyone reads this and would like to pass any warnings my way, please do so at david AT tomotechi DOT com.

Thanks!!!</description>
		<content:encoded><![CDATA[<p>Well, I found Burak stating that he placed this:</p>
<pre class="brush: plain;">
Doctrine_Manager::connection()-&gt;execute(
				'SET FOREIGN_KEY_CHECKS = 0');
</pre>
<p>in the doctrine_tools.php file used in this series of tutorials because he need to get around some foreign key check problems.  I added that line in my controller function above $object-&gt;delete() comamnd and now I no longer have any problems deleting! : )</p>
<p>i do wonder if it will have unintended consequences however o_O ?</p>
<p>If anyone reads this and would like to pass any warnings my way, please do so at david AT tomotechi DOT com.</p>
<p>Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud/comment-page-1#comment-4871</link>
		<dc:creator>david</dc:creator>
		<pubDate>Mon, 03 May 2010 17:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=481#comment-4871</guid>
		<description>Hi Burak et al...

Thanks for the amazing tutorials.  I went through them a while back and have been happily using Doctrine and Codeigniter together since!  I am now have a bit of a troublesome issue, and thought I might find some pointers here...

essentially, I am trying to delete a record and its related records and receive this error:

[code]
Fatal error: Uncaught exception &#039;Doctrine_Connection_Mysql_Exception&#039; with message &#039;SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`machaikbids`.`vehicle`, CONSTRAINT `vehicle_auction_id_auction_id` FOREIGN KEY (`auction_id`) REFERENCES `auction` (`id`))&#039; in /var/www/machaik/application/plugins/doctrine/lib/Doctrine/Connection.php:1082 Stack trace: #0 /var/www/machaik/application/plugins/doctrine/lib/Doctrine/Connection/Statement.php(269): Doctrine_Connection-&gt;rethrowException(Object(PDOException), Object(Doctrine_Connection_Statement)) #1 /var/www/machaik/application/plugins/doctrine/lib/Doctrine/Connection.php(1042): Doctrine_Connection_Statement-&gt;execute(Array) #2 /var/www/machaik/application/plugins/doctrine/lib/Doctrine/Connection/UnitOfWork.php(251): Doctrine_Connection-&gt;exec(&#039;DELETE FROM auc...&#039;, Array) #3 /var/www/machaik/application/plugins/doctrine/lib/Doctrine/Connection/UnitOfWork.php(168): Doctrine_Connection_UnitOfWork-&gt;_executeDele in /var/www/machaik/application/plugins/doctrine/lib/Doctrine/Connection.php  on line 1082
[/code]

I found some info that leads me to believe I need to have &#039;onDelete&#039; set to &#039;CASCADE&#039; somewhere in the model definition but am having no luck with this...

Perhaps someone here can help me along?

Thanks!!!</description>
		<content:encoded><![CDATA[<p>Hi Burak et al&#8230;</p>
<p>Thanks for the amazing tutorials.  I went through them a while back and have been happily using Doctrine and Codeigniter together since!  I am now have a bit of a troublesome issue, and thought I might find some pointers here&#8230;</p>
<p>essentially, I am trying to delete a record and its related records and receive this error:</p>
<pre class="brush: plain;">
Fatal error: Uncaught exception 'Doctrine_Connection_Mysql_Exception' with message 'SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails (`machaikbids`.`vehicle`, CONSTRAINT `vehicle_auction_id_auction_id` FOREIGN KEY (`auction_id`) REFERENCES `auction` (`id`))' in /var/www/machaik/application/plugins/doctrine/lib/Doctrine/Connection.php:1082 Stack trace: #0 /var/www/machaik/application/plugins/doctrine/lib/Doctrine/Connection/Statement.php(269): Doctrine_Connection-&gt;rethrowException(Object(PDOException), Object(Doctrine_Connection_Statement)) #1 /var/www/machaik/application/plugins/doctrine/lib/Doctrine/Connection.php(1042): Doctrine_Connection_Statement-&gt;execute(Array) #2 /var/www/machaik/application/plugins/doctrine/lib/Doctrine/Connection/UnitOfWork.php(251): Doctrine_Connection-&gt;exec('DELETE FROM auc...', Array) #3 /var/www/machaik/application/plugins/doctrine/lib/Doctrine/Connection/UnitOfWork.php(168): Doctrine_Connection_UnitOfWork-&gt;_executeDele in /var/www/machaik/application/plugins/doctrine/lib/Doctrine/Connection.php  on line 1082
</pre>
<p>I found some info that leads me to believe I need to have &#8216;onDelete&#8217; set to &#8216;CASCADE&#8217; somewhere in the model definition but am having no luck with this&#8230;</p>
<p>Perhaps someone here can help me along?</p>
<p>Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.phpandstuff.com/articles/codeigniter-doctrine-day-5-database-crud/comment-page-1#comment-4424</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Sat, 24 Apr 2010 22:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpandstuff.com/?p=481#comment-4424</guid>
		<description>&lt;blockquote cite=&quot;#comment-body-4387&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-4387&quot; rel=&quot;nofollow&quot;&gt;Anthony&lt;/a&gt; :&lt;/strong&gt;
                  
         
         
         I really appreciate your tutorials. They have helped me alot. However, I can’t help but feel that spending time learning how to use Doctrine was a mistake. On Doctrine’s website, many of the links for their tutorials are broken and its difficult getting help online other than here. I’m still awaiting approval to join the Doctrine group. Im beginning to regret spending 2 days on Doctrine.
         &lt;a&gt;&lt;/a&gt;
       &lt;/blockquote&gt;
I figured out what was causing my error: I left out something while creating the database. Everything works fine now. Thanks alot!</description>
		<content:encoded><![CDATA[<blockquote cite="#comment-body-4387"><p>
<strong><a href="#comment-4387" rel="nofollow">Anthony</a> :</strong></p>
<p>         I really appreciate your tutorials. They have helped me alot. However, I can’t help but feel that spending time learning how to use Doctrine was a mistake. On Doctrine’s website, many of the links for their tutorials are broken and its difficult getting help online other than here. I’m still awaiting approval to join the Doctrine group. Im beginning to regret spending 2 days on Doctrine.<br />
         <a></a>
       </p></blockquote>
<p>I figured out what was causing my error: I left out something while creating the database. Everything works fine now. Thanks alot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

