<?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: How to Effectively use the Repository and Query Object of Extbase?</title>
	<atom:link href="http://blog.typoplanet.de/2010/01/27/the-repository-and-query-object-of-extbase/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.typoplanet.de/2010/01/27/the-repository-and-query-object-of-extbase/</link>
	<description>A blog for professional TYPO3 developers</description>
	<lastBuildDate>Fri, 02 Sep 2011 12:16:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Edgardo Holzer</title>
		<link>http://blog.typoplanet.de/2010/01/27/the-repository-and-query-object-of-extbase/comment-page-1/#comment-1033</link>
		<dc:creator>Edgardo Holzer</dc:creator>
		<pubDate>Tue, 03 May 2011 16:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.typoplanet.de/?p=327#comment-1033</guid>
		<description>Still, PageRank is vital for those of us with new locations because the update should show the advancement of our weblog.</description>
		<content:encoded><![CDATA[<p>Still, PageRank is vital for those of us with new locations because the update should show the advancement of our weblog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick F.</title>
		<link>http://blog.typoplanet.de/2010/01/27/the-repository-and-query-object-of-extbase/comment-page-1/#comment-1031</link>
		<dc:creator>Patrick F.</dc:creator>
		<pubDate>Tue, 26 Apr 2011 15:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.typoplanet.de/?p=327#comment-1031</guid>
		<description>Issn&#039;t makeInstance() obsolete?

cheers</description>
		<content:encoded><![CDATA[<p>Issn&#8217;t makeInstance() obsolete?</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel P</title>
		<link>http://blog.typoplanet.de/2010/01/27/the-repository-and-query-object-of-extbase/comment-page-1/#comment-1022</link>
		<dc:creator>Daniel P</dc:creator>
		<pubDate>Wed, 12 Jan 2011 15:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.typoplanet.de/?p=327#comment-1022</guid>
		<description>Hey Jochen - thx for the informative article.

Realy cool is the automagic behind MM Table relations:

if (count($tags)&gt;0) {
	$constrains[] = $query-&gt;in(&#039;txPageresourceTags.uid&#039;,$tags);
}

$query-&gt;matching(
	$query-&gt;logicalAnd(
		$constrains
	)
);</description>
		<content:encoded><![CDATA[<p>Hey Jochen &#8211; thx for the informative article.</p>
<p>Realy cool is the automagic behind MM Table relations:</p>
<p>if (count($tags)&gt;0) {<br />
	$constrains[] = $query-&gt;in(&#8216;txPageresourceTags.uid&#8217;,$tags);<br />
}</p>
<p>$query-&gt;matching(<br />
	$query-&gt;logicalAnd(<br />
		$constrains<br />
	)<br />
);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim</title>
		<link>http://blog.typoplanet.de/2010/01/27/the-repository-and-query-object-of-extbase/comment-page-1/#comment-1018</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Wed, 24 Nov 2010 17:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.typoplanet.de/?p=327#comment-1018</guid>
		<description>Hi
I am looking for a reverse lookup in the repository.

I often need to get the used categories in a selectbox. so i have to get the categories that was linked in the &quot;Aggregate Root&quot;.

in SQL
SELECT c.name FROM caterories AS c
LEFT JOIN jobs AS j
ON j.category = c.uid
GROUP BY c.uid


I have absolutely no clue how to do this without custom SQL</description>
		<content:encoded><![CDATA[<p>Hi<br />
I am looking for a reverse lookup in the repository.</p>
<p>I often need to get the used categories in a selectbox. so i have to get the categories that was linked in the &#8220;Aggregate Root&#8221;.</p>
<p>in SQL<br />
SELECT c.name FROM caterories AS c<br />
LEFT JOIN jobs AS j<br />
ON j.category = c.uid<br />
GROUP BY c.uid</p>
<p>I have absolutely no clue how to do this without custom SQL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henjo</title>
		<link>http://blog.typoplanet.de/2010/01/27/the-repository-and-query-object-of-extbase/comment-page-1/#comment-1009</link>
		<dc:creator>Henjo</dc:creator>
		<pubDate>Fri, 02 Jul 2010 11:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.typoplanet.de/?p=327#comment-1009</guid>
		<description>Hi Jochen,

nice! This article doesn&#039;t only help in the sense of providing information about this particular part, but helps to make to read other parts of the source as well.

Looking forward to more articles! ;-)

Henjo</description>
		<content:encoded><![CDATA[<p>Hi Jochen,</p>
<p>nice! This article doesn&#8217;t only help in the sense of providing information about this particular part, but helps to make to read other parts of the source as well.</p>
<p>Looking forward to more articles! ;-)</p>
<p>Henjo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://blog.typoplanet.de/2010/01/27/the-repository-and-query-object-of-extbase/comment-page-1/#comment-1006</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Fri, 09 Apr 2010 03:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.typoplanet.de/?p=327#comment-1006</guid>
		<description>Hey Jochen, 

thanks a lot for the post. I had to figure these things out myself.
I’m definitly waiting for more extbase related posts.</description>
		<content:encoded><![CDATA[<p>Hey Jochen, </p>
<p>thanks a lot for the post. I had to figure these things out myself.<br />
I’m definitly waiting for more extbase related posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Axel Brand</title>
		<link>http://blog.typoplanet.de/2010/01/27/the-repository-and-query-object-of-extbase/comment-page-1/#comment-1005</link>
		<dc:creator>Axel Brand</dc:creator>
		<pubDate>Thu, 18 Mar 2010 22:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.typoplanet.de/?p=327#comment-1005</guid>
		<description>Hey,

thanks for the helpfull article. 
Can you tell me how connect to external data-storage (e.g. per soap or external database) and map the results to the model?! 
Tx_Extbase_Persistence_Mapper_DataMapper-&gt;map(modelClass, $results) does not work if $results is an simple array cause Tx_Extbase_Persistence_RowIteratorInterface is expected.

Greetings, Axel</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>thanks for the helpfull article.<br />
Can you tell me how connect to external data-storage (e.g. per soap or external database) and map the results to the model?!<br />
Tx_Extbase_Persistence_Mapper_DataMapper-&gt;map(modelClass, $results) does not work if $results is an simple array cause Tx_Extbase_Persistence_RowIteratorInterface is expected.</p>
<p>Greetings, Axel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jochen Rau</title>
		<link>http://blog.typoplanet.de/2010/01/27/the-repository-and-query-object-of-extbase/comment-page-1/#comment-1002</link>
		<dc:creator>Jochen Rau</dc:creator>
		<pubDate>Mon, 08 Feb 2010 15:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.typoplanet.de/?p=327#comment-1002</guid>
		<description>Hi Michael.

Thanks for the hint. I have corrected the typo.

Jochen</description>
		<content:encoded><![CDATA[<p>Hi Michael.</p>
<p>Thanks for the hint. I have corrected the typo.</p>
<p>Jochen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Knoll</title>
		<link>http://blog.typoplanet.de/2010/01/27/the-repository-and-query-object-of-extbase/comment-page-1/#comment-1001</link>
		<dc:creator>Michael Knoll</dc:creator>
		<pubDate>Mon, 08 Feb 2010 14:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.typoplanet.de/?p=327#comment-1001</guid>
		<description>Hi Jochen,

thanks for this article, it helps a lot to have the ideas together on a single post. 

Just a small hint: There&#039;s a little typo in the already implemented methods of the repository. I think it should be $repository-&gt;remove($object) and not $repository-&gt;removes($object)

Greetings

Michael</description>
		<content:encoded><![CDATA[<p>Hi Jochen,</p>
<p>thanks for this article, it helps a lot to have the ideas together on a single post. </p>
<p>Just a small hint: There&#8217;s a little typo in the already implemented methods of the repository. I think it should be $repository-&gt;remove($object) and not $repository-&gt;removes($object)</p>
<p>Greetings</p>
<p>Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Kieslich</title>
		<link>http://blog.typoplanet.de/2010/01/27/the-repository-and-query-object-of-extbase/comment-page-1/#comment-999</link>
		<dc:creator>Thomas Kieslich</dc:creator>
		<pubDate>Fri, 29 Jan 2010 15:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.typoplanet.de/?p=327#comment-999</guid>
		<description>Thanks a lot for this article. Its short and good. Perhaps it can find the Way in the Forge Wiki.

Thomas</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this article. Its short and good. Perhaps it can find the Way in the Forge Wiki.</p>
<p>Thomas</p>
]]></content:encoded>
	</item>
</channel>
</rss>

