<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Joining powers of two great systems: Joomla and CakePHP</title>
	<link>http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/</link>
	<description>News, Developments and Best practices for programming</description>
	<pubDate>Fri, 30 Jul 2010 06:43:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Gordon Hutchens</title>
		<link>http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/#comment-319</link>
		<dc:creator>Gordon Hutchens</dc:creator>
		<pubDate>Fri, 18 Dec 2009 15:53:01 +0000</pubDate>
		<guid>http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/#comment-319</guid>
		<description>I did it but it required several changes.

index.php

//Before Joomla initialize its mainframe, lets play...
// check missing component -- added before $mainframe is being initialized
//##########################
$option = JRequest::getCmd('option');
if (!file_exists( JPATH_SITE .DS.'components'.DS.$option ) )
    $mainframe-&#62;dispatch('com_cake');  //set component to com_cake if a controller is not found.

cake.html.php

dispatch($url);
		}
	}

cake.php

setTitle($title);
	$database = &#38;JFactory::getDBO();
	$controller=JRequest::getVar( 'option'); //option passed is treated as a controller in cake
	$action=JRequest::getVar( 'task'); //task passed is treated as a controller in cake
	HTML_cake::requestCakePHP('/'.$controller.'/'.$action);

This worked with version 1.5.15 stable</description>
		<content:encoded><![CDATA[<p>I did it but it required several changes.</p>
<p>index.php</p>
<p>//Before Joomla initialize its mainframe, lets play&#8230;<br />
// check missing component &#8212; added before $mainframe is being initialized<br />
//##########################<br />
$option = JRequest::getCmd(&#8217;option&#8217;);<br />
if (!file_exists( JPATH_SITE .DS.&#8217;components&#8217;.DS.$option ) )<br />
    $mainframe-&gt;dispatch(&#8217;com_cake&#8217;);  //set component to com_cake if a controller is not found.</p>
<p>cake.html.php</p>
<p>dispatch($url);<br />
		}<br />
	}</p>
<p>cake.php</p>
<p>setTitle($title);<br />
	$database = &amp;JFactory::getDBO();<br />
	$controller=JRequest::getVar( &#8216;option&#8217;); //option passed is treated as a controller in cake<br />
	$action=JRequest::getVar( &#8216;task&#8217;); //task passed is treated as a controller in cake<br />
	HTML_cake::requestCakePHP(&#8217;/&#8217;.$controller.&#8217;/&#8217;.$action);</p>
<p>This worked with version 1.5.15 stable</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bilal</title>
		<link>http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/#comment-306</link>
		<dc:creator>bilal</dc:creator>
		<pubDate>Sat, 12 Sep 2009 11:51:08 +0000</pubDate>
		<guid>http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/#comment-306</guid>
		<description>What about joomla 1.5 ???


Any existing Howot'S?</description>
		<content:encoded><![CDATA[<p>What about joomla 1.5 ???</p>
<p>Any existing Howot&#8217;S?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saket Saurabh</title>
		<link>http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/#comment-286</link>
		<dc:creator>Saket Saurabh</dc:creator>
		<pubDate>Wed, 25 Mar 2009 13:21:38 +0000</pubDate>
		<guid>http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/#comment-286</guid>
		<description>hiiiiii.....
is their any way to integrate joomla with Zend framework.
thanks and regards 
saket saurabh</description>
		<content:encoded><![CDATA[<p>hiiiiii&#8230;..<br />
is their any way to integrate joomla with Zend framework.<br />
thanks and regards<br />
saket saurabh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/#comment-255</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 07 Jan 2009 04:38:34 +0000</pubDate>
		<guid>http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/#comment-255</guid>
		<description>@JungleDirector

This project is not active anymore. If you need files you need to apply changes to code of latest version yourself. Thanks</description>
		<content:encoded><![CDATA[<p>@JungleDirector</p>
<p>This project is not active anymore. If you need files you need to apply changes to code of latest version yourself. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JungleDirector</title>
		<link>http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/#comment-252</link>
		<dc:creator>JungleDirector</dc:creator>
		<pubDate>Tue, 06 Jan 2009 21:13:32 +0000</pubDate>
		<guid>http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/#comment-252</guid>
		<description>Subj.
Anybody have?

I'ts better, if you have XRumer 5.04...
Gimme url

See you later! ;)</description>
		<content:encoded><![CDATA[<p>Subj.<br />
Anybody have?</p>
<p>I&#8217;ts better, if you have XRumer 5.04&#8230;<br />
Gimme url</p>
<p>See you later! <img src='http://www.gigapromoters.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MercedesAMG</title>
		<link>http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/#comment-24</link>
		<dc:creator>MercedesAMG</dc:creator>
		<pubDate>Wed, 20 Jun 2007 05:59:40 +0000</pubDate>
		<guid>http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/#comment-24</guid>
		<description>Thanks for integration

Watch out for licence issues. I think ????

Cake is MIT .... Joomla is GPL
if you are creating applications for resale and linking to joomla it may be GPL. Joomla has big change just lately June 2007 about creating commercial extensions.

Me, no exper,t just stating a new fact to consider.</description>
		<content:encoded><![CDATA[<p>Thanks for integration</p>
<p>Watch out for licence issues. I think ????</p>
<p>Cake is MIT &#8230;. Joomla is GPL<br />
if you are creating applications for resale and linking to joomla it may be GPL. Joomla has big change just lately June 2007 about creating commercial extensions.</p>
<p>Me, no exper,t just stating a new fact to consider.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/#comment-23</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 13 Feb 2007 22:58:09 +0000</pubDate>
		<guid>http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/#comment-23</guid>
		<description>Here is the better solution:

http://www.gigapromoters.com/blog/2007/02/13/finally-a-practical-solution-joomla-with-cakephp-together-jake/</description>
		<content:encoded><![CDATA[<p>Here is the better solution:</p>
<p><a href="http://www.gigapromoters.com/blog/2007/02/13/finally-a-practical-solution-joomla-with-cakephp-together-jake/" rel="nofollow">http://www.gigapromoters.com/blog/2007/02/13/finally-a-practical-solution-joomla-with-cakephp-together-jake/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/#comment-22</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 09 Feb 2007 22:13:38 +0000</pubDate>
		<guid>http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/#comment-22</guid>
		<description>Thanks about it Max! This was definately needed. I am going to try soon. I bloged about it in my personal website: http://phpmysqlapache.com/wordpress/2007/02/09/integrate-cakephp-with-joomla/</description>
		<content:encoded><![CDATA[<p>Thanks about it Max! This was definately needed. I am going to try soon. I bloged about it in my personal website: <a href="http://phpmysqlapache.com/wordpress/2007/02/09/integrate-cakephp-with-joomla/" rel="nofollow">http://phpmysqlapache.com/wordpress/2007/02/09/integrate-cakephp-with-joomla/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: El blog de Leech</title>
		<link>http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/#comment-16</link>
		<dc:creator>El blog de Leech</dc:creator>
		<pubDate>Mon, 29 Jan 2007 14:45:33 +0000</pubDate>
		<guid>http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/#comment-16</guid>
		<description>&lt;strong&gt;Integrando Joomla en CakePHP...&lt;/strong&gt;

En Giga Promoters explican como poner en funcionamiento el Joomla dentro de una instalación de CakePHP con muy pocos cambios.
Para quienes no conozcan, Joomla es un CMS que está en boca de muchos hoy en día, no lo he probado en detalle pero lo poco ...</description>
		<content:encoded><![CDATA[<p><strong>Integrando Joomla en CakePHP&#8230;</strong></p>
<p>En Giga Promoters explican como poner en funcionamiento el Joomla dentro de una instalación de CakePHP con muy pocos cambios.<br />
Para quienes no conozcan, Joomla es un CMS que está en boca de muchos hoy en día, no lo he probado en detalle pero lo poco &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xscratch</title>
		<link>http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/#comment-17</link>
		<dc:creator>Xscratch</dc:creator>
		<pubDate>Mon, 29 Jan 2007 10:37:34 +0000</pubDate>
		<guid>http://www.gigapromoters.com/blog/2007/01/28/joining-powers-of-two-great-systems-joomla-and-cakephp/#comment-17</guid>
		<description>Ok, thank you for the quick reply and the time spent on this experiment</description>
		<content:encoded><![CDATA[<p>Ok, thank you for the quick reply and the time spent on this experiment</p>
]]></content:encoded>
	</item>
</channel>
</rss>
