<?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>Sat, 05 Jul 2008 05:59:52 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Maarten Balliauw's Blog: Reuse Excel business logic with PHPExcel]]></title>
      <guid>http://www.phpdeveloper.org/news/10115</guid>
      <link>http://www.phpdeveloper.org/news/10115</link>
      <description><![CDATA[<p>
<i>Maarten Balliauw</i> has <a href="http://blog.maartenballiauw.be/post/2008/03/Reuse-Excel-business-logic-with-PHPExcel.aspx">made a new blog post</a> today about a method he's using to help reuse some of the business logic that Excel spreadsheets can have in a PHP script with help from <a href="http://www.codeplex.com/PHPExcel">PHPExcel</a>.
</p>
<blockquote>
In many companies, business logic resides in Excel. This business logic is sometimes created by business analysts and sometimes by business users who want to automate parts of their everyday job using Excel. [...] Did you know you can use PHPExcel to take advantage of the Excel-based business logic without having to worry about duplicate business logic?
</blockquote>
<p>
He creates a <a href="http://examples.maartenballiauw.be/phpexcel4business/phpexcel4business.zip">quick example</a> of a script that can take in an Excal file and pull it into a PHPExcel object, ready for manipulation. He fills in values for the already defined fields (like "carColor" or "leatherSeats") and uses the getCalculatedValue method to perform the action on the cell. The output is dropped into a variable that can be echoed out or used later on in the PHP script.
</p>]]></description>
      <pubDate>Tue, 06 May 2008 07:51:38 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer Tutorials Blog: Zend Framework: The Best Framework for Use With Other Frameworks]]></title>
      <guid>http://www.phpdeveloper.org/news/9717</guid>
      <link>http://www.phpdeveloper.org/news/9717</link>
      <description><![CDATA[<p>
The Developer Tutorials blog has an <a href="http://www.developertutorials.com/blog/php/zend-framework-use-with-other-frameworks-56/">interesting perspective</a> on the whole framework front today - use whatever framework you choose, but be sure to "add a little Zend" when you need it.
</p>
<blockquote>
The Zend Framework is a fairly standard, (optionally) MVC PHP application framework. It comes with all the usual functionality; request routing, database access, templates (through view files) etc. [...] But here's the kicker: it works entirely standalone. The classes and their methods can, generally, be used statically in any context, or at least independently of the framework.
</blockquote>
<p>
They <a href="http://www.developertutorials.com/blog/php/zend-framework-use-with-other-frameworks-56/">point out</a> that the components of the Zend Framework, while able to happily live in their self-contained MVC bubble, can also break "out of the box" and live their own happy, separate lives. He even points out <a href="http://thislab.com/2008/02/21/using-zend-framework-with-codeigniter/">another blog entry</a> looking at using the Zend Framework right along side CodeIgniter in a web application.
</p>]]></description>
      <pubDate>Thu, 28 Feb 2008 08:47:00 -0600</pubDate>
    </item>
  </channel>
</rss>
