<?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>Mon, 20 May 2013 00:14:14 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Shameer Chamal's Blog: Tutorial : Simple ajax validation for Kohana]]></title>
      <guid>http://www.phpdeveloper.org/news/16377</guid>
      <link>http://www.phpdeveloper.org/news/16377</link>
      <description><![CDATA[<p>
<i>Shameer Chamal</i> has a quick tutorial posted to his blog today showing how you can create a basic <a href="http://shameerc.com/2011/05/simple-ajax-validation-for-kohana.html">ajax validation feature</a> for your Kohana-based web application. 
</p>
<blockquote>
If you are new to Kohana framework, implementing validation will be an adventure, especially if you are looking for ajax validation. In this article I will present a simple way to implement some necessary validations using ajax in a sign up form. 
</blockquote>
<p>
He starts with a simple view containing the login form and including a few extra files (like the Javascript helper for the validation). Next he creates the user model that will do the backend check to see if the user already exists. Finally the controller and Javascript are created to bring all the pieces together. The Javascript uses the jQuery framework to make things a bit more convenient and runs a check against the backend for the given username with the response returned as a JSON message.
</p>]]></description>
      <pubDate>Tue, 24 May 2011 11:53:17 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ZendCasts.com: Reporting with Zend_Tool and Zend_Log]]></title>
      <guid>http://www.phpdeveloper.org/news/14425</guid>
      <link>http://www.phpdeveloper.org/news/14425</link>
      <description><![CDATA[<p>
On the ZendCasts.com site there's a new screencast continuing their look at the Zend_Tool component by <a href="http://www.zendcasts.com/reporting-with-zend_tool-and-zend_log/2010/04/">combining it with Zend_Log</a> to do some easy reporting.
</p>
<blockquote>
This video uses a collection of powerful PHP libraries in order to illustrate how easy it really is to build a command-line tool for reporting against XML files. We start off by logging visitor statistics in the controller into a log file with Zend_Log. Once data has been collected, we're then able to utilize SimpleXML, Zend_Date and the Zend_Tool component to build out a very simple reporting tool.
</blockquote>
<p>
He suggests one possible use is to create a cron job that will regenerate the reports nightly. You can view the screencast in <a href="http://www.zendcasts.com/reporting-with-zend_tool-and-zend_log/2010/04/">the post</a> or download <a href="http://zendcasts.googlecode.com/svn/trunk/zc54-reporting-with-zend-tool-and-zend-log/zc54-reporting-with-zend-tool-and-zend-log.zip">a copy of the project</a> to get started right away.
</p>]]></description>
      <pubDate>Wed, 28 Apr 2010 08:43:23 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: Implementing with PHP: Standalone Scripts]]></title>
      <guid>http://www.phpdeveloper.org/news/6186</guid>
      <link>http://www.phpdeveloper.org/news/6186</link>
      <description><![CDATA[<p>
DevShed has posted an excerpt from the book "Advanced PHP Programming" from <i>George Schlossnagle</i> as <a href="http://www.devshed.com/c/a/PHP/Implementing-with-PHP-Standalone-Scripts/">this new tutorial</a> detailing the creation of standalone PHP scripts.
</p>
<blockquote>
<p>
If you've ever been interested in making significant use of PHP outside of a web environment, this article will show you how. The first of three parts.
</p>
<p>
This chapter describes how to reuse existing code libraries to perform administrative tasks in PHP and how to write standalone and one-liner scripts. It gives a couple extremely paradigm-breaking projects that put PHP to use outside the Web environment.
</p>
</blockquote>
<p>
In <a href="http://www.devshed.com/c/a/PHP/Implementing-with-PHP-Standalone-Scripts/">this first part</a>, they groundwork is laid - they introduce the CLI interface PHP already has and show how to handle input/output and work with parsing the command line arguments passed in.
</p>]]></description>
      <pubDate>Thu, 31 Aug 2006 10:46:37 -0500</pubDate>
    </item>
  </channel>
</rss>
