<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SebastianEggers.com &#187; Oxid</title>
	<atom:link href="http://www.sebastianeggers.com/category/oxid/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sebastianeggers.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 07 Mar 2014 10:53:09 +0000</lastBuildDate>
	<language>de-DE</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>Hello world!</title>
		<link>http://www.sebastianeggers.com/oxid/hello-world</link>
		<comments>http://www.sebastianeggers.com/oxid/hello-world#comments</comments>
		<pubDate>Fri, 07 Mar 2014 10:09:53 +0000</pubDate>
		<dc:creator><![CDATA[SebastianEggers]]></dc:creator>
				<category><![CDATA[Oxid]]></category>

		<guid isPermaLink="false">http://sebastianeggers.com.server963-han.de-nserver.de/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! public function recalculate_totals(){ // TODO $ot_subtotal = new Orderstotal(); $ot_subtotal-&#62;orders_id = $this-&#62;orders_id; $ot_subtotal-&#62;class = Orderstotal::CLASS_SUBTOTAL; $ot_subtotal-&#62;title = &#039;Zwischensumme:&#039;; $ot_subtotal-&#62;value = $this-&#62;get_products_price_total_from_orders_products(); $ot_subtotal-&#62;text = number_format( $ot_subtotal-&#62;value, 2, &#039;,&#039;, &#039;&#039; ). &#039; EUR&#039;; //$ot_subtotal-&#62;save(); }]]></description>
				<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
<pre class="wp-code-highlight prettyprint linenums:1">
public function recalculate_totals(){
	// TODO
	
	$ot_subtotal = new Orderstotal();
	$ot_subtotal-&gt;orders_id = $this-&gt;orders_id;
	$ot_subtotal-&gt;class = Orderstotal::CLASS_SUBTOTAL;
	$ot_subtotal-&gt;title = &#039;Zwischensumme:&#039;;
	$ot_subtotal-&gt;value = $this-&gt;get_products_price_total_from_orders_products();
	$ot_subtotal-&gt;text = number_format( $ot_subtotal-&gt;value, 2, &#039;,&#039;, &#039;&#039; ). &#039; EUR&#039;;
	//$ot_subtotal-&gt;save();
	
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.sebastianeggers.com/oxid/hello-world/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
