php.MVC release 1.1.0
John Wilde from www.phpmvc.net has released a new version of his php.MVC framework. The framework is modelled off a model2 MVC Struts framework and I have been finding it a great environment for web application development, much similar to J2EE. You can easily hook up different database abstraction (ADODB/PEAR etc) or frontend templating (TAL/Smarty) and handle authentication with ACL and with the new Roles/Realm upgrades to the framework. Thumbs up for his top work in helping extend the capabilities and competitiveness of PHP as a web application language.






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”
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
Comment by Cameron Manderson — May 18, 2006 @ 2:21 pm