Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 304 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 304 Bytes

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/