Skip to content
やかみそら edited this page Aug 8, 2017 · 14 revisions

Basics

Introduction

This framework is a typical MVC framework, some of codes come from ThinkPHP and CodeIgniter. This document makes you familiar with this framework quickly.

Environmental requirements

The core framework's running memory consumption is very low, and its own file size is lightweight, so there will not be space and memory footprint.

PHP version requirements

PHP> = 5.5.

Entry

Kotori.php uses a single entry model for project deployment and access, regardless of which function is done, through the entry file to request.

Clone this wiki locally