<?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: Using the Joomla framework via command line</title>
	<atom:link href="http://blog.joocode.com/en/cms/joomla/using-the-joomla-framework-via-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joocode.com/en/cms/joomla/using-the-joomla-framework-via-command-line</link>
	<description>Joomla, Web Development, Joomla Templates</description>
	<lastBuildDate>Sun, 29 Aug 2010 05:45:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Iván Campaña</title>
		<link>http://blog.joocode.com/en/cms/joomla/using-the-joomla-framework-via-command-line/comment-page-1/#comment-4744</link>
		<dc:creator>Iván Campaña</dc:creator>
		<pubDate>Wed, 16 Dec 2009 12:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joocode.com/en/?p=212#comment-4744</guid>
		<description>To get all the configuration parameters in place, instead of setting them manually as in the database, I would do something like this.

$joomla_config 	=  new JConfig();

$conf =&amp; JFactory::getConfig();
$conf-&gt;loadObject($joomla_config);

you can check if it worked just doing a:
print_r($conf);</description>
		<content:encoded><![CDATA[<p>To get all the configuration parameters in place, instead of setting them manually as in the database, I would do something like this.</p>
<p>$joomla_config 	=  new JConfig();</p>
<p>$conf =&amp; JFactory::getConfig();<br />
$conf-&gt;loadObject($joomla_config);</p>
<p>you can check if it worked just doing a:<br />
print_r($conf);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Running Joomla from the command line (prologue) &#171; Having fun with Web Development</title>
		<link>http://blog.joocode.com/en/cms/joomla/using-the-joomla-framework-via-command-line/comment-page-1/#comment-4642</link>
		<dc:creator>Running Joomla from the command line (prologue) &#171; Having fun with Web Development</dc:creator>
		<pubDate>Wed, 21 Oct 2009 07:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joocode.com/en/?p=212#comment-4642</guid>
		<description>[...] Using the Joomla framework via command line [...]</description>
		<content:encoded><![CDATA[<p>[...] Using the Joomla framework via command line [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.joocode.com/en/cms/joomla/using-the-joomla-framework-via-command-line/comment-page-1/#comment-4629</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 17 Oct 2009 01:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joocode.com/en/?p=212#comment-4629</guid>
		<description>Hello

This looks like exactly what I am looking for! Would you be able to help me with the arguments to use the Joomla installer?</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>This looks like exactly what I am looking for! Would you be able to help me with the arguments to use the Joomla installer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kei</title>
		<link>http://blog.joocode.com/en/cms/joomla/using-the-joomla-framework-via-command-line/comment-page-1/#comment-4556</link>
		<dc:creator>Kei</dc:creator>
		<pubDate>Fri, 25 Sep 2009 11:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joocode.com/en/?p=212#comment-4556</guid>
		<description>Blimey! This is what I&#039;ve been looking for!
I really appreciate that you put it in open space!
Absolutely great article.
I tried this code on Windows + PHP 5.16 and run perfectly, although I had to comment some lines out. It took only less than five minites.
Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Blimey! This is what I&#8217;ve been looking for!<br />
I really appreciate that you put it in open space!<br />
Absolutely great article.<br />
I tried this code on Windows + PHP 5.16 and run perfectly, although I had to comment some lines out. It took only less than five minites.<br />
Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flavio Copes</title>
		<link>http://blog.joocode.com/en/cms/joomla/using-the-joomla-framework-via-command-line/comment-page-1/#comment-4301</link>
		<dc:creator>Flavio Copes</dc:creator>
		<pubDate>Thu, 14 May 2009 18:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joocode.com/en/?p=212#comment-4301</guid>
		<description>Hi Joseph, yes I took it from there - I thought I said that in the post but in fact I forgot it :-)</description>
		<content:encoded><![CDATA[<p>Hi Joseph, yes I took it from there &#8211; I thought I said that in the post but in fact I forgot it <img src='http://blog.joocode.com/en/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph LeBlanc</title>
		<link>http://blog.joocode.com/en/cms/joomla/using-the-joomla-framework-via-command-line/comment-page-1/#comment-4300</link>
		<dc:creator>Joseph LeBlanc</dc:creator>
		<pubDate>Thu, 14 May 2009 13:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joocode.com/en/?p=212#comment-4300</guid>
		<description>Not unlike what Louis describes in this thread: http://groups.google.com/group/joomlabugsquad/browse_thread/thread/bb403d30684b0d8f</description>
		<content:encoded><![CDATA[<p>Not unlike what Louis describes in this thread: <a href="http://groups.google.com/group/joomlabugsquad/browse_thread/thread/bb403d30684b0d8f" rel="nofollow">http://groups.google.com/group/joomlabugsquad/browse_thread/thread/bb403d30684b0d8f</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roel</title>
		<link>http://blog.joocode.com/en/cms/joomla/using-the-joomla-framework-via-command-line/comment-page-1/#comment-4291</link>
		<dc:creator>Roel</dc:creator>
		<pubDate>Thu, 30 Apr 2009 13:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joocode.com/en/?p=212#comment-4291</guid>
		<description>Thanks for the code, I would try to configure it myself. I hope its okay to come back here if I&#039;ll miss something. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Thanks for the code, I would try to configure it myself. I hope its okay to come back here if I&#8217;ll miss something. Thanks a lot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

