<?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: Tutorial: Integrating PHP/SWF Charts with CakePHP</title>
	<atom:link href="http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/</link>
	<description>Facebook should&#039;ve be written in unicornSchemaLang, because everyone *knows* that PHP is no good for anything, right?</description>
	<lastBuildDate>Mon, 09 Aug 2010 16:04:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Vibhor</title>
		<link>http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/comment-page-1/#comment-10721</link>
		<dc:creator>Vibhor</dc:creator>
		<pubDate>Thu, 04 Sep 2008 07:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/#comment-10721</guid>
		<description>Hello Chris,

This is a wonderful tutorial from you! Many thanks for this. I have a similar requirement in my cakephp application but rather using the php/swf, I want to use the xml/swf version of the chart. Can you please guide me how do I do this? I am not asking for any code, I just want to know which file go where in the cakephp folder structure..

Any help would be greatly appreciated!

Thanks,
Vibhor</description>
		<content:encoded><![CDATA[<p>Hello Chris,</p>
<p>This is a wonderful tutorial from you! Many thanks for this. I have a similar requirement in my cakephp application but rather using the php/swf, I want to use the xml/swf version of the chart. Can you please guide me how do I do this? I am not asking for any code, I just want to know which file go where in the cakephp folder structure..</p>
<p>Any help would be greatly appreciated!</p>
<p>Thanks,<br />
Vibhor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waqar</title>
		<link>http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/comment-page-1/#comment-10509</link>
		<dc:creator>Waqar</dc:creator>
		<pubDate>Mon, 02 Jun 2008 10:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/#comment-10509</guid>
		<description>Chris,

I had been stuck in CakePHP for a while to get the graph drawn somehow. But your code helped alot, which saved time. Thanks to you.

Chris, the chart is drawn but the data is not sent so it gives a totally different data rerpresentation. I think the SendChartData() function code is missing. I wasn&#039;t able to find out in the article. If convenient, please let me know the code.

Thanks
Waqar</description>
		<content:encoded><![CDATA[<p>Chris,</p>
<p>I had been stuck in CakePHP for a while to get the graph drawn somehow. But your code helped alot, which saved time. Thanks to you.</p>
<p>Chris, the chart is drawn but the data is not sent so it gives a totally different data rerpresentation. I think the SendChartData() function code is missing. I wasn&#8217;t able to find out in the article. If convenient, please let me know the code.</p>
<p>Thanks<br />
Waqar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kishore Kamati</title>
		<link>http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/comment-page-1/#comment-10450</link>
		<dc:creator>Kishore Kamati</dc:creator>
		<pubDate>Tue, 20 May 2008 18:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/#comment-10450</guid>
		<description>Can you give the link for the screenshots of PHP/SWF charts in CakePHP web application.</description>
		<content:encoded><![CDATA[<p>Can you give the link for the screenshots of PHP/SWF charts in CakePHP web application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hartjes</title>
		<link>http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/comment-page-1/#comment-8728</link>
		<dc:creator>Chris Hartjes</dc:creator>
		<pubDate>Mon, 10 Mar 2008 21:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/#comment-8728</guid>
		<description>@rekesh

As much as I would like to be dedicated tech support for you, I am not.  The instructions are clear enough that all sorts of other people have gotten it to work.  So, please, after this no more comments asking for help.

* the code that has SendChartData() in it goes in /app/views/graphs/users.html.  I say as much in there

* I put charts.swf in the APP/webroot/img directory.  I say that in the article as well (notice a trend?)

* chart_library is a directory inside the PHP/SWFCharts package, which I placed in /webroot/graphs.  Again I SAID THIS IN THE ARTICLE ITSELF

* &#039;/verticalscope_stats/graphs/users/&#039;  is a reference to the action &#039;users&#039; in the controller &#039;graphs&#039; in the subdirectory &#039;verticalscope_stats&#039;, which happens to be the root of that particular application

Short of me actually writing the code for you (which I won&#039;t do) this is EVERYTHING you need to get this to work.  Believe me, it works.

Best of luck.</description>
		<content:encoded><![CDATA[<p>@rekesh</p>
<p>As much as I would like to be dedicated tech support for you, I am not.  The instructions are clear enough that all sorts of other people have gotten it to work.  So, please, after this no more comments asking for help.</p>
<p>* the code that has SendChartData() in it goes in /app/views/graphs/users.html.  I say as much in there</p>
<p>* I put charts.swf in the APP/webroot/img directory.  I say that in the article as well (notice a trend?)</p>
<p>* chart_library is a directory inside the PHP/SWFCharts package, which I placed in /webroot/graphs.  Again I SAID THIS IN THE ARTICLE ITSELF</p>
<p>* &#8216;/verticalscope_stats/graphs/users/&#8217;  is a reference to the action &#8216;users&#8217; in the controller &#8216;graphs&#8217; in the subdirectory &#8216;verticalscope_stats&#8217;, which happens to be the root of that particular application</p>
<p>Short of me actually writing the code for you (which I won&#8217;t do) this is EVERYTHING you need to get this to work.  Believe me, it works.</p>
<p>Best of luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rakesh</title>
		<link>http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/comment-page-1/#comment-8727</link>
		<dc:creator>rakesh</dc:creator>
		<pubDate>Mon, 10 Mar 2008 21:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/#comment-8727</guid>
		<description>Not able to understand in which file have you written the 1st part of the code present on this page ( the code containing SendChartData()). It would be great if you could let us know that. Also how did u give the pathnames to the carts.swf , charts_library, and users in the InsertChart() function. The tutorial would be really helpful to noobies like me if you explaiin these two points.</description>
		<content:encoded><![CDATA[<p>Not able to understand in which file have you written the 1st part of the code present on this page ( the code containing SendChartData()). It would be great if you could let us know that. Also how did u give the pathnames to the carts.swf , charts_library, and users in the InsertChart() function. The tutorial would be really helpful to noobies like me if you explaiin these two points.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rakesh</title>
		<link>http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/comment-page-1/#comment-8724</link>
		<dc:creator>rakesh</dc:creator>
		<pubDate>Mon, 10 Mar 2008 16:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/#comment-8724</guid>
		<description>hi chris ... i wanted to know if the code that spits out the chart also in the app/views/graphs/users.thtml. If not, which directory and file is it in . Could you kindly let me know this.</description>
		<content:encoded><![CDATA[<p>hi chris &#8230; i wanted to know if the code that spits out the chart also in the app/views/graphs/users.thtml. If not, which directory and file is it in . Could you kindly let me know this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rakesh</title>
		<link>http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/comment-page-1/#comment-8690</link>
		<dc:creator>rakesh</dc:creator>
		<pubDate>Sat, 08 Mar 2008 17:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/#comment-8690</guid>
		<description>also could you tell where exactly to put the 2 files charts.swf, charts.php and the directory charts_library in order for the code to work . My code works fine displaying the chart on php but not on cakephp. I guess there is some problem with where I have placed these 2 files and the directory. Or there is a problem in the pathname I have given.</description>
		<content:encoded><![CDATA[<p>also could you tell where exactly to put the 2 files charts.swf, charts.php and the directory charts_library in order for the code to work . My code works fine displaying the chart on php but not on cakephp. I guess there is some problem with where I have placed these 2 files and the directory. Or there is a problem in the pathname I have given.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rakesh</title>
		<link>http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/comment-page-1/#comment-8689</link>
		<dc:creator>rakesh</dc:creator>
		<pubDate>Sat, 08 Mar 2008 15:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/#comment-8689</guid>
		<description>thanks for the reply chris ... but i m still not able to get this thing working . Needed your help. 
I have a controller called WebappsController. The function results() in this controller is giving dynamic data to the graph. For this, I have created a view results.thtml in the app/views/webapps/ directory. This view is for inserting the chart using InsertChart(). I have another view results-graph.thtml in the same directory that is doing the job of getting the data from the controller and building the graph. I have given absolute path names for the charts.swf and charts_library and results-graph in results.thtml. Also I have copied the carts.swf and charts_library to app/views/webapps/ folder. They are also present in the folder in which I have cake installed. Is this correct or am I doing something wrong. It would be great if you could help.</description>
		<content:encoded><![CDATA[<p>thanks for the reply chris &#8230; but i m still not able to get this thing working . Needed your help.<br />
I have a controller called WebappsController. The function results() in this controller is giving dynamic data to the graph. For this, I have created a view results.thtml in the app/views/webapps/ directory. This view is for inserting the chart using InsertChart(). I have another view results-graph.thtml in the same directory that is doing the job of getting the data from the controller and building the graph. I have given absolute path names for the charts.swf and charts_library and results-graph in results.thtml. Also I have copied the carts.swf and charts_library to app/views/webapps/ folder. They are also present in the folder in which I have cake installed. Is this correct or am I doing something wrong. It would be great if you could help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hartjes</title>
		<link>http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/comment-page-1/#comment-8688</link>
		<dc:creator>Chris Hartjes</dc:creator>
		<pubDate>Sat, 08 Mar 2008 03:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/#comment-8688</guid>
		<description>@rakesh

By &#039;main view&#039; I meant the view in which my report is supposed to show up.  In this case, it would app/views/graphs/users.thtml</description>
		<content:encoded><![CDATA[<p>@rakesh</p>
<p>By &#8216;main view&#8217; I meant the view in which my report is supposed to show up.  In this case, it would app/views/graphs/users.thtml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rakesh</title>
		<link>http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/comment-page-1/#comment-8687</link>
		<dc:creator>rakesh</dc:creator>
		<pubDate>Fri, 07 Mar 2008 23:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2006/09/26/tutorial-integrating-phpswf-charts-with-cakephp/#comment-8687</guid>
		<description>found this tutorial very helpful chris ... thanks a lot.
however, the confusing part here is that u have created app/views/graphs because ur controller is GraphsController. i didnt understand what u mean by the &#039;main view&#039; . could you kindly tell in which directory it is present in and its name.</description>
		<content:encoded><![CDATA[<p>found this tutorial very helpful chris &#8230; thanks a lot.<br />
however, the confusing part here is that u have created app/views/graphs because ur controller is GraphsController. i didnt understand what u mean by the &#8216;main view&#8217; . could you kindly tell in which directory it is present in and its name.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
