Skip to content

PLAIN_PHP is a really simple and fast MVC webframework

License

Notifications You must be signed in to change notification settings

macbarfuss/PLAIN_PHP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PLAIN_PHP

Quick-Start

just do it! We are ready to render your first view!

// controllers/App.php
class App extends Controller {
    public static function index() {
        self::render();
    }
}

please find the full documentation at: http://plain-php.drailing.net/

About

PLAIN_PHP is a really simple and fast MVC webframework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 88.2%
  • JavaScript 5.8%
  • CSS 5.8%
  • ApacheConf 0.2%