Skip to content

fast4x/php-nMVC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-nMVC (no Model only View Controller)

Simple and beautifull App Skeleton written in PHP with minimal and secure login, elegant bootstrap layout and no-Model View Controller logic.

Requirements

  • PHP 5.3.7+
  • MySQL 5 database (please use a modern version of MySQL (5.5, 5.6, 5.7) as very old versions have a exotic bug that
  • activated mysqli (last letter is an "i") extension (activated by default on most server setups)

Installation (quick setup)

Create a database and the table nmvc_users via the SQL statements in the _installation folder. Set database host,db,user and password in 'config/db.php' Set variable in 'config/config.php'

$dir_base = "/nmvc/"; (location folder of nmvc installation)

$app_nome='WebApp PHP NMVC'; (App name)

Optionally you replace default app icon with your persoal icon (64x64 pixel)

License

Licensed under GPL 2. You can use this script for free for any private or commercial projects.

Contribute

Fork or contribute with new branch containing new features.

About

A simple and elegant php app skeleton with minimal login and bootstrap layout, developed with NO-Model only View Controller logic

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 78.8%
  • JavaScript 19.5%
  • CSS 1.5%
  • ApacheConf 0.2%