<?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>Fri, 24 May 2013 14:06:01 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPMaster.com: How I Faked Scheduled Database Dumps Without Cron]]></title>
      <guid>http://www.phpdeveloper.org/news/17737</guid>
      <link>http://www.phpdeveloper.org/news/17737</link>
      <description><![CDATA[<p>
On PHPMaster.com today there's a new tutorial about a way to <a href="http://phpmaster.com/faked-scheduled-dumps-without-cron/">simulate cron jobs</a> to dump the contents of a database with a simple script that fires off based on the last login time of a certain user (using the <a href="http://www.mysqldumper.net/">MySqlDumper</a> tool).
</p>
<blockquote>
My program required a accurate username and password to present its features to the user, and there is one predefined user who is idle most of the time and does just two things: wipe stale database entries and restore the database when needed. According to my login procedure, each time a user successfully logs in the system automatically updates the last login date to the current date. And that was the hint I desperately needed.
</blockquote>
<p>
A brief snippet of code is included showing how he implemented the solution - MySQL commands and parameters defined in constants and called only when the last login time is less than "today".
</p>]]></description>
      <pubDate>Tue, 27 Mar 2012 11:06:05 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Symfony Blog: 3 years after: symfony 1.0 Last release!]]></title>
      <guid>http://www.phpdeveloper.org/news/13926</guid>
      <link>http://www.phpdeveloper.org/news/13926</link>
      <description><![CDATA[<p>
As announced on the Symfony project's blog today, they are officially announcing the <a href="http://www.symfony-project.org/blog/2010/01/27/3-years-after-symfony-1-0-last-release">last release of the 1.0 series</a> in favor of the 1.4 releases.
</p>
<blockquote>
The 27th of January is kind of an important date in mankind history. Of course, everybody know it is the birthday of Wolfgang Amadeus Mozart and the date of the invention of the light-bulb by Thomas Edison. To this list, the core team is proud to add the last release of the symfony 1.0 branch: symfony 1.0.22.
</blockquote>
<p>
It's been three years since the first release in the 1.0.x series was made and a lot of progress has come along since then (including a few other branches) including over 163,000 lines of code, 22 stable releases and more than 300 plugins. You can grab the latest from their 1.4.x series (currently 1.4.1) from <a href="http://www.symfony-project.org/installation/1_4">thier download page</a> either as a package or as a checkout from their Subversion repository.
</p>]]></description>
      <pubDate>Thu, 28 Jan 2010 09:16:38 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: It's Framework Roundup Time!]]></title>
      <guid>http://www.phpdeveloper.org/news/5141</guid>
      <link>http://www.phpdeveloper.org/news/5141</link>
      <description><![CDATA[With all of the flurry going around on the mailing lists for the Zend Framework development, it's easy to see how one could get lost. So, to help make sense of all of it, the Zend Developer Zone presents their second <a href="http://devzone.zend.com/node/view/id/132">weekly roundup</a> of all things Framework for the last week.
<p>
<quote>
<i>
Wow, after 2 weeks of steady growth and activity, the mailing list traffic took a pause early this week. It looked like I was going to get a vacation but apparently last night everybody discovered the "Send" button and things kinda got out of hand. C'mon people, help me out here, I get paid by the word on these things. Post often, daddy needs a new Mac!
</i>
</quote>
<p>
There's <a href="http://devzone.zend.com/node/view/id/132">mention</a> last week of: an Ajax extension, authorization/access control lists, the Zend_Registry extensions, a Japanese translation of the ZF manual, and the proposal of a Zend_Tree extension, and a large discussion on the integration of web services functionality into the framework.]]></description>
      <pubDate>Mon, 10 Apr 2006 07:46:36 -0500</pubDate>
    </item>
  </channel>
</rss>
