<?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"
	>
<channel>
	<title>Comments on: Using Lightbox with CakePHP</title>
	<atom:link href="http://cocoacrusty.com/2007/06/11/using-lightbox-with-cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://cocoacrusty.com/2007/06/11/using-lightbox-with-cakephp/</link>
	<description>Still Eatin' on Ho Hos...</description>
	<pubDate>Tue, 06 Jan 2009 09:25:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Cocoa Crusty</title>
		<link>http://cocoacrusty.com/2007/06/11/using-lightbox-with-cakephp/#comment-801</link>
		<dc:creator>Cocoa Crusty</dc:creator>
		<pubDate>Mon, 06 Oct 2008 15:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://cocoacrusty.com/2007/06/11/using-lightbox-with-cakephp/#comment-801</guid>
		<description>I placed the images in the webroot/img folder in their own subfolder, but you have to modify the JavaScript and CSS files to point to their location.</description>
		<content:encoded><![CDATA[<p>I placed the images in the webroot/img folder in their own subfolder, but you have to modify the JavaScript and CSS files to point to their location.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens Wiese</title>
		<link>http://cocoacrusty.com/2007/06/11/using-lightbox-with-cakephp/#comment-800</link>
		<dc:creator>Jens Wiese</dc:creator>
		<pubDate>Mon, 06 Oct 2008 06:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://cocoacrusty.com/2007/06/11/using-lightbox-with-cakephp/#comment-800</guid>
		<description>I have a last question: Where have you placed the image folder of Lightbox2 ?</description>
		<content:encoded><![CDATA[<p>I have a last question: Where have you placed the image folder of Lightbox2 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cocoa Crusty</title>
		<link>http://cocoacrusty.com/2007/06/11/using-lightbox-with-cakephp/#comment-394</link>
		<dc:creator>Cocoa Crusty</dc:creator>
		<pubDate>Mon, 25 Jun 2007 13:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://cocoacrusty.com/2007/06/11/using-lightbox-with-cakephp/#comment-394</guid>
		<description>Yeah, same here, r0sk.  There is a lot to learn.  Hopefully, I will be there some day! :)

Jeff</description>
		<content:encoded><![CDATA[<p>Yeah, same here, r0sk.  There is a lot to learn.  Hopefully, I will be there some day! <img src='http://cocoacrusty.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: r0sk</title>
		<link>http://cocoacrusty.com/2007/06/11/using-lightbox-with-cakephp/#comment-393</link>
		<dc:creator>r0sk</dc:creator>
		<pubDate>Mon, 25 Jun 2007 11:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://cocoacrusty.com/2007/06/11/using-lightbox-with-cakephp/#comment-393</guid>
		<description>I'm starting learning CakePHP too, I found same problem with AJAX. When I tried to use AJAX functions CakePHP displayed an error "Unable to use $javascript".

After reading some documentation, I saw the "helpers" solution. It's easy to develope under CakePHP, but I must learn a lot.</description>
		<content:encoded><![CDATA[<p>I&#8217;m starting learning CakePHP too, I found same problem with AJAX. When I tried to use AJAX functions CakePHP displayed an error &#8220;Unable to use $javascript&#8221;.</p>
<p>After reading some documentation, I saw the &#8220;helpers&#8221; solution. It&#8217;s easy to develope under CakePHP, but I must learn a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cocoa Crusty</title>
		<link>http://cocoacrusty.com/2007/06/11/using-lightbox-with-cakephp/#comment-392</link>
		<dc:creator>Cocoa Crusty</dc:creator>
		<pubDate>Sun, 24 Jun 2007 18:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://cocoacrusty.com/2007/06/11/using-lightbox-with-cakephp/#comment-392</guid>
		<description>Thanks for the heads up, Ryan.  I will definitely use this inclusion of JavaScript in the &lt;code&gt;app_controller.php&lt;/code&gt; file.  I am working on another site that needs JavaScript included in every page due to some mouse over image swapping.  This will help a lot.

Thanks again!

Jeff</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up, Ryan.  I will definitely use this inclusion of JavaScript in the <code>app_controller.php</code> file.  I am working on another site that needs JavaScript included in every page due to some mouse over image swapping.  This will help a lot.</p>
<p>Thanks again!</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://cocoacrusty.com/2007/06/11/using-lightbox-with-cakephp/#comment-391</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sun, 24 Jun 2007 10:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://cocoacrusty.com/2007/06/11/using-lightbox-with-cakephp/#comment-391</guid>
		<description>Oops, my php was stripped out, so here it is:

class AppController extends Controller
{
	
var $helpers = array('Javascript');
    
(+ other functions you might want in all controllers such as session checking, etc)

}</description>
		<content:encoded><![CDATA[<p>Oops, my php was stripped out, so here it is:</p>
<p>class AppController extends Controller<br />
{</p>
<p>var $helpers = array(&#8217;Javascript&#8217;);</p>
<p>(+ other functions you might want in all controllers such as session checking, etc)</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://cocoacrusty.com/2007/06/11/using-lightbox-with-cakephp/#comment-390</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sun, 24 Jun 2007 10:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://cocoacrusty.com/2007/06/11/using-lightbox-with-cakephp/#comment-390</guid>
		<description>If you need to add the Javascript helper to all of your controllers, you can add them to a app_controller.php file in the app directory:




Since all the controllers inherit from this class, it will inherit the inclusion of any helpers you specify in it. Saves you from having to chase up every controller. You can still specify additional helpers in each individual controller.</description>
		<content:encoded><![CDATA[<p>If you need to add the Javascript helper to all of your controllers, you can add them to a app_controller.php file in the app directory:</p>
<p>Since all the controllers inherit from this class, it will inherit the inclusion of any helpers you specify in it. Saves you from having to chase up every controller. You can still specify additional helpers in each individual controller.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
