<?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:11:52 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Codeception Blog: The Locator Class]]></title>
      <guid>http://www.phpdeveloper.org/news/18526</guid>
      <link>http://www.phpdeveloper.org/news/18526</link>
      <description><![CDATA[<p>
The Codeception blog (a BDD testing tool) has a new post on <a href="http://codeception.com/09-24-2012/locator.html">using their Locator class</a> to create more complex tests based on XPath or CSS selectors.
</p>
<blockquote>
In the latest Codeception 1.1.4 new Locator class was introduced. Basically it should simplify your life in writing complex XPath or CSS locators. Right now it has minimal, yet useful functionality.
</blockquote>
<p>
The post shows how to combine more than one item for location with either a tag, CSS-based or XPath-based selector. It also shows how to use the "tabindex" method to simulate the movement through a page using the "Tab" key. Finally, there's a quick piece of code showing how to locate an item based on the "href" value. For more information on using Codeception, check out <a href="http://codeception.com/doc">their documentation</a> or the project's <a href="http://codeception.com">main site</a>.
</p>]]></description>
      <pubDate>Thu, 27 Sep 2012 09:50:34 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Amir Saied's Blog: PEAR bash completion]]></title>
      <guid>http://www.phpdeveloper.org/news/10696</guid>
      <link>http://www.phpdeveloper.org/news/10696</link>
      <description><![CDATA[<p>
<i>Amir Saied</i> <a href="http://gluegadget.com/blog/index.php?/archives/27-PEAR-bash-completion.html">recently posted</a> a handy little tool for the PEAR users out there - a bash script that handles tab completion for you.
</p>
<blockquote>
Lately I've been playing alot with the PEAR CLI.  The one annoying thing I noticed the most was its lack of tab completion that I'm used to from the shell.  It turns out that this feature is very easy to add, in the bash at least.
</blockquote>
<p>
It will finish off the PEAR commands for you and expand out the PEAR package names and discovered channels when it finds a match. You can <a href="http://gluegadget.com/misc/pear">download the package here</a>.
</p>]]></description>
      <pubDate>Mon, 28 Jul 2008 12:08:29 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Bjarte Karlsen's Blog:  My vim setup for editing php files]]></title>
      <guid>http://www.phpdeveloper.org/news/6683</guid>
      <link>http://www.phpdeveloper.org/news/6683</link>
      <description><![CDATA[<p>
For those PHPers out there that use the vi editor for their coding travels, <i>Bjarte Karlsen</i> has <a href="http://phpmeus.blogspot.com/2006/11/my-vim-setup-for-editing-php-files.html">posted something</a> that might help you out - two configuration files that he uses to work with PHP files in vim.
</p>
<blockquote>
In a recent chat on #phpc we started discussing vim and talking about vim setups. Surripui posted a <a href="http://www.surripui.net/?p=39">blog entry about this</a> asking for setups. I promised that i would post my setup so here it is.
</blockquote>
<p>
The two files are his:
<ul>
<li><a href="http://www.pvv.org/~bjartka/vim/vimrc">.vimrc</a>
<li><a href="http://www.pvv.org/~bjartka/vim/php.vim">.vim/ftpplugin/php.vim</a>
</ul>
Between the two of these, the editor is able to correctly handle PHP files, syntax check files and tab complete function names. There's also a mention of using <a href="http://gonz.debianuruguay.org/hacks/gsnippets-0.2.txt">gsnippets</a> for working with code templates.
</p>]]></description>
      <pubDate>Fri, 10 Nov 2006 10:16:00 -0600</pubDate>
    </item>
  </channel>
</rss>
