<?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>Sun, 07 Sep 2008 02:58:37 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Invoke Media Blog: Zend Framework and Rapid Application Development with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10765</guid>
      <link>http://www.phpdeveloper.org/news/10765</link>
      <description><![CDATA[<p>
In <a href="http://www.invokemedia.com/zend-framework-and-rapid-application-development-with-php/">this recent post</a> on the Invoke Media blog <i>Andrew Liem</i> takes a look at the Zend Framework and shows how to create a simple site from install to execute.
</p>
<blockquote>
This article is aimed at php developers who are looking to learn more about how not to reinvent the wheel, in particular, with the new <a href="http://framework.zend.com/">Zend framework</a>. This is not a comparative list of all php frameworks, as there are many good ones out there, <a href="http://www.cakephp.org/">CakePHP</a> and <a href="http://www.symfony-project.org/">Symphony</a> to name two. I've evaluated other frameworks to some degree, not exhaustively by any means, and the Zend framework seems to fit nicely with my requirements. It may not for you, but I'll try to persuade you in this article
</blockquote>
<p>
He introduces the framework first including a brief touch on MVC, the DOJO integration and its power and flexibility. From there he lists the tools you'll need to follow along with him, setting up the framework and creating a very simple site in it based on a pre-generated database (with the typical create/read/update/delete functionality).
</p>]]></description>
      <pubDate>Tue, 05 Aug 2008 12:06:16 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Aurora PHP 5 Framework (MVC)]]></title>
      <guid>http://www.phpdeveloper.org/news/9125</guid>
      <link>http://www.phpdeveloper.org/news/9125</link>
      <description><![CDATA[<p>
The International PHP Magazine website has <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,27534,nodeid,5.html">pointed out</a> a new PHP 5.2+ framework that's in development - <a href="http://aurora.ryotic.de/docs/introduction">Aurora</a>.
</p>
<blockquote>
A slim modular model-view-controller (MVC) framework written in PHP5.2+ for rapid development of web- or console-applications featuring an integrated db-api, template-logic, pretty-urls, internationalization, caching, data-models and a multi-layered file-tree.
</blockquote>
<p>
They've just released <a href="http://sourceforge.net/project/platformdownload.php?group_id=203287">version 20071127</a> adding all sorts of new features and bugfixes. Right now, there's not a whole lot to go on - several bits of documentation are listed to the right of the site, but the only real page is <a href="http://aurora.ryotic.de/docs/introduction">the introduction</a>. If you'd like to be kept up to date on the project, though, you can always <a href="http://sourceforge.net/export/rss2_projnews.php?group_id=203287&amp;rss_fulltext=1">subscribe to their news feed</a>.
</p>]]></description>
      <pubDate>Tue, 27 Nov 2007 12:08:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Packt Publishing Releases "CodeIgniter for Rapid PHP Application Development"]]></title>
      <guid>http://www.phpdeveloper.org/news/8448</guid>
      <link>http://www.phpdeveloper.org/news/8448</link>
      <description><![CDATA[<p>
Packt Publishing has just released one of their latest PHP-related books just for the frameworkers out there looking to get introduced to one of the easiest to use PHP frameworks on the web - <a href="http://codeigniter.com/">CodeIgniter</a>. The book, "CodeIgniter for Rapid PHP Application Development", was written by <i>David Upton</i> director of a specialized management company. Here's Packt's official description from the press release:
</p>
<blockquote>
<p>
This book explains how to work with CodeIgniter in a clear and logical manner. It is not a detailed guide to the syntax of CodeIgniter, but makes an ideal complement to the existing online CodeIgniter user guide, helping you grasp the bigger picture and bringing together many ideas to get your application development started as smoothly as possible.
</p>
<p>
[...] CodeIgniter for Rapid PHP Application Development is out now and is written for developers who are new to CodeIgniter. Basic skills in PHP and MySQL are required, but only rudimentary object-oriented knowledge is required.
</p>
</blockquote>
<p>
You can purchase the book at your <a href="http://www.amazon.com/CodeIgniter-Rapid-PHP-Application-Development/dp/1847191746/qid=1187094166">retialer</a> of choice or you can get more information on the book itself from <a href="http://www.packtpub.com/codelgniter-php-application-development-mvc/book">this page</a> on the Packt Publishing website.
</p>]]></description>
      <pubDate>Tue, 14 Aug 2007 10:25:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Blogge: Things You Must Know About CakePHP]]></title>
      <guid>http://www.phpdeveloper.org/news/8308</guid>
      <link>http://www.phpdeveloper.org/news/8308</link>
      <description><![CDATA[<p>
On the Blogge site, there's a <a href="http://www.dassnagar.com/blogge/2007/07/15/you_must_know_about_cakephp/">listing of "must knows"</a> that developers should understand about the CakePHP framework when working with it.
</p>
<blockquote>
CakePHP is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.
</blockquote>
<p>
Among those on <a href="http://www.dassnagar.com/blogge/2007/07/15/you_must_know_about_cakephp/">the list of handy tips</a> for using the framework are things like:
</p>
<ul>
<li>Static pages - Adjusting other data sent to the layout
<li>Viewing the SQL queries that are running behind the scenes
<li>Using bake.php
<li>Complex model validation
<li>Creating a model for a table that doesn't actually exist in the database
<li>Inserting multiple rows in succession
</ul>]]></description>
      <pubDate>Mon, 23 Jul 2007 12:52:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Delphi for PHP Released]]></title>
      <guid>http://www.phpdeveloper.org/news/7525</guid>
      <link>http://www.phpdeveloper.org/news/7525</link>
      <description><![CDATA[<p>
As <i>Justin Silverton</i> points out in <a href="http://www.whenpenguinsattack.com/2007/03/28/delphi-for-php-released/">his latest post</a> to the JSLabs blog, CodeGear has <a href="http://www.codegear.com/AboutUs/News/DelphiForPHPNowAvailable/tabid/251/Default.aspx">officially released</a> their version of Delphi for PHP.
</p>
<p>
From the <a href="http://www.codegear.com/AboutUs/News/DelphiForPHPNowAvailable/tabid/251/Default.aspx">official announcement</a>:
</p>
<blockquote>
<p>
CodeGear, a leader in developer tools, today announced that Delphi® for PHP '" an integrated visual Rapid Application Development (RAD) environment for the popular PHP Web development language '" is now shipping worldwide.
</p>
<p>
Delphi for PHP brings the RAD productivity benefits that Delphi users have enjoyed for years to PHP Web developers. PHP, designed to allow Web developers to write dynamically generated pages quickly, is the most prominent dynamic Web language today and has become one of the top 10 programming languages overall.
</p>
</blockquote>
<p>
Features of this <a href="http://www.codegear.com/LinkClick.aspx?link=237&tabid=251">new tool</a> include  VCL for PHP, an open-source PHP 5 visual component library with more than 50 reusable components and seamless AJAX integration, an integrated PHP debugger, and a code editor with Code Insight, Code Explorer, and Code Templates.
</p>
<p>
Check out <a href="http://www.codegear.com/LinkClick.aspx?link=237&tabid=251">the main site</a> for the software or one of the videos showing it in action:
<ul>
<li><a href="http://dn.codegear.com/article/34091">Using VCL for PHP to build database application and data dictionary in Delphi for PHP</a>
<li><a href="http://dn.codegear.com/article/34119">Delphi for PHP Simple Application</a>
</ul>
</p>]]></description>
      <pubDate>Thu, 29 Mar 2007 08:45:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[CodeGear.com: Borland Announced Delphi for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/7337</guid>
      <link>http://www.phpdeveloper.org/news/7337</link>
      <description><![CDATA[<p>
CodeGear (from Borland) has <a href="http://www.codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.aspx">officially announced</a> the release of Delphi for PHP, a new rapid application development environment for a more visual approach to PHP development.
</p>
<blockquote>
Many web developers today use PHP to develop portal frameworks, forums, and web applications because PHP allows them to create dynamic web applications with solid database connectivity. However, PHP web development has been stymied by the lack of a powerful RAD visual development environment. The existence of an active and vital open source PHP ecosystem with myriad of open source components and options makes the need for an integrated RAD development environment even more critical.
</blockquote>
<p>
You can check out this new software and all of its features on <a href="http://www.codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.aspx">the CodeGear website</a>.
</p>]]></description>
      <pubDate>Fri, 23 Feb 2007 10:57:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP Magazine: Poll Question: Pre-requisites of a Good Framework?]]></title>
      <guid>http://www.phpdeveloper.org/news/5730</guid>
      <link>http://www.phpdeveloper.org/news/5730</link>
      <description><![CDATA[<p>
The International PHP Magazine site has posted <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,26052,nodeid,5.html">the results of their poll</a> (still taking votes, by the way) about what some of the prerequisited of a good framework should be.
</p>
<blockquote>
The International PHP Magazine conducted a poll last week, asking for your opinion on the 'Pre-requisites of a good framework'. The options provided include:
<ul>
<li>Strong separation of data
<li>Web 2.0 support and preferably libraries built in
<li>Strong naming conventions and smart English recognition
<li>Robustness (ability to handle large volumes of traffic and data)
<li>Rapid development features (scaffolding etc.)
<li>A great IDE (preferably Eclipse)
<li>Others
</blockquote>
<p>
The <a href="http://www.php-mag.net/magphpde/magphpde_news/psecom,id,26052,nodeid,5.html">results so far</a> show that two options are neck and neck for users - the correct/strong seperation of data and the framework's robustness for dealing with the loads. Pulling in close behind them is the need for rapid development, making it quick and easy to use.
</p>]]></description>
      <pubDate>Fri, 30 Jun 2006 06:01:14 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Dipping a Toe into Rapid Application Development for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/5287</guid>
      <link>http://www.phpdeveloper.org/news/5287</link>
      <description><![CDATA[<p>
The Zend Developer Zone has <a href="http://devzone.zend.com/node/view/id/216">a new post</a> today that "dips their toe" into the world of Rapid Application Development in the land of PHP.
</p> 
<quote>
<i>
As Andi Gutmans presented at his php|tek keynote, and reinforced by IBM in their showing of QEDWiki, there is indeed a place in PHP for the Rapid Application Development. As part of Andi's keynote, he spoke about component architectures and showed a quick demo of what that might look like in the future. He did so with a proof of concept called phpBlox. Now, don't get too excited, it looks nice and worked for the demo, but we are still only at the beginning of the Road to RAD.
</i>
</quote>
<p>
They <a href="http://devzone.zend.com/node/view/id/216">talk about</a>:
<ul>
<li>component architectures, 
<li>the rich design experience that a framework needs to have, 
<li>the inclusion of being able to drop "back to the code",
<li>the proper seperatin of model and view
<li>and the ease of multiple-developer development
</ul>
</p>
<p>
There's <a href="http://devzone.zend.com/node/view/id/216">also a mention</a> of IBM's QEDWiki and the proof of concept that <i>Andi</i> (and crew) presented at the php|tek conference during a keynote (check out this <a href="http://devzone.zend.com/content/samples/editor/phpblox2/phpblox2.html">this screencast example for their presentation).
</p>]]></description>
      <pubDate>Tue, 02 May 2006 07:52:17 -0500</pubDate>
    </item>
  </channel>
</rss>
