Download the PHP package tomvlk/simplemvcframework without Composer
On this page you can find all versions of the php package tomvlk/simplemvcframework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tomvlk/simplemvcframework
More information about tomvlk/simplemvcframework
Files in tomvlk/simplemvcframework
Package simplemvcframework
Short Description Framework for PHP 5.4+
License MIT
Homepage https://github.com/simple-mvc-framework/framework
Informations about the package simplemvcframework
Nova Framework 
Version 3 of the Framework.
This is a temp readme for beta testing.
Not for production use yet!
Install
To be updated - 3.0 is currently been refactored. Once finalized, these instructions will be updated.
This has been tested with php 5.6 and php 7 (RC8), please report any bugs. This system has not been tested enough to be considered stable.
Namespace change
Classes in app/Controller
, app/Model
and app/Modules
now have a namespace starting with App
:
App\Controllers
App\Models
App\Modules
- ...
That is only for classes within app
. This is not needed for classes within system
.
Error Log
The error log is no longer a .html
file but rather a log file. On a production server it should be outside the document root, in order to see any errors there are a few options:
- open
system/logs/error.log
- OR open
system/Core/Logger.php
, set$display
to true to print errors to the screen - set
$emailError
to true and setup thesiteEmail
const insystem/Core/Config.php
. This relies on an email server (not provided by the framework).
Video introduction and setup
This is an introduction to 3.0 whilst in beta: how to install and get up and running with the major changes.