<?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>Sat, 06 Sep 2008 22:57:57 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Padraic Brady's Blog: Zend Framework Blog Tutorial - Part 6: Zend_Form & Zend_Auth]]></title>
      <guid>http://www.phpdeveloper.org/news/10139</guid>
      <link>http://www.phpdeveloper.org/news/10139</link>
      <description><![CDATA[<p>
<i>Padraic Brady</i> has continued his series about making a sample blogging application with the Zend Framework in a new blog post, <a href="http://blog.astrumfutura.com/archives/360-Example-Zend-Framework-Blog-Application-Tutorial-Part-6-Introduction-to-Zend_Form-and-Authentication-with-Zend_Auth.html">part six</a> - a focus on Zend_Form and Zend_Auth.
</p>
<blockquote>
In the previous entry, we created a new Administration Module to hold blog management functionality, added a Module specific layout for it, and discussed the upcoming need to ensure this is only accessible by authorised Authors. In this entry I'll unravel some of Zend_Form's mysteries in adding a login form, before using Zend_Auth to implement authentication for authors.
</blockquote>
<p>
He includes the code (controller and view) to add the login form as a part of the Author functionality and, using a few decorators to help him build the form how he likes it, extends the Zend_Form component to make his form with username, password and submit elements. He throws in some validation and a bit of error checking to finish it off.
</p>]]></description>
      <pubDate>Thu, 08 May 2008 09:33:36 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Lifting the Skirt on Zend Framework 1.5: Zend_Auth and the OpenId Adapter]]></title>
      <guid>http://www.phpdeveloper.org/news/9675</guid>
      <link>http://www.phpdeveloper.org/news/9675</link>
      <description><![CDATA[<p>
The Zend Developer Zone has posted <a href="http://devzone.zend.com/article/3141-Lifting-the-Skirt-on-Zend-Framework-1.5-Zend_Auth-and-the-OpenId-Adapter.">a new look</a> something recently added to the <a href="http://framework.zend.com">Zend Framework</a> - support in the Zend_Auth component for OpenId connections.
</p>
<blockquote>
Since there have been numerous tutorials written regarding Zend_Auth, I won't attempt to make a full tutorial on it. If you are curious, google around, you'll find them. Today though, I'd like to show you a cool new piece that has been added to Auth in Zend Framework 1.5, the new Zend_Auth_Adapter_OpenId.
</blockquote>
<p>
<i>Cal</i> <a href="http://devzone.zend.com/article/3141-Lifting-the-Skirt-on-Zend-Framework-1.5-Zend_Auth-and-the-OpenId-Adapter.">explains</a> what the OpenID system is all about before getting into the code that uses it. He suggests <a href="http://myopenid.com/">MyOpenID</a> as a provider to register at and includes the code to make a request to them to authenticate a username/password combo. The actual authentication check is only about three or four lines of code.
</p>]]></description>
      <pubDate>Thu, 21 Feb 2008 07:53:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Rob Allen's Blog: ID!=id (Zend Framework Tutorial Updates)]]></title>
      <guid>http://www.phpdeveloper.org/news/8587</guid>
      <link>http://www.phpdeveloper.org/news/8587</link>
      <description><![CDATA[<p>
<i>Rob Allen</i> has made some updates to his Zend Framework tutorials - one becuse of a bug in the code (ID!=id) and others by way of updates:
</p>
<blockquote>
I've finally updated the source code to my <a href="http://akrabat.com/zend-framework-tutorial/">Zend Framework tutorial</a> so that the hidden field in the form is named "id" rather than "ID". A minor error that meant that editing didn't work! This is because in PHP $_POST['id'] is not the same as $_POST['ID']!
</blockquote>
<p>
His other update was on the <a href="http://akrabat.com/zend-auth-tutorial/">Zend_Auth tutorial</a> to change the database variable to make it more consistent. Updated zip files for both are <a href="http://akrabat.com/zend-framework-tutorial/">now</a> <a href="http://akrabat.com/zend-auth-tutorial/">available</a>.
</p>]]></description>
      <pubDate>Wed, 05 Sep 2007 08:07:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Rob Allen's Blog: Spanish versions too!]]></title>
      <guid>http://www.phpdeveloper.org/news/8148</guid>
      <link>http://www.phpdeveloper.org/news/8148</link>
      <description><![CDATA[<p>
<i>Rob Allen</i> has a <a href="http://akrabat.com/2007/06/27/spanish-versions-too/">(very) quick note</a> posted to his blog about a new translations for his Zend Framework tutorials:
</p>
<blockquote>
<a href="http://ajaxcode.net/">Claudio Cossio</a> has translated both my <a href="http://akrabat.com/2007/06/27/spanish-versions-too/zend-framework-tutorial">Zend Framework tutorial</a> and my <a href="http://akrabat.com/2007/06/27/spanish-versions-too/zend-auth-tutorial">Zend Auth Tutorial</a> into Spanish!
</blockquote>
<p>
Find out more about the two tutorials (and their translations) from their pages on <i>Rob</i>'s site - <a href="http://akrabat.com/zend-framework-tutorial/">Getting Started with the Zend Framework</a> and <a href="http://akrabat.com/zend-auth-tutorial/">Getting Started with Zend_Auth</a>.
</p>]]></description>
      <pubDate>Fri, 29 Jun 2007 07:54:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Rob Allen's Blog: Tutorial Notes - Zend_Auth in French & Using Oracle ]]></title>
      <guid>http://www.phpdeveloper.org/news/7984</guid>
      <link>http://www.phpdeveloper.org/news/7984</link>
      <description><![CDATA[<p>
<i>Rob Allen</i> has two new notes today related to the tutorials he's created for the Zend Framework, both the Getting Started and the Zend_Auth ones.
</p>
<ul>
<li>The team at <a href="http://www.developpez.com/">developpez.com</a> have created a <a href="http://r-benyacoub.developpez.com/tutoriels/php/zend-framework/zend-auth/">French version</a> of his <a href="http://akrabat.com/zend-auth-tutorial/">Zend_Auth tutorial</a> - <a href="http://g-rossolini.developpez.com/tutoriels/php/zend-framework/debuter/">D&eacute;butez avec le Zend Framework</a>
<li>A <a href="http://liamgraham.wordpress.com/2007/06/05/oracle-modifications-for-rob-allens-zend-framework-tutorial/">link to some handy tips</a> on combining the Getting Started tutorial with Oracle.
</ul>
<p>
Both of these tutorials are found on <i>Rob</i>'s site - <a href="http://akrabat.com/zend-framework-tutorial/">Getting Started with the Zend Framework</a> and <a href="http://akrabat.com/zend-auth-tutorial/">Getting Started with Zend_Auth</a>.
</p>]]></description>
      <pubDate>Wed, 06 Jun 2007 08:38:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Rob Allen's Blog: Simplified Chinese Version of my Zend Auth Tutorial]]></title>
      <guid>http://www.phpdeveloper.org/news/7580</guid>
      <link>http://www.phpdeveloper.org/news/7580</link>
      <description><![CDATA[<p>
<i>Rob Allen</i> <a href="http://akrabat.com/2007/04/07/simplified-chinese-version-of-my-zend-auth-tutorial/">points out</a> a new Simplified Chinese version of his Zend Framework tutorial today:
</p>
<blockquote>
Just a quick heads up to let you know that that Jason Qi has published the Simplified Chinese version of my <a href="http://akrabat.com/zend-auth-tutorial/">Getting Started with Zend Auth</a> tutorial. You can find the PDF on his <a href="http://zft.backupdiy.com/download/">download site</a>.
</blockquote>
<p>
He <a href="http://akrabat.com/2007/04/07/simplified-chinese-version-of-my-zend-auth-tutorial/">also mentions</a> an update that's been made to it (correcting a few issues) to bring its version up to 1.0.4.
</p>]]></description>
      <pubDate>Mon, 09 Apr 2007 08:22:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Rob Allen's Blog: Zend Framework Tutorials (an Update and Zend_Auth)]]></title>
      <guid>http://www.phpdeveloper.org/news/7497</guid>
      <link>http://www.phpdeveloper.org/news/7497</link>
      <description><![CDATA[<p>
<i>Rob Allen</i> has three new posts surrounding one these - tutorials for the Zend Framework. One is just an update to his <a href="http://akrabat.com/zend-framework-tutorial/">getting started tutorial</a> for the framework, another is the introduction of a new tutorial (covering Zend_Auth), and the final one answers some questions about his "getting started" tutorial people have been having.
</p>
<p>
The <a href="http://akrabat.com/2007/03/24/zend-framework-tutorial-for-091/">first</a> <a href="http://akrabat.com/2007/03/25/questions-regarding-the-latest-tutorial-130/">two</a>, related to his introductory tutorial, announce the release of the latest version (1.3.0, to correspond with the latest Zend Framework release) and questions people have had about it - two questions: "Why did you change the functionality of the BaseURL?" and "In the previous version the template files were called filename.tpl.php. Now they are called filename.phtml. Why did you do this?"
</p>
<p>
The <a href="http://akrabat.com/2007/03/25/new-tutorial-getting-started-with-zend-auth/">third post</a> introduces a handy new tutorial that walks you through the use of the Zend_Auth component for the Zend Framework. It gives the exampl eof setting up user information, the changes that need to be made to the bootstrapping file, and creating login/logout functionality (as well as how to protect pages).
</p>]]></description>
      <pubDate>Mon, 26 Mar 2007 07:41:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend_Acl / Zend_Auth example scenario]]></title>
      <guid>http://www.phpdeveloper.org/news/7247</guid>
      <link>http://www.phpdeveloper.org/news/7247</link>
      <description><![CDATA[<p>
On the Zend Developer Zone, there's a <a href="http://devzone.zend.com/node/view/id/1665">new tutorial</a> covering the use of the Zend_Acl and Zend_Auth modules in the Zend Framework to create a simple user login and authentication system from <i>Simon Mundy</i>.
</p>
<blockquote>
After submitting the initial example of how Zend_Auth and Zend_Acl could be implemented Gavin pointed out areas that weren't really addressed in my proof of concept and it could potentially confuse newcomers to the way MVC is utilised. I'd like to clarify that post to a) Address those concerns and b) see if there's any constructive criticism of the process that could benefit everyone.
</blockquote>
<p>
He <a href="http://devzone.zend.com/node/view/id/1665">sets up</a> the site layout (including where the actions lie) and defines some of the access rules the script will follow. From there, he creates a bootstrap file and an index.php to work with it. On top of this, he builds the key piece - the Auth.php - to handle the validation of the users.
</p>]]></description>
      <pubDate>Thu, 08 Feb 2007 13:26:00 -0600</pubDate>
    </item>
  </channel>
</rss>
