<?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>Wed, 22 May 2013 05:05:10 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[CodeIgniter.com: CodeIgniter Wiki Moved]]></title>
      <guid>http://www.phpdeveloper.org/news/18189</guid>
      <link>http://www.phpdeveloper.org/news/18189</link>
      <description><![CDATA[<p>
As is mentioned in <a href="http://codeigniter.com/news/codeigniter_wiki_moved#When:23:22:46Z">this new post</a> to the CodeIgniter project's main site, their wiki has made a move. You can now <a href="https://github.com/EllisLab/CodeIgniter/wiki">find it on github</a>.
</p>
<blockquote>
In addition to having the convenience of existing as a git repo itself, moving this content to GitHub will help distinguish EllisLab and Reactor created content from community managed resources. It will also reduce the attraction of spammers to the CodeIgniter.com web site, as the wiki was a common location used by spammers and vandals to get content on our site that was less likely to be found and moderated than the frequently visited forums.
</blockquote>
<p>
You can make changes if you see something incorrect by cloning the repo and <a href="https://github.com/EllisLab/CodeIgniter/wiki/_access">making changes to the wiki repo</a> and putting in a pull request.
</p>]]></description>
      <pubDate>Fri, 06 Jul 2012 08:15:19 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DZone.com: Social Comparison of PHP Frameworks]]></title>
      <guid>http://www.phpdeveloper.org/news/17297</guid>
      <link>http://www.phpdeveloper.org/news/17297</link>
      <description><![CDATA[<p>
In <a href="http://css.dzone.com/articles/social-comparison-php">this post</a> to DZone.com today, <i>John Esposito</i> points out a site that <a href="http://socialcompare.com/en/comparison/php-frameworks-comparison">compares popular PHP frameworks socially</a>, a collaborative resource to keep track of things like framework features, popularity and their last update.
</p>
<blockquote>
There's <a href="http://socialcompare.com/en/comparison/php-frameworks-comparison">this wiki-ish comparison of PHP frameworks</a> from <a href="http://socialcompare.com/">socialcompare.com</a> -- presently incomplete, but already containing quite a few frameworks and interesting details of each. You can add comparison criteria (rows; folksonomically) or update existing criteria -- which currently include, among other details, ORM specifics, cache storage, template system, and testing libraries. 
</blockquote>
<p>
Frameworks currently covered include Zend Framework, CakePHP, Fat-Free, Symfony, Yii and Kohana. As it stands now, Yii is the most popular framework with 8 votes and Symfony and Zend Framework are tied for second with 5 points each.
</p>]]></description>
      <pubDate>Fri, 23 Dec 2011 09:56:32 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Query7.com: Kohana 3.1 Wiki Tutorial]]></title>
      <guid>http://www.phpdeveloper.org/news/16314</guid>
      <link>http://www.phpdeveloper.org/news/16314</link>
      <description><![CDATA[<p>
On the Query7.com blog today <i>Logan</i> shows you how to <a href="http://query7.com/kohana-3-1-wiki-tutorial">create a simple wiki</a> with the help of the <a href="http://kohanaframework.org/">Kohana framework</a>, a HMVC PHP5 framework that includes several tools (including UTF-8 suport and a cascading filesystem) to make a developer's life easier.
</p>
<blockquote>
In this tutorial you will learn how to create a simple wiki using the PHP framework Kohana version 3.1. Several years ago Siddharta Govindaraj created a <a href="http://showmedo.com/videotutorials/video?name=1100000&fromSeriesID=110">screencast</a> demonstrating how to create a wiki using Django, this is essentially the Kohana version of that. It covers using Kohana's Routing, ORM and MVC systems. Full source code of the application is available on <a href="https://github.com/lastkarrde/query7kwiki">github</a>.
</blockquote>
<p>
You'll need to be at least a bit familiar with the framework to follow along, but he takes it step-by-step to be sure things are easy to follow. He shows the configuration changes you'll need to make to the boostrap and the database configuration. He shows you the creation of a model and the SQL to match as well as the routing change for the new addition. Views are next on the list, then the controller - all with full code included.
</p>]]></description>
      <pubDate>Mon, 09 May 2011 12:26:13 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: Security Notice (wiki.php.net)]]></title>
      <guid>http://www.phpdeveloper.org/news/16087</guid>
      <link>http://www.phpdeveloper.org/news/16087</link>
      <description><![CDATA[<p>
On PHP.net there's a <a href="http://www.php.net/index.php#id2011-03-19-2">quick security advisory</a> for those that didn't see the news - the wiki.php.net machine was compromised but has been wiped and all accounts reset and requiring a password reset.
</p>
<blockquote>
The wiki.php.net box was compromised and the attackers were able to collect wiki account credentials. No other machines in the php.net infrastructure appear to have been affected. Our biggest concern is, of course, the integrity of our source code. We did an extensive code audit and looked at every commit since 5.3.5 to make sure that no stolen accounts were used to inject anything malicious. Nothing was found. The compromised machine has been wiped and we are forcing a password change for all svn accounts.
</blockquote>
<p>
The issue was caused by a combination of a problem with the wiki software and a Linux root exploit. <a href="http://www.theregister.co.uk/2011/03/21/php_server_hacked/">The Register</a> has additional comments about the issue and outage.
</p>]]></description>
      <pubDate>Wed, 23 Mar 2011 10:43:05 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Lukas Smith's Blog: Wanna help out on wiki.php.net?]]></title>
      <guid>http://www.phpdeveloper.org/news/13865</guid>
      <link>http://www.phpdeveloper.org/news/13865</link>
      <description><![CDATA[<p>
Want to help out on the PHP project but not sure where to start? <i>Lukas Smith</i> <a href="http://pooteeweet.org/blog/0/1651#m1651">suggests helping out with the wiki</a> (at <a href="http://wiki.php.net">wiki.php.net</a>).
</p>
<blockquote>
I feel that I can make more of a difference in these other [personal] projects. [...] I hope others will pick up the slack and make sure that PDO gets love, at people diligently follow up on todo items mentioned on internals and that someone else picks up <a href="http://wiki.php.net/">wiki.php.net</a> and takes care of some regular maintenance stuff. 
</blockquote>
<p>
He mentions one thing specifically - an update that will need to happen to the <a href="http://www.dokuwiki.org/changes#release_2009-12-25b_lemming">Dokuwiki software</a> the wiki runs on. If you're interested, send <i>Lukas</i> an email/leave a comment and he'll point you in the right direction.
</p>]]></description>
      <pubDate>Tue, 19 Jan 2010 09:21:03 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Chris Jones' Blog: New PHP Oracle FAQ Wiki]]></title>
      <guid>http://www.phpdeveloper.org/news/12301</guid>
      <link>http://www.phpdeveloper.org/news/12301</link>
      <description><![CDATA[<p>
<i>Chris Jones</i> has <a href="http://blogs.oracle.com/opal/2009/04/new_php_oracle_faq_wiki.html">pointed out</a> a new wiki page that's been set up as a more centralized resource for <a href="http://wiki.oracle.com/page/PHP+Oracle+FAQ">frequently asked questions about PHP and Oracle</a>.
</p>
<blockquote>
I've updated the old Oracle PHP FAQ and the Oracle PHP Troubleshooting FAQs that were hosted by Oracle Technology Network (OTN). We've redirected the old FAQ pages to a new wiki page: <a href="http://wiki.oracle.com/page/PHP+Oracle+FAQ">http://wiki.oracle.com/page/PHP+Oracle+FAQ</a> with the updated content. Feel free to create an account and make updates. Hosting the FAQ on a wiki seems appropriate because PHP is open source and grows by the value of everyone's contributions.
</blockquote>
<p>
Questions so far include some of the basics (connecting, querying, etc) and a few more complicated issues like pre-fetching, LOBS and new information for using the Zend Server to connect to your Oracle databases.
</p>]]></description>
      <pubDate>Wed, 08 Apr 2009 12:05:05 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[David Coallier's Blog: PHP GSoC 2009 is coming!]]></title>
      <guid>http://www.phpdeveloper.org/news/12100</guid>
      <link>http://www.phpdeveloper.org/news/12100</link>
      <description><![CDATA[<p>
Its about that time again and <i>David Coallier</i> has <a href="http://blog.agoraproduction.com/index.php?/archives/87-PHP-GSoC-2009-is-coming!.html">pointed it out</a> - the Google Summer of Code is not far off and PHP will be right in the middle again!
</p>
<blockquote>
Once again we are happy to announce that <a href="http://php.net/">PHP</a> will be taking part in the <a href="http://code.google.com/soc/">Google Summer of Code</a>. Already with a list of more than interesting and intelligent ideas, we are looking to get more ideas. This of course means that PEAR Developers, PECL Developers and PHP(Core) Developers now have to cook some ideas up and submit them to the GSoC 2009 PHP Wiki so we can have more good ideas for students to apply to!
</blockquote>
<p>
There's already a few things about this year's GSoC that have been posted - <a href="http://wiki.php.net/gsoc/2009">the page on the PHP.net wiki</a>, a <a href="http://news.php.net/php.pear.dev/51589">mailing list announcement</a> on the PEAR dev list and, of course, the <a href="http://code.google.com/soc/">official GSoC page</a>.
</p>]]></description>
      <pubDate>Tue, 10 Mar 2009 09:33:22 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[NetBeans Blog: Selenium plugin for PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/12090</guid>
      <link>http://www.phpdeveloper.org/news/12090</link>
      <description><![CDATA[<p>
A <a href="http://blogs.sun.com/netbeansphp/entry/selenium_plugin_for_php">quick new post</a> to the NetBeans blog today points out the support for Selenium in the IDE. The <a href="http://wiki.netbeans.org/SeleniumPluginPHP">NetBeans wiki</a> has more information:
</p>
<blockquote>
Before trying Selenium in PHP be sure to have PHPUnit and Selenium_Testing packages installed. The recommended way to install both is using <a href="http://pear.php.net/">PEAR</a>. 
</blockquote>
<p>
The <a href="http://wiki.netbeans.org/SeleniumPluginPHP">wiki page</a> guides you through the creation of a simple testing setup complete with screenshots of the interface the whole way through. The <a href="http://wiki.netbeans.org/SeleniumPlugin">plugin page</a> has more details on running the tests.
</p>]]></description>
      <pubDate>Mon, 09 Mar 2009 09:36:31 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Robert Basic's Blog: Online resources for Zend Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/12061</guid>
      <link>http://www.phpdeveloper.org/news/12061</link>
      <description><![CDATA[<p>
<i>Robert Basic</i> has put together <a href="http://robertbasic.com/blog/online-resources-for-zend-framework/">an ever growing list</a> of tutorials and other resources related to the Zend Framework (including several Twitter users to follow).
</p>
<blockquote>
Besides the <a href="http://framework.zend.com/manual/en/">official documentation</a> and <a href="http://framework.zend.com/docs/quickstart">the Quickstart</a>, there are many useful resources for <a href="http://framework.zend.com/">Zend Framework</a>, like blogs and Twitter. I did my best to collect them. If you know something that's not listed here, but should be, please leave a comment and I'll update the post.
</blockquote>
<p>
He has three categories right now - blogs of well-known developers of the framework and outspoken proponents of it, Twitter users you can follow that talk about/might help with issues that could come up and some of the books that have been published on the topic. There's also an "Other" category with mentions of IRC channels, the ZF wiki and the ZF forum.
</p>]]></description>
      <pubDate>Wed, 04 Mar 2009 07:51:39 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zoe Slattery's Blog: PHP TestFest 2009]]></title>
      <guid>http://www.phpdeveloper.org/news/11854</guid>
      <link>http://www.phpdeveloper.org/news/11854</link>
      <description><![CDATA[<p>
Its that time of year again - time to get the ball rolling for this year's PHP TestFest. <i>Zoe Slattery</i> has kicked things off with <a href="http://zoomsplatter.blogspot.com/2009/02/php-testfest-2009.html">a new post</a> for today.
</p>
<blockquote>
It's time to start getting the 2009 PHP TestFest underway. The TestFest is a worldwide event in which PHP user groups and individuals contribute to PHP by writing tests for PHP. It's a great way to contribute to one of the most successful open source projects there has ever been, it's also pretty cool to see your name in the the source distribution for code that's running on over 20 million web domains.
</blockquote>
<p>
If you're a user group (or really just want to participate), send an email over to the PHP qa list (php-qa@lists.php.net) with your preferred date and a primary contact for the group. The groups/people will then be listed over on <a href="http://wiki.php.net/qa/testfest">the PHP wiki</a> so you can check to see if there's others in your area already participating. 
</p>
<p>
Things are just getting organized, but there's already a few things in the works - a SVN repository where participants can commit tests directly (instead of funneling them all through a few people like before), some sponsors (maybe elePHPants!) and the search for mentors to help out those writing tests and can do the final review/commit of the user-submitted tests.
</p>
<p>
More event and contact information can be found near the end of <a href="http://zoomsplatter.blogspot.com/2009/02/php-testfest-2009.html">her post</a>.
</p>]]></description>
      <pubDate>Mon, 02 Feb 2009 08:44:54 -0600</pubDate>
    </item>
  </channel>
</rss>
