2017 © Pedro Peláez
 

project simplemvcframework

Framework for PHP 5.5+

image

tomvlk/simplemvcframework

Framework for PHP 5.5+

  • Wednesday, February 10, 2016
  • by tomvlk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 236 Forks
  • 0 Open issues
  • 12 Versions
  • 0 % Grown

The README.md

Nova Framework Build Status

Version 3 of the Framework., (*1)

This is a temp readme for beta testing., (*2)

*** Not for production use yet! ***, (*3)

Install

To be updated - 3.0 is currently been refactored. Once finalized, these instructions will be updated., (*4)

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., (*5)

Namespace change

Classes in app/Controller, app/Model and app/Modules now have a namespace starting with App:, (*6)

  • App\Controllers
  • App\Models
  • App\Modules
  • ...

That is only for classes within app. This is not needed for classes within system., (*7)

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:, (*8)

  • 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 the siteEmail const in system/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., (*9)

https://www.youtube.com/watch?v=28l8lJz-oRM, (*10)

The Versions

18/05 2015
18/05 2015

v2.2-beta.1

2.2.0.0-beta1 https://github.com/simple-mvc-framework/framework

Framework for PHP 5.3+

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

16/05 2015

v2.1

2.1.0.0 https://github.com/simple-mvc-framework/framework

Framework for PHP 5.3+

  Sources   Download

MIT

The Requires

  • php >=5.3.0