<?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>Tue, 21 May 2013 20:40:00 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPBuilder.com: Smarty PHP Template Engine: Building PHP Apps in a Flash]]></title>
      <guid>http://www.phpdeveloper.org/news/16700</guid>
      <link>http://www.phpdeveloper.org/news/16700</link>
      <description><![CDATA[<p>
On PHPBuilder.com today there's a new tutorial from <i>Octavia Anghel</i> <a href="http://www.phpbuilder.com/columns/smarty-template/Octavia_Anghel06072011.php3">introducing you to Smarty</a>, a PHP-based <a href="http://www.smarty.net/">templating engine</a> that can make creating the layouts and output of your site simpler and easier to reuse.
</p>
<blockquote>
Smarty is a template engine for PHP whose main goal is to facilitate a very useful way to separate the business logic from the presentation logic. This article introduces Smarty and demonstrates how to install the template, create an application from scratch and interact with a database.
</blockquote>
<p>
Installation of <a href="http://www.smarty.net/">the tool</a> is simple and using it is as easy as including the Smarty class, configuring it a bit through method calls and outputting to a template (tpl) file. A both a "Hellow World" and slightly more complex example using database results to build a table are included.
</p>]]></description>
      <pubDate>Wed, 10 Aug 2011 10:29:12 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Fred Wu's Blog: Ruby on Rails, Passenger (ModRails) vs CodeIgniter and Kohana (Benchmarks)]]></title>
      <guid>http://www.phpdeveloper.org/news/10274</guid>
      <link>http://www.phpdeveloper.org/news/10274</link>
      <description><![CDATA[<p>
On his ThisLab blog, <i>Fred Wu</i> has posted some <a href="http://thislab.com/2008/05/26/ruby-on-rails-passenger-modrails-vs-codeigniter-and-kohana/">quick benchmarks</a> comparing some of the popular frameworks out there - Ruby on Rails/Passenger versus CodeIgniter/Kohana.
</p>
<blockquote>
Last few days I have been playing with Ruby and Rails, again. Today, when someone was asking on a forum about the efficiency of web frameworks, I thought I'd give the few frameworks I work with some more benchmark testing.
</blockquote>
<p>
His benchmarking is based on basic "Hello World" page requests for each of the frameworks. His results were interesting with CodeIgniter coming out with the fewest number of requests responded to (per second) and Rails coming out on top by a margin of about eighty or ninety over CodeIgniter/Kohana. 
</p>
]]></description>
      <pubDate>Tue, 27 May 2008 08:47:58 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Mikko Koppanen: Requested examples: Animating GIF Images]]></title>
      <guid>http://www.phpdeveloper.org/news/8816</guid>
      <link>http://www.phpdeveloper.org/news/8816</link>
      <description><![CDATA[<p>
At the request of another developer, <i>Mikko Koppanen</i> has <a href="http://valokuva.org/?p=46">written up a post</a> for his blog today showing how to create animated GIFs in PHP with Imagick.
</p>
<blockquote>
Today's example was requested by a user called Devo. This example illustrates making an animated GIF image by creating the frames from scratch. It's been so long since I've really drawn anything so I decided to use text as the base for this animation.
</blockquote>
<p>
<a href="http://valokuva.org/?p=46">His example</a> ends up as a string ("Hello World") that's animated to show one more letter at a time as each frame loads.
</p>]]></description>
      <pubDate>Wed, 10 Oct 2007 09:32:00 -0500</pubDate>
    </item>
  </channel>
</rss>
