<?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>Thu, 23 May 2013 20:19:30 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Developer Drive: Building a PHP Ad Tracker: Data Object Design and Coding]]></title>
      <guid>http://www.phpdeveloper.org/news/17518</guid>
      <link>http://www.phpdeveloper.org/news/17518</link>
      <description><![CDATA[<p>
Continuing on from <a href="http://phpdeveloper.org/news/17400">the first part</a> of their tutorial series about creating a simple ad tracker for your web application, Developer Drive is back with <a href="http://www.developerdrive.com/2012/02/php-ad-tracker-part-ii-data-object-design/">part two</a>, a more in-depth look at the actual object design and code.
</p>
<blockquote>
In our last PHP Ad Tracker lesson, we constructed the database tables for our ad banner application. Now we are ready to construct the data object that will hold the variables and functions that will display, add, edit and delete the data in those tables.
</blockquote>
<p>
They cover each of the variables they'll be using with a summary of what they're used for as well as the various functions to be defined and what they'll return. Following this, they get into the actual development - creating an "ads" class and defining the methods to get the current ad count, get the number of clients and pull the actual client/ad data.
</p>]]></description>
      <pubDate>Wed, 08 Feb 2012 12:57:54 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer Drive: Building a PHP Ad Tracker: Creating the Database Tables]]></title>
      <guid>http://www.phpdeveloper.org/news/17400</guid>
      <link>http://www.phpdeveloper.org/news/17400</link>
      <description><![CDATA[<p>
On Developer Drive today there's a new post (the first in a series) from <i>Gerald Hanks</i> about building an ad tracker in PHP. In <a href="http://www.developerdrive.com/2012/01/building-a-php-ad-tracker-creating-the-database-tables/">this first part</a> he sets up some of the background - the database that will hold the tracker information.
</p>
<blockquote>
Banner ads for services related to the web site owner's industry allow customers to view products that tie into the site owner's core business. In exchange, the web site owner can charge the banner ad owner for every impression (banner ad appearance) or click-through (when a user clicks the banner ad). In order to build a banner ad management system, we must first create the database tables that will hold the ad information, the client data and the activity schedule for each ad.
</blockquote>
<p>
He includes the SQL you'll need to create a few tables - the tracking table for the ads themselves (their metadata), the clients table to handle the groups wanting the ads and the activity table to track views and click-throughs.
</p>]]></description>
      <pubDate>Mon, 16 Jan 2012 12:48:30 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend Framework 1.7 Preview Release now available]]></title>
      <guid>http://www.phpdeveloper.org/news/11220</guid>
      <link>http://www.phpdeveloper.org/news/11220</link>
      <description><![CDATA[<p>
The Zend Developer Zone <a href="http://devzone.zend.com/article/3962-Zend-Framework-1.7-Preview-Release-now-available">has announced</a> the release of the latest preview of the Zend Framework - the <a href="http://devzone.zend.com/article/3962-Zend-Framework-1.7-Preview-Release-now-available">Preview Release for 1.7</a>.
</p>
<blockquote>
We are excited to announce that the <a href="http://framework.zend.com/">Zend Framework</a> 1.7 Preview Release is now available from the Zend Framework <a href="http://framework.zend.com/download/latest">download site</a>! While 1.7PR is not a feature complete release in the 1.7 series, it nevertheless contains some very important features scheduled for the 1.7 production release.
</blockquote>
<p>
Updates included in this release are things like the Zend_Amf component, an update of the Dojo toolkit, support for the dijit editor, some performance enhancements and other locale and internationalization changes.
</p>
<p>
You can download this latest release from the Zend Framework <a href="http://framework.zend.com/download/latest">download page</a> and be sure to log any problems you find into the <a href="http://framework.zend.com/issues">issue tracker</a> and help the ZF team make the framework even better.
</p>]]></description>
      <pubDate>Wed, 15 Oct 2008 16:11:38 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Lukas Smith's Blog: RC testing and the README.UPDATE]]></title>
      <guid>http://www.phpdeveloper.org/news/6112</guid>
      <link>http://www.phpdeveloper.org/news/6112</link>
      <description><![CDATA[<p>
According to <a href="http://pooteeweet.org/blog/472">this new post</a> on <i>Lukas Smith</i>'s blog today, the PHP project has started a new effort aimed at helping out developers upgrading their PHP installations - a new README file with details on each upgraded version and its install.
</p>
<blockquote>
In order to make the transistion for users upgrading to new minor (middle number increment) and major (leading number increment) version of PHP easier, the PHP project has recently begun adding a README with upgrade information with new releases. This guide steps through any issues that users are likely to be faced when upgrading their PHP installations.
</blockquote>
<p>
<i>Lukas</i> also <a href="http://pooteeweet.org/blog/472">reminds developers</a> that testing these releases is the only real way to find the bugs that are there and catch them before the final release for that version. Bug issues can be reported to <a href="http://bugs.php.net/">the tracker</a> and, if you'd like to see an example of this new README file for PHP 5.2, check out <a href="http://cvs.php.net/viewcvs.cgi/php-src/README.UPDATE_5_2?view=markup&pathrev=PHP_5_2">this example</a>.
</p>]]></description>
      <pubDate>Wed, 23 Aug 2006 06:38:56 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Chris Shiflett's Blog: OSCON People and Random Tidbits]]></title>
      <guid>http://www.phpdeveloper.org/news/5948</guid>
      <link>http://www.phpdeveloper.org/news/5948</link>
      <description><![CDATA[<p>
Back with more from his experiences at this year's OSCON, <i>Chris Shiflett</i> has posted a few of the more <a href="http://shiflett.org/archive/247">random things</a> he experienced while there.
</p>
<blockquote>
One of the great things about OSCON is how it brings people together, and this year's conference was no different. I had the privilege of meeting a number of people for the first time.
</blockquote>
<p>
People on <a href="http://shiflett.org/archive/247">his list</a> include <i>Cal Evans</i>, <i>Andrew van der Stock</i>, <i>Kevin Yank</i>, <i>Jeremy Johnstone</i>, and <i>Ed Finkler</i>. He also mentions a "cool idea" from <a href="http://zak.greant.com/">Zak Greant</a> - the use of a bug/issue tracker to deal with community issues.
</p>
<p>
<i>Chris</i> also briefly mentions the "PHP trading card game", the PHP Security Hoedown, and the OmniIT book signing.
</p>]]></description>
      <pubDate>Thu, 03 Aug 2006 12:01:01 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend Framework Site Gets Bug Tracker, Source Browser.]]></title>
      <guid>http://www.phpdeveloper.org/news/5315</guid>
      <link>http://www.phpdeveloper.org/news/5315</link>
      <description><![CDATA[<p>
The Zend Developer Zone has posted a <a href="http://devzone.zend.com/node/view/id/228">new article</a> about the latest offering when it comes to the Framework - the introduction of a <a href="http://framework.zend.com/developer">bug tracker/source browser application</a> on the Framework's site to help manage the project.
</p>
<quote>
<i>
This morning some much-anticipated features were unveiled on the <a href="http://framework.zend.com/">Zend Framework website</a>. Powered by the open-source software <a href="http://projects.edgewall.com/trac/">Trac</a>, the new site features include a Subversion <a href="http://framework.zend.com/developer/browser">repository browser</a>, an <a href="http://framework.zend.com/developer/report/1">issue tracker</a>, a <a href="http://framework.zend.com/developer/timeline">project timeline</a>, and a <a href="http://framework.zend.com/developer/search">search function</a>. Previously, developers could access the source code and commit timeline through Subversion, but the new web-based interface provides a simple and attractive way to track progress on the Framework.
</i>
</quote>
<p>
The <a href="http://devzone.zend.com/node/view/id/228">post</a> also includes some screenshots from the application, showcasing each of its many pages of functionality - source browser, issue tracker, timeline, and the search function.
</p>
<p>
For direct access to the site, head over to the <a href="http://framework.zend.com">Zend Framework site</a> and click on the <a href="http://framework.zend.com/developer">Developer</a> tab.
</p>]]></description>
      <pubDate>Fri, 05 May 2006 07:01:13 -0500</pubDate>
    </item>
  </channel>
</rss>
