<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Mon, 20 May 2013 20:49:11 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Superdit.com: Google Web Seach With ExtJS Grid and PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/16695</guid>
      <link>http://www.phpdeveloper.org/news/16695</link>
      <description><![CDATA[<p>
From Superdit.com there's a tutorial showing you how to <a href="http://superdit.com/2011/01/24/google-web-seach-with-extjs-grid-and-php/">display search results in an ExtJS grid</a> as pulled from Google's API. The article's from the beginning of the year, but it's a good self-contained example of using <a href="http://www.sencha.com/products/extjs/">ExtJS</a> to automatically pull in data produced from the backend.
</p>
<blockquote>
This time I want to make a simple example in displaying google web search result in ExtJS grid, other ExtJS component that can be used to displaying this result is dataview, but grid is more common in displaying data in ExtJS.
</blockquote>
<p>
The code (downloadable <a href="http://www.box.net/shared/iyf2x8or8h">here</a>) is pretty simple and the full CSS, Javascript, PHP and markup you'll need are included. The PHP pulls the results from the Google API and </p> JSON encodes them for loading into the ExtJS grid. You can see the <a href="http://superdit.com/wp-content/uploads/2011/01/screenshot.png">end result here</a> or <a href="http://demo.superdit.com/ext_php_google/">try out a demo</a>.
]]></description>
      <pubDate>Tue, 09 Aug 2011 12:45:27 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect: Ext4Yii, bridging PHP and JavaScript frameworks together]]></title>
      <guid>http://www.phpdeveloper.org/news/14796</guid>
      <link>http://www.phpdeveloper.org/news/14796</link>
      <description><![CDATA[<p>
On the php|architect blog today there's <a href="http://www.phparch.com/2010/07/15/ext4yii-bridging-php-and-javascript-frameworks-together">a new post</a> about a framework that joins together two others (ExtJS and Yii) to make for an even more powerful combo - <a href="http://www.ext4yii.com/">Ext4Yii</a>.
</p>
<blockquote>
Ext4Yii is essentially a bridge between these two projects, which aims to integrate Ext JS as an extension for Yii. Ext4Yii is implemented as a templating system, which consumes XML models where you define widget elements like buttons or handlers (in embedded JavaScript code which can take advantage of Ext-powered methods and objects).
</blockquote>
<p>
This templating system integrates directly with the Yii framework's structure and gives you access to a lot of the ExtJS objects without the need for multiple calls to .js files.  The tool also comes with a bundled plugin for Netbeans that can help you get started quickly (rather than having to work out the syntax by hand from the start).
</p>]]></description>
      <pubDate>Thu, 15 Jul 2010 09:44:24 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[SourceForge: ExtJS Poker (Texas Hold'em Poker with ExtJS, CodeIgniter & MySQL)]]></title>
      <guid>http://www.phpdeveloper.org/news/10619</guid>
      <link>http://www.phpdeveloper.org/news/10619</link>
      <description><![CDATA[<p>
<i>Troy McCormick</i> has pointed out a new game he's developing combining the CodeIgniter PHP framework, MySQL and the ExtJS library - <a href="http://sourceforge.net/projects/extjspoker/">ExtJS Poker</a>.
</p>
<blockquote>
ExtJS Poker is a Texas Hold'em Poker game programmed using PHP (Codeigniter), MySQL, and ExtJS. check out the early screenshots on the <a href="http://sourceforge.net/projects/extjspoker/">SourceForge project page</a>.
</blockquote>
<p>
<a href="http://extjs.com/">ExtJS</a> is a cross-browser Javascript library that helps you build rich internet applications with high-performance widgets, an extensible Component model and licenses to fit your use. <a href="http://codeigniter.com/">CodeIgniter</a> is a PHP framework with a very small footprint created for programmers who need a simple and elegant toolkit to create full-featured web applications.
</p>]]></description>
      <pubDate>Wed, 16 Jul 2008 12:06:36 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Two Wrappers for Ext JS in PHP - PHP-Ext & ExtPHP]]></title>
      <guid>http://www.phpdeveloper.org/news/9783</guid>
      <link>http://www.phpdeveloper.org/news/9783</link>
      <description><![CDATA[<p>
As both the <a href="http://devzone.zend.com/article/3241-Ajaxian.com-announces-two-PHP-Wrappers-for-ExtJS">Zend Developer Zone</a> and <a href="http://ajaxian.com/archives/to-extphp-or-to-php-ext">Ajaxian</a> point out, there's been two new projects based on the Ext JS user interface widget system adapted for PHP - <a href="http://php-ext.quimera-solutions.com/">PHP-Ext</a> and <a href="http://nexus.zteo.com/2008/03/04/extphp-an-extjs-converterwrapper-for-php-developers/">ExtPHP</a>.
</p>
<blockquote>
PHP-Ext is an open source widget library written for PHP 4 and 5 to empower the UI Layer. It is based on <a href="http://extjs.com/">Ext JS</a> javascript widgets which provide a standard and powerful API to build Rich Internet Applications. It basically works as a convenient wrapper for the Ext JS Javascript Objects.
</blockquote>
<p>
And from the <a href="http://nexus.zteo.com/2008/03/04/extphp-an-extjs-converterwrapper-for-php-developers/">ExtPHP</a> site:
</p>
<blockquote>
I needed to be the one person who would have to wrestle JavaScript when problems happened. I therefore needed a way to insulate them from the gory details, which is why I created ExtPHP.
As you may have guessed from subtle hints, such as <a href="http://nexus.zteo.com/2008/03/04/extphp-an-extjs-converterwrapper-for-php-developers/">this entry</a>'s 12-feet tall header, ExtPHP creates a PHP wrapper for ExtJS.
</blockquote>
<p>
The <a href="http://ajaxian.com/archives/to-extphp-or-to-php-ext">Ajaxian post</a> also includes code examples for each of them, one showing form construction and the other a tabbed interface.
</p>]]></description>
      <pubDate>Wed, 12 Mar 2008 09:38:00 -0500</pubDate>
    </item>
  </channel>
</rss>
