<?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>Steve Sonius</title>
	<atom:link href="http://blog.baddog.net.au/sonius/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.baddog.net.au/sonius</link>
	<description>Symfony Web Developer :: DJ :: Photographer ::  Sydney Australia</description>
	<lastBuildDate>Thu, 08 Mar 2012 05:20:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Podcast &#8211; Slowmotion 2012-03-08</title>
		<link>http://blog.baddog.net.au/sonius/steve-sonius/slowmotion-2012-03-08/</link>
		<comments>http://blog.baddog.net.au/sonius/steve-sonius/slowmotion-2012-03-08/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 04:54:57 +0000</pubDate>
		<dc:creator>sonius</dc:creator>
				<category><![CDATA[Downtempo]]></category>
		<category><![CDATA[House]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Podcasts]]></category>

		<guid isPermaLink="false">http://blog.baddog.net.au/sonius/?p=969</guid>
		<description><![CDATA[&#160; DOWNLOAD 154mg &#160; The National Bank_Home_Diskjokke Remix Kompakt_Mugwump_Losing Game_Original Mix 01_Microscope Contents Relish Records-Headman_Dieter Meier-Gimme-Kangos Autostrada Dei Laghi Mix Tirk_The Love Supreme_Waiting For The Love feat Benjamin James Smith_Mushrooms Project Remix Ghostly International_Matthew Dear_Little People Black City_Original Mix Drumpoet &#8230; <a href="http://blog.baddog.net.au/sonius/steve-sonius/slowmotion-2012-03-08/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="slowmotion-2012-03-08.zip" href="http://blog.baddog.net.au/sonius/files/slowmotion-2012-03-08.zip"><img class="alignnone size-medium wp-image-973" title="cover" src="http://blog.baddog.net.au/sonius/wp-content/uploads/2012/03/cover-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p><iframe width="100%" height="166" scrolling="no" frameborder="no" src="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F39068930&#038;show_artwork=true"></iframe></p>
<p>&nbsp;</p>
<p><a title="slowmotion-2012-03-08.zip" href="http://blog.baddog.net.au/sonius/files/slowmotion-2012-03-08.zip">DOWNLOAD 154mg</a></p>
<p>&nbsp;</p>
<ol>
<li>The National Bank_Home_Diskjokke Remix</li>
<li>Kompakt_Mugwump_Losing Game_Original Mix</li>
<li>01_Microscope Contents</li>
<li>Relish Records-Headman_Dieter Meier-Gimme-Kangos Autostrada Dei Laghi Mix</li>
<li>Tirk_The Love Supreme_Waiting For The Love feat Benjamin James Smith_Mushrooms Project Remix</li>
<li>Ghostly International_Matthew Dear_Little People Black City_Original Mix</li>
<li>Drumpoet Community-Hunee-Took My Love-Original Mix</li>
<li>Paper Recordings_Crazy Penis_A Little Something_PBR Streetgang edit</li>
<li>Compost_Yannah_Eddy_Not What You Do feat Ras Tweed_Yosa feat Shu Okuyma Remix</li>
<li>Rotters Golf Club_Andrew Weatherall_Brother Johnstons Travelling Disco Consultancy_Original Mix</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.baddog.net.au/sonius/steve-sonius/slowmotion-2012-03-08/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wsdl2php plugin for symfony1.0 to symfony1.4</title>
		<link>http://blog.baddog.net.au/sonius/steve-sonius/wsdl2php-plugin-for-symfony1-0-to-symfony1-4/</link>
		<comments>http://blog.baddog.net.au/sonius/steve-sonius/wsdl2php-plugin-for-symfony1-0-to-symfony1-4/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 23:24:14 +0000</pubDate>
		<dc:creator>sonius</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.baddog.net.au/sonius/?p=948</guid>
		<description><![CDATA[I needed something that would convert WSDL to useable php classes so I sould consume web services. I had found this pear package called wsdl2php and modified the class to work as a symfony plugin. You can download the plugin &#8230; <a href="http://blog.baddog.net.au/sonius/steve-sonius/wsdl2php-plugin-for-symfony1-0-to-symfony1-4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I needed something that would convert WSDL to useable php classes so I sould consume web services.</p>
<p>I had found this pear package called wsdl2php and modified the class to work as a symfony plugin.</p>
<p>You can <a href="http://blog.baddog.net.au/sonius/files/wsdl2phpPlugin.zip">download the plugin here</a></p>
<p>How to use.</p>
<ol>
<li>Unzip the folder, wsdl2phpPlugin, into your projects plugin dir</li>
<li>Depending on your version of symfony you may ned to activate the plugin by adding
<pre>$this-&gt;enablePlugins('wsdl2phpPlugin');</pre>
<p>to your ProjectConfiguration.class.php file</li>
<li>In your action or static class simpily call the convert function, for example:
<pre> wsdl2php::convert('http://www.webservicex.net/CurrencyConvertor.asmx?WSDL');</pre>
</li>
<li>The new class will be written to the projects main lib dir:<br />
eg: CurrencyConvertor.class.php</li>
<li>Add any custom functionality in mySoapClient.class.php</li>
<li>clear cache and your ready to go.</li>
</ol>
<p>this is how this particular example is used:</p>
<p>&nbsp;</p>
<pre>$ConversionRate = new ConversionRate();
$ConversionRate-&gt;FromCurrency = Currency::USD;
$ConversionRate-&gt;ToCurrency = Currency::AUD;

$CurrencyConvertor = new CurrencyConvertor();

$ConversionRateResponse = $CurrencyConvertor-&gt;ConversionRate($ConversionRate);

var_dump($ConversionRateResponse);
exit;</pre>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.baddog.net.au/sonius/steve-sonius/wsdl2php-plugin-for-symfony1-0-to-symfony1-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to build schema and keep I18n attributes in the yml file using propel and symfony 1.4</title>
		<link>http://blog.baddog.net.au/sonius/steve-sonius/how-to-build-schema-and-keep-i18n-attributes-in-the-yml-file-using-propel-and-symfony-1-4/</link>
		<comments>http://blog.baddog.net.au/sonius/steve-sonius/how-to-build-schema-and-keep-i18n-attributes-in-the-yml-file-using-propel-and-symfony-1-4/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 05:35:09 +0000</pubDate>
		<dc:creator>sonius</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.baddog.net.au/sonius/?p=921</guid>
		<description><![CDATA[I had created I18n table set and all seemed to be working well until I tried to propel:build-schema. I had lost my attribues: isI18N: true, i18nTable: page_i18n &#38; isCulture: true This is how I want my schema to looked in &#8230; <a href="http://blog.baddog.net.au/sonius/steve-sonius/how-to-build-schema-and-keep-i18n-attributes-in-the-yml-file-using-propel-and-symfony-1-4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had created I18n table set and all seemed to be working well until I tried to propel:build-schema.<br />
I had lost my attribues:</p>
<pre>isI18N: true, i18nTable: page_i18n &amp; isCulture: true</pre>
<p>This is how I want my schema to looked in the beginning:</p>
<pre>  cms:
    _attributes: { phpName: Cms, isI18N: true, i18nTable: cms_i18n }
    id:
    handle: {type: varchar, size: 50}
    created_at:
    updated_at:
  cms_i18n:
    id:      { type: integer, size:  11, foreignTable: cms, foreignReference: id,  required: true, primaryKey: true }
    culture:     { type: varchar, size:   7, required: true, primaryKey: true, isCulture: true }
    content: { phpName: Content, type: LONGVARCHAR, required: true }</pre>
<p>&nbsp;</p>
<p>Basically how the build-schema work flow works like this</p>
<ol>
<li>Execute symfony propel: build-schema</li>
<li>The sfPropelBuildSchemaTask script will create an schema.xml file from the database</li>
<li>Then sfPropelBuildSchemaTask will create a schema.yml from the newly created schema.xml before deleting it</li>
</ol>
<p>The way to fix this problem is to modify the schema.xml before it transformed into the schema.yml</p>
<p>This is how I fixed the problem.</p>
<ol>
<li>You need to find and modify the sfPropelBuildSchemaTask.class.php file</li>
<li>Find:  protected function reverseDatabase()</li>
<li>You will see where they define the yml and the xml path
<pre>        $xmlSchemaPath = sfConfig::get('sf_config_dir') . '/' . $name . '.xml';
        $ymlSchemaPath = sfConfig::get('sf_config_dir') . '/' . $name . '.yml';</pre>
</li>
<li>below this you should find an if block. There is no use modifying the xml if it doest exists
<pre>if (file_exists($xmlSchemaPath)) {</pre>
</li>
<li>Immediately at the start of the &#8216;if&#8217; block added this code, you may need to modify to fit your situation&#8230;
<pre>            $I18ntables = array();
            $schema = file_get_contents($xmlSchemaPath);

            $xml = simplexml_load_file($xmlSchemaPath);

            //iterate once to get all i18n tables
            foreach ($xml-&gt;table as $table) {
                foreach ($table-&gt;attributes() as $attributeskey0 =&gt; $attributesvalue1) {
                    if ($attributeskey0 == 'name') {
                        if (preg_match("/_i18n/", $attributesvalue1)) {
                            $I18ntables[] = str_replace('_i18n', '', $attributesvalue1);
                        }
                    }
                }
            }
             //iterate again because we dont know the order of the tables
             //grab the sister tables and add the new attributes
            foreach ($xml-&gt;table as $table) {
                foreach ($table-&gt;attributes() as $attributeskey0 =&gt; $attributesvalue1) {
                    if ($attributeskey0 == 'name') {
                        if (in_array($attributesvalue1, $I18ntables)) {
                            $table-&gt;addAttribute('isI18N', "true");
                            $table-&gt;addAttribute('i18nTable', strtolower($attributesvalue1 . '_i18n'));
                        }
                        //as we are scrolling through the tables again, grab the i18n table
                        //find the column called 'culture' and add a new attribut to that
                        if (preg_match("/_i18n/", $attributesvalue1)) {

                            foreach ($table-&gt;children() as $columnkey0 =&gt; $columnvalue1) {
                                if ($columnkey0 == 'column') {
                                    foreach ($columnvalue1-&gt;attributes() as $collAttrKey0 =&gt; $collAttrValue1) {
                                        if ($collAttrKey0 == 'name') {
                                            if ($collAttrValue1 == 'culture') {

                                                $columnvalue1-&gt;addAttribute('isCulture', 'true');
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
            //the schema has changed now so assign it here
            $schema = $xml-&gt;asXML();</pre>
</li>
</ol>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>There are a couple of rules you need to know to use my code</p>
<ul>
<li>the 2 I18N tables must be named the same , except for the &#8216;_i18n&#8217; appendment of course</li>
<li>The column where you set the culture must be named &#8216;culture&#8217;</li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.baddog.net.au/sonius/steve-sonius/how-to-build-schema-and-keep-i18n-attributes-in-the-yml-file-using-propel-and-symfony-1-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ORDER BY that sorts NULLS last with propel &#8211; Symfony 1.0</title>
		<link>http://blog.baddog.net.au/sonius/steve-sonius/order-by-that-sorts-nulls-last-with-propel-symfony-1-0/</link>
		<comments>http://blog.baddog.net.au/sonius/steve-sonius/order-by-that-sorts-nulls-last-with-propel-symfony-1-0/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 05:37:28 +0000</pubDate>
		<dc:creator>sonius</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Symfony]]></category>

		<guid isPermaLink="false">http://blog.baddog.net.au/sonius/?p=914</guid>
		<description><![CDATA[This propel snippet is an example on how to sort an int column ascending and putting NULLs last $criteria-&#62;addAscendingOrderByColumn('IF(ISNULL('.FanPeer::CURRENT_CHART.'),1,0),'.FanPeer::CURRENT_CHART, Criteria::CUSTOM);]]></description>
			<content:encoded><![CDATA[<p>This propel snippet is an example on how to sort an int column ascending and putting NULLs last</p>
<p><code>$criteria-&gt;addAscendingOrderByColumn('IF(ISNULL('.FanPeer::CURRENT_CHART.'),1,0),'.FanPeer::CURRENT_CHART, Criteria::CUSTOM);</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.baddog.net.au/sonius/steve-sonius/order-by-that-sorts-nulls-last-with-propel-symfony-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Podcast &#8211; mr sonius &#8211; easter 2011</title>
		<link>http://blog.baddog.net.au/sonius/steve-sonius/mr-sonius-easter-2011/</link>
		<comments>http://blog.baddog.net.au/sonius/steve-sonius/mr-sonius-easter-2011/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 00:20:45 +0000</pubDate>
		<dc:creator>sonius</dc:creator>
				<category><![CDATA[Ambient]]></category>
		<category><![CDATA[Beats]]></category>
		<category><![CDATA[Downtempo]]></category>
		<category><![CDATA[Dub]]></category>
		<category><![CDATA[Electronic]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Podcasts]]></category>

		<guid isPermaLink="false">http://blog.baddog.net.au/sonius/?p=894</guid>
		<description><![CDATA[1 Laurie Anderson &#8211; White Lily 2 Dubmission Records_Third Ear Audio_Intro_Original Mix 3 Sub Rosa_Bill Laswell_First Reading_Original Mix 4 Dig Deeper_Danny Howells_Flight Home_Original Mix 5 Sub Rosa_Bill Laswell_Assassiations 2_Original Mix 6 Grace Jones &#8211; The Crossing (Ooh The Action &#8230;) &#8230; <a href="http://blog.baddog.net.au/sonius/steve-sonius/mr-sonius-easter-2011/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>1 Laurie Anderson &#8211; White Lily<br />
2 Dubmission Records_Third Ear Audio_Intro_Original Mix<br />
3 Sub Rosa_Bill Laswell_First Reading_Original Mix<br />
4 Dig Deeper_Danny Howells_Flight Home_Original Mix<br />
5 Sub Rosa_Bill Laswell_Assassiations 2_Original Mix<br />
6 Grace Jones &#8211; The Crossing (Ooh The Action &#8230;)<br />
7 Sub Rosa_Bill Laswell_Pilgrimage To Cairo_Original Mix<br />
8 Dubmission Records_Third Ear Audio_Ethereality_Original Mix<br />
9 Bpitch Control_Ellen Allien_Sun The Rain_Tim Hecker Remix<br />
10 Sub Rosa_Bill Laswell_Slogans_Original Mix<br />
11 Rong Music_Woolfy_The Warehouse_Project Sandro Remix<br />
12 Sub Rosa_Bill Laswell_The Lord Of The Ressurection_Original Mix<br />
13 Grace Jones &#8211; Frog And The Prince<br />
14 Drumcode_Alan Fitzpatrick_Sub Dubbed_Original Mix<br />
15 Sub Rosa_Bill Laswell_Morning High_Original Mix<br />
16 inFine Music_Agoria_Kiss My Soul feat Kid A_Original Mix<br />
17 Sub Rosa_Bill Laswell_The Western Lands_Original Mix</p>
<p><a href="http://blog.baddog.net.au/sonius/files/mr_sonius-easter_2011.zip">DOWNLOAD</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.baddog.net.au/sonius/steve-sonius/mr-sonius-easter-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony jq_sortable_element not passing parameters to action &#8211; fix</title>
		<link>http://blog.baddog.net.au/sonius/steve-sonius/symfony-jq_sortable_element-not-passing-parameters-to-action-fix/</link>
		<comments>http://blog.baddog.net.au/sonius/steve-sonius/symfony-jq_sortable_element-not-passing-parameters-to-action-fix/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 07:04:36 +0000</pubDate>
		<dc:creator>sonius</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.baddog.net.au/sonius/?p=883</guid>
		<description><![CDATA[after a long debug session. i found this fix in the jQueryHelper.php change this line $options['with'] = "jQuery('#$element_id').sortable('serialize', { key: 'order'})"; to $options['with'] = "jQuery('#$element_id').sortable('serialize', { key: 'order[]'})"; in the action ; $order = $this->getRequestParameter('order');]]></description>
			<content:encoded><![CDATA[<p>after a long debug session. i found this fix</p>
<p>in the jQueryHelper.php</p>
<p>change this line<br />
    <code>$options['with'] = "jQuery('#$element_id').sortable('serialize', { key: 'order'})";</code></p>
<p>to</p>
<p>    <code>$options['with'] = "jQuery('#$element_id').sortable('serialize', { key: 'order[]'})";</code></p>
<p>in the action ;</p>
<p><code>$order = $this->getRequestParameter('order');<code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.baddog.net.au/sonius/steve-sonius/symfony-jq_sortable_element-not-passing-parameters-to-action-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Podcast &#8211; mr Sonius&#8217; &#8211; Lucid Dreams</title>
		<link>http://blog.baddog.net.au/sonius/steve-sonius/mr-sonius-lucid-dreams/</link>
		<comments>http://blog.baddog.net.au/sonius/steve-sonius/mr-sonius-lucid-dreams/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 07:02:03 +0000</pubDate>
		<dc:creator>sonius</dc:creator>
				<category><![CDATA[Acid]]></category>
		<category><![CDATA[Ambient]]></category>
		<category><![CDATA[Beats]]></category>
		<category><![CDATA[Downtempo]]></category>
		<category><![CDATA[Dub]]></category>
		<category><![CDATA[Electronic]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://blog.baddog.net.au/sonius/?p=872</guid>
		<description><![CDATA[&#160; DOWNLOAD &#160; Lucid Dreams &#8211; Health Warning Spacewalker Lucid Dreams &#8211; Prelucid Dreams david holmes- rodney yates Mission At Hand Lucid Dreams &#8211; Dream Control &#38; Erotic Possibilities Heavy Loaded Head Crooklyn Dub Outernational Presents &#8211; Bill Laswell &#8211; &#8230; <a href="http://blog.baddog.net.au/sonius/steve-sonius/mr-sonius-lucid-dreams/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.baddog.net.au/sonius/files/mr_sonius_lucid_dreams_2011_03_19.zip"><img class="alignnone size-medium wp-image-985" title="cover" src="http://blog.baddog.net.au/sonius/wp-content/uploads/2011/03/cover2-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p>&nbsp;</p>
<p><a href="http://blog.baddog.net.au/sonius/files/mr_sonius_lucid_dreams_2011_03_19.zip">DOWNLOAD</a></p>
<p>&nbsp;</p>
<p>Lucid Dreams &#8211; Health Warning<br />
Spacewalker<br />
Lucid Dreams &#8211; Prelucid Dreams<br />
david holmes- rodney yates<br />
Mission At Hand<br />
Lucid Dreams &#8211; Dream Control &amp; Erotic Possibilities<br />
Heavy Loaded Head<br />
Crooklyn Dub Outernational Presents &#8211; Bill Laswell &#8211; Finite State Machine Dub<br />
Jon Spencer Blues Explosion &#8211; T.A.T.B. (For The Saints &amp; Sinners Remix)<br />
Lucid Dreams &#8211; Out-Of-The-Body Experiences<br />
Stella Polaris Music-James Holden-A Break in The Coulds-Original Mix<br />
Four Tet &#8211; Sleep- Eat Food- Have Visions<br />
Lucid Dreams &#8211; Lucidity<br />
Rong Music_Mudd_Speilplatz_Quiet Village Remix<br />
Lucid Dreams &#8211; Achieving Lucidity<br />
Underworld &#8211; push downstairs<br />
Burial Mix_Rhythm Sound_Dem Never Know feat Jah Cotton_Sleeparchive Remix<br />
Lucid Dreams &#8211; False Awakenings</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.baddog.net.au/sonius/steve-sonius/mr-sonius-lucid-dreams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using url_for in the action in symfony 1.0</title>
		<link>http://blog.baddog.net.au/sonius/steve-sonius/using-url_for-in-the-action-in-symfony-1-0/</link>
		<comments>http://blog.baddog.net.au/sonius/steve-sonius/using-url_for-in-the-action-in-symfony-1-0/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 05:27:49 +0000</pubDate>
		<dc:creator>sonius</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.baddog.net.au/sonius/?p=867</guid>
		<description><![CDATA[I have tried to generate an absolute url from &#8216;module/action&#8217; in another action in the same way urls are generated in the view. the trick here is to include the &#8216;Url&#8217; helper in my action then adding the line.. sfLoader::loadHelpers(&#8216;Url&#8217;); &#8230; <a href="http://blog.baddog.net.au/sonius/steve-sonius/using-url_for-in-the-action-in-symfony-1-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have tried to generate an absolute url from &#8216;module/action&#8217; in another action in the same way urls are generated in the view.<br />
the trick here is to include the &#8216;Url&#8217; helper in my action then adding the line..</p>
<p>   sfLoader::loadHelpers(&#8216;Url&#8217;);</p>
<p>then:<br />
        $url = url_for(&#8216;my_module/my_action&#8217;, &#8216;absolute=true&#8217;); </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.baddog.net.au/sonius/steve-sonius/using-url_for-in-the-action-in-symfony-1-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Podcast &#8211; Mr Sonius&#8217; Burnout</title>
		<link>http://blog.baddog.net.au/sonius/steve-sonius/mr-sonius-burnout/</link>
		<comments>http://blog.baddog.net.au/sonius/steve-sonius/mr-sonius-burnout/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 03:08:28 +0000</pubDate>
		<dc:creator>sonius</dc:creator>
				<category><![CDATA[Acid]]></category>
		<category><![CDATA[House]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[Techno]]></category>

		<guid isPermaLink="false">http://blog.baddog.net.au/sonius/?p=861</guid>
		<description><![CDATA[DOWNLOAD tracklist to come later]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.baddog.net.au/sonius/files/burnout.zip">DOWNLOAD</a></p>
<p><a href="http://blog.baddog.net.au/sonius/files/burnout.zip"><img src="http://blog.baddog.net.au/sonius/wp-content/uploads/2011/01/Untitled-1-300x300.jpg" alt="" title="Untitled-1" width="300" height="300" class="alignnone size-medium wp-image-863" /></a></p>
<p>tracklist to come later</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.baddog.net.au/sonius/steve-sonius/mr-sonius-burnout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Podcast &#8211; Just Because 2011 01 04</title>
		<link>http://blog.baddog.net.au/sonius/steve-sonius/just-because-20110104/</link>
		<comments>http://blog.baddog.net.au/sonius/steve-sonius/just-because-20110104/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 09:20:26 +0000</pubDate>
		<dc:creator>sonius</dc:creator>
				<category><![CDATA[Beats]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[Disco]]></category>
		<category><![CDATA[Downtempo]]></category>
		<category><![CDATA[Electronic]]></category>
		<category><![CDATA[Funk]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Podcasts]]></category>

		<guid isPermaLink="false">http://blog.baddog.net.au/sonius/?p=848</guid>
		<description><![CDATA[DOWNLOAD Secret Track #1 big 200 track 4 The Phenomenal Handclap Band &#8211; Give it a Rest sound experience- devil with a bust Prince &#038; The New Power Generation &#8211; Jughead Gommagang Start 1 &#8211; Its Rough Arcadion &#8211; Ghost &#8230; <a href="http://blog.baddog.net.au/sonius/steve-sonius/just-because-20110104/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.baddog.net.au/sonius/files/just_because_04012011.zip">DOWNLOAD</a></p>
<p><a href="http://blog.baddog.net.au/sonius/files/just_because_04012011.zip"><img src="http://blog.baddog.net.au/sonius/wp-content/uploads/2011/01/cover-300x300.jpg" alt="" title="Just Because Cover" width="300" height="300" class="alignnone size-medium wp-image-853" /></a></p>
<ol>Secret Track #1</ol>
<ol>big 200 track 4</ol>
<ol>The Phenomenal Handclap Band &#8211; Give it a Rest</ol>
<ol>sound experience- devil with a bust</ol>
<ol>Prince &#038; The New Power Generation &#8211; Jughead</ol>
<ol>Gommagang Start 1 &#8211; Its Rough</ol>
<ol>Arcadion &#8211; Ghost Feeder</ol>
<ol>Emperor Machine &#8211; 103</ol>
<ol>Lipservice_Chicken Lips_Ron Silver_Big 200 Version</ol>
<ol>Broadcasting &#8211; Track 12</ol>
<ol>Ghostly International_Matthew Dear_Little People Black City_Original Mix</ol>
<ol>Electrik Soul Recordings_Funk DVoid_Pedro Galante_Safado_Paul Woolfords Space Funk Remix</ol>
<ol>ILabel_James Yuill_This Sweet Love_Prins Thomas Sneaky Edit</ol>
<ol>Rush Hour_House Of Jezebel_Love  Happiness_Vocal Mix</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.baddog.net.au/sonius/steve-sonius/just-because-20110104/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

