<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/" 
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
	xmlns:admin="http://webns.net/mvcb/" 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/" 
	xmlns:atom="http://www.w3.org/2005/Atom">
	
	<channel>
	
		<title>How to Integrate CakePHP and Sencha Frameworks with Bancha</title>
		<link>http://www.sencha.com/blog/bancha-seamlessly-integrates-cakephp-with-ext-js-and-sencha-touch</link>
		<description>If you develop Ext JS applications with a lot of data, you’ve probably spent a lot of development time on data transformation and synchronization with your back&#45;end system. There are lots of ways to transfer data. For our systems, we chose Ext.Direct. Ext.Direct is a specification from Sencha and is implemented in the Ext JS and Sencha Touch libraries.</description>
		<dc:language>en-us</dc:language>
		<dc:creator>roland@banchaproject.org</dc:creator>
		<dc:rights>Copyright 2012</dc:rights>
		<dc:date>2012-11-13T18:05:20+00:00</dc:date>
		<admin:generatorAgent rdf:resource="http://expressionengine.com/" />
		<atom:link href="http://www.sencha.com/blog/comments-rss/12134" rel="self" type="application/rss+xml" />
  
		
  
		<item>
      <title>Comment by Roland Schütz</title>
      <description>Hello Roberto,

about 30% of Bancha is php&#45;framework&#45;independent. But the most work is integrating it into the PHP framework. For example we transform all CakePHP data structures in ExtJS an vice versa. We extract information from the CakePHP models and controllers. It&#8217;s not possible to simply adopt these things for e.g. Zend framework, there would be a lot of new code necessary. So there probably won&#8217;t be a Zend version in near future.

We are currently looking for a partner or company who is interested in a Symfony implementation. This would be our next framework of choice.

Best regards,
Roland</description>
      <content:encoded><![CDATA[<p>Hello Roberto,</p>

<p>about 30% of Bancha is php-framework-independent. But the most work is integrating it into the PHP framework. For example we transform all CakePHP data structures in ExtJS an vice versa. We extract information from the CakePHP models and controllers. It&#8217;s not possible to simply adopt these things for e.g. Zend framework, there would be a lot of new code necessary. So there probably won&#8217;t be a Zend version in near future.</p>

<p>We are currently looking for a partner or company who is interested in a Symfony implementation. This would be our next framework of choice.</p>

<p>Best regards,<br />
Roland</p>]]></content:encoded>
      <pubDate>Sat, 24 Nov 2012 02:34 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//how-to-integrate-cakephp-and-sencha-frameworks-with-bancha#id:32564#date:02:34</guid>
    </item>
  
		<item>
      <title>Comment by Roberto</title>
      <description>What about &#8220;Zendcha&#8221; ?

There are also a lot of fans of Zend Framework.</description>
      <content:encoded><![CDATA[<p>What about &#8220;Zendcha&#8221; ?</p>

<p>There are also a lot of fans of Zend Framework.</p>]]></content:encoded>
      <pubDate>Sat, 24 Nov 2012 02:16 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//how-to-integrate-cakephp-and-sencha-frameworks-with-bancha#id:32563#date:02:16</guid>
    </item>
  
		<item>
      <title>Comment by Roland Schütz</title>
      <description>Cool! Thanks for the work</description>
      <content:encoded><![CDATA[<p>Cool! Thanks for the work <img src="/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /></p>]]></content:encoded>
      <pubDate>Thu, 22 Nov 2012 14:08 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//how-to-integrate-cakephp-and-sencha-frameworks-with-bancha#id:32554#date:14:08</guid>
    </item>
  
		<item>
      <title>Comment by Kazuhiro Kotsutsumi</title>
      <description>I translated it into Japanese.

http://www.xenophy.com/extjsblog/4301

Provision: Japan Sencha User Group
http://www.meetup.com/Japan&#45;Sencha&#45;User&#45;Group/about/</description>
      <content:encoded><![CDATA[<p>I translated it into Japanese.</p>

<p><a href="http://www.xenophy.com/extjsblog/4301">http://www.xenophy.com/extjsblog/4301</a></p>

<p>Provision: Japan Sencha User Group<br />
<a href="http://www.meetup.com/Japan-Sencha-User-Group/about/">http://www.meetup.com/Japan-Sencha-User-Group/about/</a></p>

]]></content:encoded>
      <pubDate>Wed, 21 Nov 2012 23:41 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//how-to-integrate-cakephp-and-sencha-frameworks-with-bancha#id:32550#date:23:41</guid>
    </item>
  
		<item>
      <title>Comment by Roland Schütz</title>
      <description>Good to hear. You can write in the forums http://www.sencha.com/forum/showthread.php?141983&#45;Bancha&#45;Combining&#45;CakePHP&#45;and&#45;ExtJS or for private questions simply write to support@banchaproject.org</description>
      <content:encoded><![CDATA[<p>Good to hear. You can write in the forums <a href="http://www.sencha.com/forum/showthread.php?141983-Bancha-Combining-CakePHP-and-ExtJS">http://www.sencha.com/forum/showthread.php?141983-Bancha-Combining-CakePHP-and-ExtJS</a> or for private questions simply write to support@banchaproject.org</p>]]></content:encoded>
      <pubDate>Wed, 31 Oct 2012 11:28 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//how-to-integrate-cakephp-and-sencha-frameworks-with-bancha#id:32485#date:11:28</guid>
    </item>
  
		<item>
      <title>Comment by Stefan Pratt</title>
      <description>I had a cake project a year ago and it was quite hard to get it working. Your plugin makes it look so much easier, I&#8217;m looking forward to try this for my next project. Is there a way to get in touch with you when I have some questions?</description>
      <content:encoded><![CDATA[<p>I had a cake project a year ago and it was quite hard to get it working. Your plugin makes it look so much easier, I&#8217;m looking forward to try this for my next project. Is there a way to get in touch with you when I have some questions?</p>]]></content:encoded>
      <pubDate>Tue, 30 Oct 2012 18:34 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//how-to-integrate-cakephp-and-sencha-frameworks-with-bancha#id:32473#date:18:34</guid>
    </item>
  
		<item>
      <title>Comment by Robert</title>
      <description>Wow, this is some cool stuff!</description>
      <content:encoded><![CDATA[<p>Wow, this is some cool stuff!</p>]]></content:encoded>
      <pubDate>Fri, 26 Oct 2012 04:28 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//how-to-integrate-cakephp-and-sencha-frameworks-with-bancha#id:32458#date:04:28</guid>
    </item>
  
		
	</channel>
</rss>