<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: php.MVC release 1.1.0</title>
	<link>http://www.melbournechapter.net/wordpress/offtopic/cman/2006/05/18/phpmvc-release-110/</link>
	<description>web application development with popular technologies</description>
	<pubDate>Sat, 30 Aug 2008 10:42:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: Cameron Manderson</title>
		<link>http://www.melbournechapter.net/wordpress/offtopic/cman/2006/05/18/phpmvc-release-110/#comment-1001</link>
		<pubDate>Thu, 18 May 2006 03:21:01 +0000</pubDate>
		<guid>http://www.melbournechapter.net/wordpress/offtopic/cman/2006/05/18/phpmvc-release-110/#comment-1001</guid>
					<description>New Release: php.MVC Web Application Framework Develelopment v. 1.1.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release date:
18-May-2006

Release tag:
phpmvc-base-dev-1.1.0-release_2006_05_18_1000

Description:
This release includes some minor fix-ups and some new roles-based authentication
classes (/classes/authenticator/* and /classes/realm/*).

Download:
http://phpmvc.net/download/cvs/phpmvc-base-dev-1.1.0-release_2006_05_18_1000.tgz
475,181 Bytes 	May 17, 2006

http://phpmvc.net/download/cvs/phpmvc-base-dev-1.1.0-release_2006_05_18_1000.zip
686,341 Bytes 	May 17, 2006


Release:
  date   : 18.may.2006
  module : phpmvc-base
  tag    : Release_2006_05_18_1000
  desc   : 
	01.	RequestProcessor class:
			processRoles() - Added roles-based authentication check
			processActionForward() - Fixed scheme setup ($_SERVER['HTTPS']) [Thanks Cameron
Manderson]
	02.	ClassPath class:
			concatPaths() - Use PHP built-in path separator define ($delim
= PATH_SEPARATOR)
	03.	RequestUtils class:
			classLoader() - Fix to handle a fully qualified class name:
			Like: "admin/LogonAction" or "admin\LogonAction" or "admin.LogonAction"
					&lt;action path="logon" type="admin/LogonAction" ...&gt;
	04.	AppServerContext class:
			Added Realm and LoginConfig properties
	05.	HttpRequestBase class:
			Added properties to support roles-based authentication
	06.	Added /classes/authenticator/* roles-based authentication classes
	07.	Added /classes/realm/* roles-based authentication classes


Documentation
~~~~~~~~~~~~~~~~~~~~~~~~
Index of general project documentation:
http://phpmvc.net/docs/docsIdx.php

Index of php.MVC User Guides:
http://phpmvc.net/docs/guides/guidesIdx.php

Introductory Guide 101 to php.MVC:
http://phpmvc.net/docs/guides/guidesIdx.php?doc=phpmvc-101

Discussion Forums:- php.MVC:
http://sourceforge.net/forum/forum.php?forum_id=231942

Some documents are available for download in other formats and languages. (currently
English and French):
http://phpmvc.net/download/downloadIdx.php?doc=phpmvc-docs


Other resources:
~~~~~~~~~~~~~~~~~~~~~~~~
Latest php.MVC library release:
http://phpmvc.net/download/cvsIdx.php?doc=cvs-snaps

Many working examples demonstrating the use of php.MVC:
http://phpmvc.net/download/downloadIdx.php?doc=other-releases

SleeK Action Builder:- A Program for Building php.MVC Web Applications:
http://www.phpmvc.net/builder/builderIdx.php?doc=wiz-intro

SleeK Action Wizard for php.MVC Users Guide (176Kb):
http://www.phpmvc.net/docs/guides/guidesIdx.php?doc=action-wiz
http://www.phpmvc.net/download/builder/ProjectWizardGuide_1.0.zip&lt;/action&gt;</description>
		<content:encoded><![CDATA[<p>New Release: php.MVC Web Application Framework Develelopment v. 1.1.0<br />
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
Release date:<br />
18-May-2006</p>
<p>Release tag:<br />
phpmvc-base-dev-1.1.0-release_2006_05_18_1000</p>
<p>Description:<br />
This release includes some minor fix-ups and some new roles-based authentication<br />
classes (/classes/authenticator/* and /classes/realm/*).</p>
<p>Download:<br />
<a href="http://phpmvc.net/download/cvs/phpmvc-base-dev-1.1.0-release_2006_05_18_1000.tgz" rel="nofollow">http://phpmvc.net/download/cvs/phpmvc-base-dev-1.1.0-release_2006_05_18_1000.tgz</a><br />
475,181 Bytes 	May 17, 2006</p>
<p><a href="http://phpmvc.net/download/cvs/phpmvc-base-dev-1.1.0-release_2006_05_18_1000.zip" rel="nofollow">http://phpmvc.net/download/cvs/phpmvc-base-dev-1.1.0-release_2006_05_18_1000.zip</a><br />
686,341 Bytes 	May 17, 2006</p>
<p>Release:<br />
  date   : 18.may.2006<br />
  module : phpmvc-base<br />
  tag    : Release_2006_05_18_1000<br />
  desc   :<br />
	01.	RequestProcessor class:<br />
			processRoles() - Added roles-based authentication check<br />
			processActionForward() - Fixed scheme setup ($_SERVER[&#8217;HTTPS&#8217;]) [Thanks Cameron<br />
Manderson]<br />
	02.	ClassPath class:<br />
			concatPaths() - Use PHP built-in path separator define ($delim<br />
= PATH_SEPARATOR)<br />
	03.	RequestUtils class:<br />
			classLoader() - Fix to handle a fully qualified class name:<br />
			Like: &#8220;admin/LogonAction&#8221; or &#8220;admin\LogonAction&#8221; or &#8220;admin.LogonAction&#8221;<br />
					<action path="logon" type="admin/LogonAction" ...><br />
	04.	AppServerContext class:<br />
			Added Realm and LoginConfig properties<br />
	05.	HttpRequestBase class:<br />
			Added properties to support roles-based authentication<br />
	06.	Added /classes/authenticator/* roles-based authentication classes<br />
	07.	Added /classes/realm/* roles-based authentication classes</p>
<p>Documentation<br />
~~~~~~~~~~~~~~~~~~~~~~~~<br />
Index of general project documentation:<br />
<a href="http://phpmvc.net/docs/docsIdx.php" rel="nofollow">http://phpmvc.net/docs/docsIdx.php</a></p>
<p>Index of php.MVC User Guides:<br />
<a href="http://phpmvc.net/docs/guides/guidesIdx.php" rel="nofollow">http://phpmvc.net/docs/guides/guidesIdx.php</a></p>
<p>Introductory Guide 101 to php.MVC:<br />
<a href="http://phpmvc.net/docs/guides/guidesIdx.php?doc=phpmvc-101" rel="nofollow">http://phpmvc.net/docs/guides/guidesIdx.php?doc=phpmvc-101</a></p>
<p>Discussion Forums:- php.MVC:<br />
<a href="http://sourceforge.net/forum/forum.php?forum_id=231942" rel="nofollow">http://sourceforge.net/forum/forum.php?forum_id=231942</a></p>
<p>Some documents are available for download in other formats and languages. (currently<br />
English and French):<br />
<a href="http://phpmvc.net/download/downloadIdx.php?doc=phpmvc-docs" rel="nofollow">http://phpmvc.net/download/downloadIdx.php?doc=phpmvc-docs</a></p>
<p>Other resources:<br />
~~~~~~~~~~~~~~~~~~~~~~~~<br />
Latest php.MVC library release:<br />
<a href="http://phpmvc.net/download/cvsIdx.php?doc=cvs-snaps" rel="nofollow">http://phpmvc.net/download/cvsIdx.php?doc=cvs-snaps</a></p>
<p>Many working examples demonstrating the use of php.MVC:<br />
<a href="http://phpmvc.net/download/downloadIdx.php?doc=other-releases" rel="nofollow">http://phpmvc.net/download/downloadIdx.php?doc=other-releases</a></p>
<p>SleeK Action Builder:- A Program for Building php.MVC Web Applications:<br />
<a href="http://www.phpmvc.net/builder/builderIdx.php?doc=wiz-intro" rel="nofollow">http://www.phpmvc.net/builder/builderIdx.php?doc=wiz-intro</a></p>
<p>SleeK Action Wizard for php.MVC Users Guide (176Kb):<br />
<a href="http://www.phpmvc.net/docs/guides/guidesIdx.php?doc=action-wiz" rel="nofollow">http://www.phpmvc.net/docs/guides/guidesIdx.php?doc=action-wiz</a><br />
<a href="http://www.phpmvc.net/download/builder/ProjectWizardGuide_1.0.zip" rel="nofollow">http://www.phpmvc.net/download/builder/ProjectWizardGuide_1.0.zip</a></action>
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
