MVCnPHP 3.1.2 Released
I’ve release MVCnPHP v3.1.2 to fix the path to the XSD. For the record the XSD will be in the /path/to/PEAR/data directory and during the post install of the package the path to the XSD in the XMLLoader.php will be hard-wired. That means that if you will be packaging MVCnPHP inside 3rd party applications without reference the PEAR directories on your server you will need to edit XMLLoader.php to use the PATH you need. This release also cleans up some unused files that used to be in the distribution. As always to install:
#>pear channel-discover pear.geeklog.net #>pear install geeklog/MVCnPHP
Or if you are upgrading:
#>pear upgrade geeklog/MVCnPHP