Tuesday, 3 April 2007
MVCnPHP 4.0.0 Released |
| |
|
| |
Tony Bibbs has announced the release of MVCnPHP version 4.0.0. He says that the highlight of the version is a configure-less controller. The special function of this controller is— while dropping your views and commands into the directories configured, the controller will monitor them for changes. When it finds a file that has changed it will pull the MVC metadata out and add it to an internal configuration array that the controller will load into memory using APC or write out to a .php file. This basically catches this MVC implementation to what's been available in Ruby on Rails, he says.
This version supports PHP version 5.1.0 or newer.
You can download this latest version here. |
| |
|
More Info
|
| |
|
|
| |
|
|
| |
|